rename LUN
[mirror/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 #           if [ -z "$sn" ] ; then read sn; fi
11 #           a="${sn%??????????????????????????}"; sn="${sn#??????}"
12 #           b="${sn%????????????????????}"; sn="${sn#??????}"
13 #           c="${sn%??????????????}"; sn="${sn#??????}"
14 #           d="$sn"
15 #
16 #           if [ "${c#0000}" = "$c" ]; then
17 #             echo >&2 "sn has unexpected value ($1: $a - $b - $c - $d)"
18 #             return 1
19 #           fi
20 #
21 #           echo "36${a}000${b}${c#0000}${d}"
22 #           return 0
23 #         }
24
25
26 blacklist_exceptions {
27         devnode "cciss!c[0-9]d[0-9]*"
28 }
29
30 multipaths {
31         multipath {
32                 wwid    3600c0ff000d75b58d376655101000000
33                 alias   zobel-testlun
34         }
35
36         multipath {
37                 wwid    3600c0ff000d75b58409f695101000000
38                 alias   milanollo
39         }
40         multipath {
41                 wwid    3600c0ff000d75b585d026b5101000000
42                 alias   milanollo-srv
43         }
44         multipath {
45                 wwid    3600c0ff000d5ad34b7036b5101000000
46                 alias   picconi
47         }
48         multipath {
49                 wwid    3600c0ff000d5ad34c5036b5101000000
50                 alias   picconi-srv
51         }
52         multipath {
53                 wwid    3600c0ff000d5ad34f1b76d5101000000
54                 alias   senfter-srv
55         }
56         multipath {
57                 wwid    3600c0ff000d5ad34cab76d5101000000
58                 alias   senfter
59         }
60 }