Created
September 12, 2014 12:57
-
-
Save Zordrak/2f5032540ffce4ac7912 to your computer and use it in GitHub Desktop.
Fix unexpected multipathing of local SCSI disks
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# RHEV REVISION 1.0 | |
# RHEV PRIVATE | |
defaults { | |
polling_interval 5 | |
no_path_retry fail | |
user_friendly_names no | |
flush_on_last_del yes | |
fast_io_fail_tmo 5 | |
dev_loss_tmo 30 | |
max_fds 4096 | |
verbosity 3 | |
} | |
devices { | |
device { | |
vendor "HITACHI" | |
product "DF.*" | |
} | |
device { | |
vendor "COMPELNT" | |
product "Compellent Vol" | |
no_path_retry fail | |
} | |
} | |
blacklist { | |
device { | |
vendor "LSI" | |
product "MR926*" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment