From 65422d4c6f481dc89aa7de1974239c854fc66412 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 13 Jul 2007 15:52:26 +0100 Subject: [PATCH] * Change default lvm lv sizes and make documentation correspond to reality. --- debian/changelog | 2 ++ xen/README | 4 ++-- xen/readconfig.in | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index f7df3b1..63d9199 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ autopkgtest (1.0.2~) unstable; urgency=low default value for adt_play. * Close fd 4 for lvm tools too (suppresses daft `File descriptor left open' message). + * Change default lvm lv sizes and make documentation correspond + to reality. -- Ian Jackson Fri, 13 Jul 2007 15:31:58 +0100 diff --git a/xen/README b/xen/README index 6a5de75..14cde7f 100644 --- a/xen/README +++ b/xen/README @@ -187,13 +187,13 @@ adt_freeze_ram 32 [Mby] to this before freezing it and grow it again when we resume it. -adt_fs_size 1G +adt_fs_size 6144M Size of base filesystem image. Should be big enough to contain all of the software under test and all of its working space, as no running testbed can ever use more than this (despite copy-on-write). -adt_fs_snapsize 500M +adt_fs_snapsize 5120M Space to allocate for copy-on-write snapshot data. This is the maximum amount of data that a running testbed can use. This value should be less than the adt_fs_size. diff --git a/xen/readconfig.in b/xen/readconfig.in index a96af49..f37307a 100644 --- a/xen/readconfig.in +++ b/xen/readconfig.in @@ -24,8 +24,8 @@ esac : ${adt_nominum:=adt} : ${adt_testbed_ram:=256} : ${adt_freeze_ram:=32} -: ${adt_fs_size:=3072M} -: ${adt_fs_snapsize:=2560M} +: ${adt_fs_size:=6144M} +: ${adt_fs_snapsize:=5120M} : ${adt_fs_cowchunk:=8} : ${adt_playbase:=/var/lib/autopkgtest/xenlvm} : ${adt_fs_type:=ext3} -- 2.30.2