mirror of https://github.com/apache/cloudstack.git
systemvmtemplate: increase disk size to 3000
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
77ed0c4b96
commit
03ff244ff1
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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 } \
|
||||
|
|
|
|||
Loading…
Reference in New Issue