From Fedora Project Wiki
Description
This test case tests whether the Palimpsest disk management tool can manage multipath storage devices. It requires a system with at least one multipath storage device (a device connected to the host system by more than one path). The tester should also be confident in the manipulation of multipath mappings using the multipath
command
Setup
- Ensure the
gnome-disk-utility
packages is installed - Launch Gnome Disks, with the command
gnome-disks
or as Disks in the Activities view.
How to test
- Check that the tool displays each path to the device separately
- Run the command
multipath -F
in a terminal to delete all multipath mappings - Check that the tool warns you about a possible multipath misconfiguration
- Re-create the multipath mappings using the
multipath
and note how the tool responds
Expected Results
- The tool should display accurate information about all multipath devices: each connection path should be displayed as a separate 'device'
- The tool should warn when multipath mappings are destroyed, and immediately pick up when they are re-created, without the need to re-launch the tool