You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2015/03/30 10:27:36 UTC

git commit: updated refs/heads/4.5 to 03ff244

Repository: cloudstack
Updated Branches:
  refs/heads/4.5 77ed0c4b9 -> 03ff244ff


systemvmtemplate: increase disk size to 3000

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/03ff244f
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/03ff244f
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/03ff244f

Branch: refs/heads/4.5
Commit: 03ff244ff19b71327d8323db0ca018ebbb9a64dc
Parents: 77ed0c4
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Mon Mar 30 13:56:41 2015 +0530
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Mon Mar 30 13:56:41 2015 +0530

----------------------------------------------------------------------
 tools/appliance/definitions/systemvm64template/definition.rb | 2 +-
 tools/appliance/definitions/systemvm64template/preseed.cfg   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/03ff244f/tools/appliance/definitions/systemvm64template/definition.rb
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvm64template/definition.rb b/tools/appliance/definitions/systemvm64template/definition.rb
index ba66cae..8c8c0a5 100644
--- a/tools/appliance/definitions/systemvm64template/definition.rb
+++ b/tools/appliance/definitions/systemvm64template/definition.rb
@@ -8,7 +8,7 @@
 Veewee::Definition.declare({
   :cpu_count => '1',
   :memory_size=> '256',
-  :disk_size => '2560', :disk_format => 'VDI', :hostiocache => 'off',
+  :disk_size => '3000', :disk_format => 'VDI', :hostiocache => 'off',
   :os_type_id => 'Debian_64',
   :iso_file => "debian-7.8.0-amd64-netinst.iso",
   :iso_src => "http://cdimage.debian.org/debian-cd/7.8.0/amd64/iso-cd/debian-7.8.0-amd64-netinst.iso",

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/03ff244f/tools/appliance/definitions/systemvm64template/preseed.cfg
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvm64template/preseed.cfg b/tools/appliance/definitions/systemvm64template/preseed.cfg
index b1675c2..92dbca3 100644
--- a/tools/appliance/definitions/systemvm64template/preseed.cfg
+++ b/tools/appliance/definitions/systemvm64template/preseed.cfg
@@ -130,7 +130,7 @@ d-i partman-auto/choose_recipe select atomic
 
 d-i partman-auto/expert_recipe string                         \
       boot-root ::                                            \
-              40 50 100 ext4                                  \
+              80 50 160 ext4                                  \
                       $primary{ } $bootable{ }                \
                       method{ format } format{ }              \
                       use_filesystem{ } filesystem{ ext4 }    \