]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/multipath/files/bm-multipath.conf
new ID for milanollo-srv
[dsa-puppet.git] / modules / multipath / files / bm-multipath.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 # cut -b 2-
7 #         convert_sn() {
8 #           local sn a b c d
9 #           sn="$1"
10 #           a="${sn%??????????????????????????}"; sn="${sn#??????}"
11 #           b="${sn%????????????????????}"; sn="${sn#??????}"
12 #           c="${sn%??????????????}"; sn="${sn#??????}"
13 #           d="$sn"
14 #
15 #           if [ "${c#0000}" = "$c" ]; then
16 #             echo >&2 "sn has unexpected value ($1: $a - $b - $c - $d)"
17 #             return 1
18 #           fi
19 #
20 #           echo "36${a}000${b}${c#0000}${d}"
21 #           return 0
22 #         }
23
24
25 blacklist_exceptions {
26         devnode "cciss!c[0-9]d[0-9]*"
27 }
28
29 multipaths {
30         multipath {
31                 wwid    3600c0ff000d75b58d376655101000000
32                 alias   zobel-testlun
33         }
34
35         multipath {
36                 wwid    3600c0ff000d75b58409f695101000000
37                 alias   milanollo
38         }
39         multipath {
40                 wwid    3600c0ff000d75b585d026b5101000000
41                 alias   milanollo-srv
42         }
43 }