-
-
Save severgun/c8c44df5d259d4e907a63bd55dfdc8a7 to your computer and use it in GitHub Desktop.
Multipath HP P2000 Config
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
# Example config for P2000 G3 | |
defaults { | |
polling_interval 5 | |
path_selector "round-robin 0" | |
user_friendly_names yes | |
path_checker directio | |
} | |
blacklist { | |
# avoid multipath configure local disks | |
devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" | |
devnode "^hd[a-z]" | |
wwid 3600508b1001cxxxxxxxxxx63fa93e456 | |
wwid 3600508b1001xxxxxxxxxx9db6f5aabaf | |
} | |
devices { | |
device { | |
vendor "HP" | |
product "P2000 G3 FC|P2000G3 FC/iSCSI|P2000 G3 SAS|P2000 G3 iSCSI" | |
path_grouping_policy "group_by_prio" | |
path_checker "tur" | |
features "0" | |
hardware_handler "0" | |
prio "alua" | |
failback "immediate" | |
rr_weight "uniform" | |
no_path_retry 18 | |
rr_min_io 100 | |
} | |
} | |
multipaths { | |
multipath { | |
wwid 3600c0ff000xxxxxxxxxxfd5701000000 | |
alias name-for-foo-disk | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment