mirror of https://github.com/apache/cloudstack.git
appliance: increase /var/log partition to max 15GB
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
1d52b3af89
commit
beec8ed3d4
|
|
@ -42,7 +42,7 @@ architectures = {
|
|||
config = {
|
||||
:cpu_count => '1',
|
||||
:memory_size => '256',
|
||||
:disk_size => '3000', :disk_format => 'VDI', :hostiocache => 'off',
|
||||
:disk_size => '18000', :disk_format => 'VDI', :hostiocache => 'off',
|
||||
:iso_download_timeout => '1200',
|
||||
:boot_wait => '10',
|
||||
:boot_cmd_sequence => [
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@ d-i partman-auto/expert_recipe string \
|
|||
use_filesystem{ } filesystem{ ext4 } \
|
||||
mountpoint{ /var } \
|
||||
. \
|
||||
200 50 500 ext4 \
|
||||
1000 40 15000 ext4 \
|
||||
method{ format } format{ } \
|
||||
use_filesystem{ } filesystem{ ext4 } \
|
||||
mountpoint{ /var/log } \
|
||||
|
|
|
|||
Loading…
Reference in New Issue