mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
volume /usr was sized to small and ends up being 100% full on SSVMs and CVMs. By juggling some partman-auto numbers the space gets devided more evenly. After this patch /usr should be around 80% full. I've also reduced the swap space because this makes no sense on virtual instances.
Signed-off-by: Daan Hoogland <daan@onecht.net>
This commit is contained in:
parent
38928a44b5
commit
b8deb6ba3f
@ -136,7 +136,7 @@ d-i partman-auto/expert_recipe string \
|
|||||||
use_filesystem{ } filesystem{ ext4 } \
|
use_filesystem{ } filesystem{ ext4 } \
|
||||||
mountpoint{ /boot } \
|
mountpoint{ /boot } \
|
||||||
. \
|
. \
|
||||||
300 40 400 ext4 \
|
250 40 400 ext4 \
|
||||||
method{ format } format{ } \
|
method{ format } format{ } \
|
||||||
use_filesystem{ } filesystem{ ext4 } \
|
use_filesystem{ } filesystem{ ext4 } \
|
||||||
mountpoint{ / } \
|
mountpoint{ / } \
|
||||||
@ -146,7 +146,7 @@ d-i partman-auto/expert_recipe string \
|
|||||||
use_filesystem{ } filesystem{ ext4 } \
|
use_filesystem{ } filesystem{ ext4 } \
|
||||||
mountpoint{ /home } \
|
mountpoint{ /home } \
|
||||||
. \
|
. \
|
||||||
650 20 1100 ext4 \
|
700 70 1100 ext4 \
|
||||||
method{ format } format{ } \
|
method{ format } format{ } \
|
||||||
use_filesystem{ } filesystem{ ext4 } \
|
use_filesystem{ } filesystem{ ext4 } \
|
||||||
mountpoint{ /usr } \
|
mountpoint{ /usr } \
|
||||||
@ -156,17 +156,17 @@ d-i partman-auto/expert_recipe string \
|
|||||||
use_filesystem{ } filesystem{ ext4 } \
|
use_filesystem{ } filesystem{ ext4 } \
|
||||||
mountpoint{ /opt } \
|
mountpoint{ /opt } \
|
||||||
. \
|
. \
|
||||||
450 60 1000 ext4 \
|
450 70 1000 ext4 \
|
||||||
method{ format } format{ } \
|
method{ format } format{ } \
|
||||||
use_filesystem{ } filesystem{ ext4 } \
|
use_filesystem{ } filesystem{ ext4 } \
|
||||||
mountpoint{ /var } \
|
mountpoint{ /var } \
|
||||||
. \
|
. \
|
||||||
50 70 400 ext4 \
|
50 60 100 ext4 \
|
||||||
method{ format } format{ } \
|
method{ format } format{ } \
|
||||||
use_filesystem{ } filesystem{ ext4 } \
|
use_filesystem{ } filesystem{ ext4 } \
|
||||||
mountpoint{ /tmp } \
|
mountpoint{ /tmp } \
|
||||||
. \
|
. \
|
||||||
70 512 300% linux-swap \
|
70 100 256 linux-swap \
|
||||||
method{ swap } format{ } \
|
method{ swap } format{ } \
|
||||||
.
|
.
|
||||||
|
|
||||||
|
|||||||
@ -136,7 +136,7 @@ d-i partman-auto/expert_recipe string \
|
|||||||
use_filesystem{ } filesystem{ ext4 } \
|
use_filesystem{ } filesystem{ ext4 } \
|
||||||
mountpoint{ /boot } \
|
mountpoint{ /boot } \
|
||||||
. \
|
. \
|
||||||
300 40 400 ext4 \
|
250 40 400 ext4 \
|
||||||
method{ format } format{ } \
|
method{ format } format{ } \
|
||||||
use_filesystem{ } filesystem{ ext4 } \
|
use_filesystem{ } filesystem{ ext4 } \
|
||||||
mountpoint{ / } \
|
mountpoint{ / } \
|
||||||
@ -146,7 +146,7 @@ d-i partman-auto/expert_recipe string \
|
|||||||
use_filesystem{ } filesystem{ ext4 } \
|
use_filesystem{ } filesystem{ ext4 } \
|
||||||
mountpoint{ /home } \
|
mountpoint{ /home } \
|
||||||
. \
|
. \
|
||||||
650 20 1100 ext4 \
|
700 70 1100 ext4 \
|
||||||
method{ format } format{ } \
|
method{ format } format{ } \
|
||||||
use_filesystem{ } filesystem{ ext4 } \
|
use_filesystem{ } filesystem{ ext4 } \
|
||||||
mountpoint{ /usr } \
|
mountpoint{ /usr } \
|
||||||
@ -156,17 +156,17 @@ d-i partman-auto/expert_recipe string \
|
|||||||
use_filesystem{ } filesystem{ ext4 } \
|
use_filesystem{ } filesystem{ ext4 } \
|
||||||
mountpoint{ /opt } \
|
mountpoint{ /opt } \
|
||||||
. \
|
. \
|
||||||
450 60 1000 ext4 \
|
450 70 1000 ext4 \
|
||||||
method{ format } format{ } \
|
method{ format } format{ } \
|
||||||
use_filesystem{ } filesystem{ ext4 } \
|
use_filesystem{ } filesystem{ ext4 } \
|
||||||
mountpoint{ /var } \
|
mountpoint{ /var } \
|
||||||
. \
|
. \
|
||||||
50 70 400 ext4 \
|
50 60 100 ext4 \
|
||||||
method{ format } format{ } \
|
method{ format } format{ } \
|
||||||
use_filesystem{ } filesystem{ ext4 } \
|
use_filesystem{ } filesystem{ ext4 } \
|
||||||
mountpoint{ /tmp } \
|
mountpoint{ /tmp } \
|
||||||
. \
|
. \
|
||||||
70 512 300% linux-swap \
|
70 100 256 linux-swap \
|
||||||
method{ swap } format{ } \
|
method{ swap } format{ } \
|
||||||
.
|
.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user