# This file is maintained by Puppet, any changes will be overwritten. # # Config built for: # # operatingsystem = Ubuntu # operatingsystemrelease = 12.04 # multipath_version = 409 # defaults { flush_on_last_del yes } # We blacklist all devices except those that we explicitly support. If # your device isn't supported yet, please contact MS0 to have it added. blacklist { device { vendor ".*" product ".*" } } blacklist_exceptions { device { vendor "DGC" product "RAID [0-9]*|VRAID" } device { vendor "IBM" product "1726-4xx FAStT" } device { vendor "(COMPAQ|HP)" product "HSV1[01]1|HSV2[01]0|HSV300|HSV4[05]0" } device { vendor "HP" product "P2000 G3 FC|P2000G3 FC/iSCSI|P2000 G3 SAS|P2000 G3 iSCSI" } device { vendor "SUN" product "CSM200_R" } # TODO: Validate this one # device { # vendor "SUN" # product "Sun Storage 7310" # } } devices { device { vendor "DGC" product "RAID [0-9]*|VRAID" path_grouping_policy group_by_prio getuid_callout "/lib/udev/scsi_id --whitelisted --device=/dev/%n" path_selector "round-robin 0" path_checker emc_clariion features "0" hardware_handler "1 emc" prio emc failback immediate rr_weight uniform no_path_retry queue rr_min_io 1000 fast_io_fail_tmo 3 dev_loss_tmo 2147483647 } device { vendor "IBM" product "1726-4xx FAStT" product_blacklist "Universal Xport" path_grouping_policy group_by_prio getuid_callout "/lib/udev/scsi_id --whitelisted --device=/dev/%n" path_selector "round-robin 0" path_checker rdac features "0" hardware_handler "1 rdac" prio rdac failback immediate rr_weight uniform no_path_retry queue rr_min_io 1000 fast_io_fail_tmo 3 dev_loss_tmo 2147483647 } device { vendor "(COMPAQ|HP)" product "HSV1[01]1|HSV2[01]0|HSV300|HSV4[05]0" path_grouping_policy group_by_prio getuid_callout "/lib/udev/scsi_id --whitelisted --device=/dev/%n" path_selector "round-robin 0" path_checker tur features "0" hardware_handler "1 alua" prio alua failback immediate rr_weight uniform no_path_retry queue rr_min_io 1000 fast_io_fail_tmo 3 dev_loss_tmo 2147483647 } device { vendor "HP" product "P2000 G3 FC|P2000G3 FC/iSCSI|P2000 G3 SAS|P2000 G3 iSCSI" path_grouping_policy group_by_prio getuid_callout "/lib/udev/scsi_id --whitelisted --device=/dev/%n" path_selector "round-robin 0" path_checker tur features "0" hardware_handler "1 alua" prio alua failback immediate rr_weight uniform no_path_retry queue rr_min_io 1000 fast_io_fail_tmo 3 dev_loss_tmo 2147483647 } device { vendor "SUN" product "CSM200_R" product_blacklist "Universal Xport" path_grouping_policy group_by_prio getuid_callout "/lib/udev/scsi_id --whitelisted --device=/dev/%n" path_selector "round-robin 0" path_checker rdac features "0" hardware_handler "1 rdac" prio rdac failback immediate rr_weight uniform no_path_retry queue rr_min_io 1000 fast_io_fail_tmo 3 dev_loss_tmo 2147483647 } device { vendor "SUN" product "Sun Storage 7310" path_grouping_policy group_by_prio getuid_callout "/lib/udev/scsi_id --whitelisted --device=/dev/%n" path_selector "round-robin 0" path_checker tur features "0" hardware_handler "0" prio const failback immediate rr_weight uniform no_path_retry queue rr_min_io 1000 fast_io_fail_tmo 3 dev_loss_tmo 2147483647 } } multipaths { multipath { wwid 36006016010301f00447aeed7bf78e111 alias var_lib_nfsen } multipath { wwid 36006016034301f00f86ef53ce3f0e011 alias var_lib_munin } }