CLOUDSTACK-7143: sometimes the consolidated 'apt' command runs out of space


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

Branch: refs/heads/master
Commit: b4fceef40783f41ef5dd7a78d25dbb152515c8fd
Parents: 41ddb6b
Author: Leo Simons <lsim...@schubergphilis.com>
Authored: Tue Jul 22 14:09:19 2014 +0200
Committer: Rohit Yadav <rohit.ya...@shapeblue.com>
Committed: Mon Sep 22 21:38:15 2014 +0200

----------------------------------------------------------------------
 tools/appliance/definitions/systemvmtemplate/definition.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b4fceef4/tools/appliance/definitions/systemvmtemplate/definition.rb
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvmtemplate/definition.rb 
b/tools/appliance/definitions/systemvmtemplate/definition.rb
index 5965406..b7db768 100644
--- a/tools/appliance/definitions/systemvmtemplate/definition.rb
+++ b/tools/appliance/definitions/systemvmtemplate/definition.rb
@@ -42,7 +42,7 @@ architectures = {
 config = {
     :cpu_count => '1',
     :memory_size => '256',
-    :disk_size => '2500', :disk_format => 'VDI', :hostiocache => 'off',
+    :disk_size => '3000', :disk_format => 'VDI', :hostiocache => 'off',
     :iso_download_timeout => '1200',
     :boot_wait => '10',
     :boot_cmd_sequence => [

Reply via email to