de5fe16817
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/device-mapper-multipath#2cf40b2f98808e3533e915c0a204b885d9da5e43
9 lines
421 B
Plaintext
9 lines
421 B
Plaintext
/sbin/multipath -ll executes scsi_id on failed paths, resulting in needlessly verbose error messages
|
|
|
|
steps:
|
|
1. use scsi_debug to create a multipathed disk
|
|
2. execute multipath -v2 and multipath -ll to list the device
|
|
3. fail the multipathed disk by executing 'echo 0 > /sys/bus/pseudo/drivers/scsi_debug/max_luns'
|
|
4. execute 'multipath -v2'
|
|
5. observe if have some similar message to '/lib/udev/scsi_id exitted with 1'
|