diff options
author | Yevhenii Shapovalov <yshapova@redhat.com> | 2018-02-19 12:50:53 +0200 |
---|---|---|
committer | Yevhenii Shapovalov <yshapova@redhat.com> | 2018-02-19 12:52:38 +0200 |
commit | 9bbb3de7d2c19922a19a61fcb4b2db68e8184fcc (patch) | |
tree | d0fe1bb442e33b595c9b9b23f6dac07492f4143e /tests/squelch_scsi_id/PURPOSE | |
parent | 5bea53fe7ed7dd7afa8e76f7f84f76fdb89d59d9 (diff) | |
download | device-mapper-multipath-add_tests.tar.gz device-mapper-multipath-add_tests.tar.xz device-mapper-multipath-add_tests.zip |
Diffstat (limited to 'tests/squelch_scsi_id/PURPOSE')
-rw-r--r-- | tests/squelch_scsi_id/PURPOSE | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/squelch_scsi_id/PURPOSE b/tests/squelch_scsi_id/PURPOSE new file mode 100644 index 0000000..348fc3d --- /dev/null +++ b/tests/squelch_scsi_id/PURPOSE @@ -0,0 +1,8 @@ +/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' |