chiark / gitweb /
* Change default lvm lv sizes and make documentation correspond
authorIan Jackson <ian@liberator>
Fri, 13 Jul 2007 14:52:26 +0000 (15:52 +0100)
committerIan Jackson <ian@liberator>
Fri, 13 Jul 2007 14:52:26 +0000 (15:52 +0100)
  to reality.

debian/changelog
xen/README
xen/readconfig.in

index f7df3b1553b22441c6460b604246e2be8e21d31c..63d9199ffaa2f7852754e18bb1d5cf01bfb13c4a 100644 (file)
@@ -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 <ian@davenant.greenend.org.uk>  Fri, 13 Jul 2007 15:31:58 +0100
 
index 6a5de75b62135974f8ebf68ed0fc92499dddeba3..14cde7f661289377a640498f9902df2f314d93ee 100644 (file)
@@ -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.
index a96af499f3bfca57b368ea98ef7949a11050cca8..f37307a710406225dc9db82efead869ff11175ed 100644 (file)
@@ -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}