diff options
author | Mike Snitzer <snitzer@redhat.com> | 2009-04-17 18:07:57 -0400 |
---|---|---|
committer | Christophe Varoqui <christophe.varoqui@free.fr> | 2009-04-20 00:07:41 +0200 |
commit | 5806a0c7c4fb18865e612cad850d597e71ec0f7f (patch) | |
tree | 3885fca965f37dca143f7e40b3991342a31315cb /multipath.conf.synthetic | |
parent | e42668cd9e262a18c7065940a2896d198fd33a59 (diff) | |
download | multipath-tools-5806a0c7c4fb18865e612cad850d597e71ec0f7f.tar.gz multipath-tools-5806a0c7c4fb18865e612cad850d597e71ec0f7f.tar.bz2 multipath-tools-5806a0c7c4fb18865e612cad850d597e71ec0f7f.zip |
multipath-tools: update scsi_id arguments
Switch over to using --whitelisted and --device
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Diffstat (limited to 'multipath.conf.synthetic')
-rw-r--r-- | multipath.conf.synthetic | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multipath.conf.synthetic b/multipath.conf.synthetic index bf94c04..efa84f0 100644 --- a/multipath.conf.synthetic +++ b/multipath.conf.synthetic @@ -7,7 +7,7 @@ # polling_interval 10 # selector "round-robin 0" # path_grouping_policy multibus -# getuid_callout "/lib/udev/scsi_id -g -u -d /dev/%n" +# getuid_callout "/lib/udev/scsi_id --whitelisted --device=/dev/%n" # prio const # path_checker directio # rr_min_io 100 @@ -52,7 +52,7 @@ # vendor "COMPAQ " # product "HSV110 (C)COMPAQ" # path_grouping_policy multibus -# getuid_callout "/lib/udev/scsi_id -g -u -d /dev/%n" +# getuid_callout "/lib/udev/scsi_id --whitelisted --device=/dev/%n" # path_checker directio # path_selector "round-robin 0" # hardware_handler "0" |