Created
October 4, 2022 15:12
-
-
Save dubcl/309d1123738e6659b3e3fb33523d9744 to your computer and use it in GitHub Desktop.
multipath for de4000h
This file contains hidden or 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
devices { | |
device { | |
vendor "LENOVO" | |
product "DE_Series" | |
product_blacklist "Universal Xport" | |
path_grouping_policy "group_by_prio" | |
path_checker "rdac" | |
features "2 pg_init_retries 50" | |
hardware_handler "1 rdac" | |
prio "rdac" | |
failback immediate | |
rr_weight "uniform" | |
no_path_retry 30 | |
retain_attached_hw_handler yes | |
detect_prio yes | |
} | |
} | |
blacklist { | |
devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" | |
devnode "^hd[a-z]" | |
} | |
defaults { | |
polling_interval 5 | |
path_selector "round-robin 0" | |
user_friendly_names yes | |
path_checker directio | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment