-
-
Save severgun/c8c44df5d259d4e907a63bd55dfdc8a7 to your computer and use it in GitHub Desktop.
Revisions
-
dubcl renamed this gist
Aug 14, 2018 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
dubcl revised this gist
Jun 16, 2017 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -7,6 +7,7 @@ defaults { 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 -
dubcl created this gist
Jun 16, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,36 @@ # Example config for P2000 G3 defaults { polling_interval 5 path_selector "round-robin 0" user_friendly_names yes path_checker directio } blacklist { 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 } }