Skip to content

Instantly share code, notes, and snippets.

@Zordrak
Created September 12, 2014 12:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Zordrak/2f5032540ffce4ac7912 to your computer and use it in GitHub Desktop.
Save Zordrak/2f5032540ffce4ac7912 to your computer and use it in GitHub Desktop.
Fix unexpected multipathing of local SCSI disks
# 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