]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/multipath/files/bm-ubc-ganeti.conf
multipath config ubc
[dsa-puppet.git] / modules / multipath / files / bm-ubc-ganeti.conf
1 ##
2 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
4 ##
5
6 # conversion from MSA stype WWIDs to multipathd.conf:
7 #
8 #   sed -re 's#(.{6})(.{6})0000(.{2})(.*)#36\1000\2\3\4#'
9
10 defaults {
11         udev_dir                /dev
12         polling_interval        10
13         path_selector           "round-robin 0"
14         path_grouping_policy    multibus
15         getuid_callout          "/lib/udev/scsi_id -g -u -s /block/%n"
16         path_checker            readsector0
17         rr_min_io               100
18         rr_weight               priorities
19         failback                immediate
20         no_path_retry           fail
21         user_friendly_names     yes
22 }
23 blacklist {
24         devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*"
25         devnode "^hd[a-z][[0-9]*]"
26         devnode "^vd[a-z]"
27         devnode "^cciss!c[0-9]d[0-9]*[p[0-9]*]"
28         device {
29                 vendor DEC.*
30                 product MSA[15]00
31         }
32 }
33 multipaths {
34         multipath {
35                 wwid 3600c0ff000d5f6bdedbe744e01000000
36                 alias ganeti-mini
37         }
38         multipath {
39                 wwid 3600c0ff000d5f6bd5dabd64c01000000
40                 alias reger-boot
41         }
42         multipath {
43                 wwid 3600c0ff000d5f6bd72ac375101000000
44                 alias r10-reger-root
45         }
46         multipath {
47                 wwid 3600c0ff000d5f6bd8ca3735101000000
48                 alias fischer-root
49         }
50         multipath {
51                 wwid 3600c0ff000d5f6bd2af5de4f01000000
52                 alias fischer-srv
53         }
54         multipath {
55                 wwid 3600c0ff000d5f6bd3ed7995101000000
56                 alias r10-geo2
57         }
58 }