From 4049da4389f389f8a1f1db40b3e58ae3214bbde8 Mon Sep 17 00:00:00 2001 From: Aaron Klingaman Date: Wed, 8 Jun 2005 17:54:59 +0000 Subject: [PATCH] =?utf8?q?back=20out=20lvm=20extent=20size=20change?= =?utf8?q?=E2=90=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- source/steps/InstallPartitionDisks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/steps/InstallPartitionDisks.py b/source/steps/InstallPartitionDisks.py index 4e30475..72ffa93 100644 --- a/source/steps/InstallPartitionDisks.py +++ b/source/steps/InstallPartitionDisks.py @@ -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 ) -- 2.43.0