back out lvm extent size changeā“
authorAaron Klingaman <alk@cs.princeton.edu>
Wed, 8 Jun 2005 17:54:59 +0000 (17:54 +0000)
committerAaron Klingaman <alk@cs.princeton.edu>
Wed, 8 Jun 2005 17:54:59 +0000 (17:54 +0000)
source/steps/InstallPartitionDisks.py

index 4e30475..72ffa93 100644 (file)
@@ -163,7 +163,7 @@ def Run( vars, log ):
         vg_device_list = vg_device_list + " " + part_path
 
     # create an lvm volume group
-    utils.sysexec( "vgcreate -s16M planetlab %s" % vg_device_list, log)
+    utils.sysexec( "vgcreate -s32M planetlab %s" % vg_device_list, log)
 
     # create swap logical volume
     utils.sysexec( "lvcreate -L%s -nswap planetlab" % SWAP_SIZE, log )