From fcc5841c948966cef0f5ac1156b7d027bb3a869f Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 14 Apr 2013 21:42:14 +0200 Subject: [PATCH] Add picconi disks --- modules/multipath/files/bm-multipath.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/modules/multipath/files/bm-multipath.conf b/modules/multipath/files/bm-multipath.conf index 70826dd4..4076af7f 100644 --- a/modules/multipath/files/bm-multipath.conf +++ b/modules/multipath/files/bm-multipath.conf @@ -7,6 +7,7 @@ # convert_sn() { # local sn a b c d # sn="$1" +# if [ -z "$sn" ] ; then read sn; fi # a="${sn%??????????????????????????}"; sn="${sn#??????}" # b="${sn%????????????????????}"; sn="${sn#??????}" # c="${sn%??????????????}"; sn="${sn#??????}" @@ -40,4 +41,12 @@ multipaths { wwid 3600c0ff000d75b585d026b5101000000 alias milanollo-srv } + multipath { + wwid 3600c0ff000d5ad34b7036b5101000000 + alias picconi + } + multipath { + wwid 3600c0ff000d5ad34c5036b5101000000 + alias picconi-srv + } } -- 2.39.2