From a032f117fef1e4a58f0030784879f032b07d41f5 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 1 Dec 2013 10:02:31 +0100 Subject: [PATCH] minor msa changes --- input/howto/install-ganeti.creole | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/input/howto/install-ganeti.creole b/input/howto/install-ganeti.creole index e27f02b..3d0326f 100644 --- a/input/howto/install-ganeti.creole +++ b/input/howto/install-ganeti.creole @@ -368,17 +368,19 @@ And you want to convert it to use DRBD afterwards and start it on the other clus Choose which vdisk to use, use "show vdisks" to list Add the volume: - # create volume vdisk msa2k-2-500gr10 size 5G donizetti + # create volume vdisk msa2k-2-500gr10 size 5G donizetti Find a free LUN: # show lun-maps + or (if we assume they are all the same) + # show host-maps 3001438001287090 Make a note of the next free LUN Generate map commands for all blades, all ports, run locally: - $ for p in 1 2 3 4; do for bl in 1 2 3 4 5 6 ; do echo "map volume donizetti lun 27 host bm-bl$bl-p$p" ; done ; done + $ for bl in 1 2 3 4 5 6 ; do for p in 1 2 3 4; do echo "map volume donizetti lun 27 host bm-bl$bl-p$p" ; done ; done Paste the output into the MSA shell -- 2.20.1