Skip to content

Instantly share code, notes, and snippets.

@jlamendo
Created July 2, 2019 18:01
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 jlamendo/155c8a80b41bdac360bdb601e35ce5e2 to your computer and use it in GitHub Desktop.
Save jlamendo/155c8a80b41bdac360bdb601e35ce5e2 to your computer and use it in GitHub Desktop.
Device-Mapper Multipath Configuration for Dell PowerEdge VRTX with redundant Shared PERC8 Raid Controllers on Ubuntu 18.04
defaults {
verbosity 2
polling_interval 10
uid_attribute "ID_SERIAL"
checker_timeout 90
}
devices {
device {
vendor "DELL"
product "Shared PERC8"
hardware_handler "1 alua"
path_grouping_policy failover
prio alua
path_checker tur
rr_weight priorities
failback immediate
no_path_retry fail
path_selector "round-robin 0"
flush_on_last_del no
user_friendly_names "yes"
alias_prefix "mp-sd"
features "0"
fast_io_fail_tmo 5
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment