mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-7143: a better fix for kernel upgrade disk space problems
Increase / and /boot a little bit, to the point that there is enough space on them to do a kernel upgrade. With this I think we can decrease total disk space usage back down to 2.5GB. Docs for the preseed config found at http://anonscm.debian.org/gitweb/?p=d-i/debian-installer.git;a=blob_plain;f=doc/devel/partman-auto-recipe.txt;hb=HEAD
This commit is contained in:
parent
d5a4a2521b
commit
91ffedb39c
@ -42,7 +42,7 @@ architectures = {
|
||||
config = {
|
||||
:cpu_count => '1',
|
||||
:memory_size => '256',
|
||||
:disk_size => '3500', :disk_format => 'VDI', :hostiocache => 'off',
|
||||
:disk_size => '2500', :disk_format => 'VDI', :hostiocache => 'off',
|
||||
:iso_download_timeout => '1200',
|
||||
:boot_wait => '10',
|
||||
:boot_cmd_sequence => [
|
||||
|
||||
@ -50,7 +50,7 @@ d-i partman-auto/expert_recipe string \
|
||||
use_filesystem{ } filesystem{ ext4 } \
|
||||
mountpoint{ /boot } \
|
||||
. \
|
||||
250 40 400 ext4 \
|
||||
400 40 500 ext4 \
|
||||
method{ format } format{ } \
|
||||
use_filesystem{ } filesystem{ ext4 } \
|
||||
mountpoint{ / } \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user