Description: lxc-create: bump default lvm blockdev size to 1G
 The current default, 500M, is not big enough for the cloud image.
 This will be forwarded upstream.
Author: Serge Hallyn <serge.hallyn@ubuntu.com>
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/942338
Forwarded: no

Index: lxc/src/lxc/lxc-create.in
===================================================================
--- lxc.orig/src/lxc/lxc-create.in	2012-02-23 16:21:13.750796000 -0600
+++ lxc/src/lxc/lxc-create.in	2012-02-27 23:29:54.881032873 -0600
@@ -50,7 +50,7 @@
     echo "                container-name by default"
     echo "vgname       : [for -lvm] name of vg in which to create lv, 'lxc' by default"
     echo "fstype       : name of filesystem to create, ext4 by default"
-    echo "fssize       : size of filesystem to create, 500M by default"
+    echo "fssize       : size of filesystem to create, 1G by default"
     if [ -z $lxc_template ]; then
         echo "for template-specific help, specify a template, for instance:"
         echo "lxc-create -t ubuntu -h"
@@ -71,7 +71,7 @@
 templatedir=@LXCTEMPLATEDIR@
 backingstore=_unset
 fstype=ext4
-fssize=500M
+fssize=1G
 vgname=lxc
 
 getopt=$(getopt -o $shortoptions --longoptions  $longoptions -- "$@")
