Repository: cloudstack
Updated Branches:
  refs/heads/4.4 10248515d -> 28ff60e74


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 <[email protected]>


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

Branch: refs/heads/4.4
Commit: 28ff60e74a09a58911adebc574c67ef9af73a368
Parents: 1024851
Author: Joris van Lieshout <[email protected]>
Authored: Tue May 20 16:21:00 2014 +0200
Committer: Daan Hoogland <[email protected]>
Committed: Fri Dec 12 11:37:16 2014 +0100

----------------------------------------------------------------------
 .../appliance/definitions/systemvm64template/preseed.cfg  | 10 +++++-----
 tools/appliance/definitions/systemvmtemplate/preseed.cfg  | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/28ff60e7/tools/appliance/definitions/systemvm64template/preseed.cfg
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvm64template/preseed.cfg 
b/tools/appliance/definitions/systemvm64template/preseed.cfg
index 635432a..d11b625 100644
--- a/tools/appliance/definitions/systemvm64template/preseed.cfg
+++ b/tools/appliance/definitions/systemvm64template/preseed.cfg
@@ -136,7 +136,7 @@ d-i partman-auto/expert_recipe string                       
  \
                       use_filesystem{ } filesystem{ ext4 }    \
                       mountpoint{ /boot }                     \
               .                                               \
-              300 40 400 ext4                                 \
+              250 40 400 ext4                                 \
                       method{ format } format{ }              \
                       use_filesystem{ } filesystem{ ext4 }    \
                       mountpoint{ / }                         \
@@ -146,7 +146,7 @@ d-i partman-auto/expert_recipe string                       
  \
                       use_filesystem{ } filesystem{ ext4 }    \
                       mountpoint{ /home }                     \
               .                                               \
-              650 20 1100 ext4                                \
+              700 70 1100 ext4                                \
                       method{ format } format{ }              \
                       use_filesystem{ } filesystem{ ext4 }    \
                       mountpoint{ /usr }                      \
@@ -156,17 +156,17 @@ d-i partman-auto/expert_recipe string                     
    \
                       use_filesystem{ } filesystem{ ext4 }    \
                       mountpoint{ /opt }                      \
               .                                               \
-              450 60 1000 ext4                                \
+              450 70 1000 ext4                                \
                       method{ format } format{ }              \
                       use_filesystem{ } filesystem{ ext4 }    \
                       mountpoint{ /var }                      \
               .                                               \
-              50 70 400 ext4                                 \
+              50 60 100 ext4                                  \
                       method{ format } format{ }              \
                       use_filesystem{ } filesystem{ ext4 }    \
                       mountpoint{ /tmp }                      \
               .                                               \
-              70 512 300% linux-swap                          \
+              70 100 256 linux-swap                           \
                       method{ swap } format{ }                \
               .
 

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/28ff60e7/tools/appliance/definitions/systemvmtemplate/preseed.cfg
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvmtemplate/preseed.cfg 
b/tools/appliance/definitions/systemvmtemplate/preseed.cfg
index deb2f94..1e4fb4e 100644
--- a/tools/appliance/definitions/systemvmtemplate/preseed.cfg
+++ b/tools/appliance/definitions/systemvmtemplate/preseed.cfg
@@ -136,7 +136,7 @@ d-i partman-auto/expert_recipe string                       
  \
                       use_filesystem{ } filesystem{ ext4 }    \
                       mountpoint{ /boot }                     \
               .                                               \
-              300 40 400 ext4                                 \
+              250 40 400 ext4                                 \
                       method{ format } format{ }              \
                       use_filesystem{ } filesystem{ ext4 }    \
                       mountpoint{ / }                         \
@@ -146,7 +146,7 @@ d-i partman-auto/expert_recipe string                       
  \
                       use_filesystem{ } filesystem{ ext4 }    \
                       mountpoint{ /home }                     \
               .                                               \
-              650 20 1100 ext4                                \
+              700 70 1100 ext4                                \
                       method{ format } format{ }              \
                       use_filesystem{ } filesystem{ ext4 }    \
                       mountpoint{ /usr }                      \
@@ -156,17 +156,17 @@ d-i partman-auto/expert_recipe string                     
    \
                       use_filesystem{ } filesystem{ ext4 }    \
                       mountpoint{ /opt }                      \
               .                                               \
-              450 60 1000 ext4                                \
+              450 70 1000 ext4                                \
                       method{ format } format{ }              \
                       use_filesystem{ } filesystem{ ext4 }    \
                       mountpoint{ /var }                      \
               .                                               \
-              50 70 400 ext4                                 \
+              50 60 100 ext4                                  \
                       method{ format } format{ }              \
                       use_filesystem{ } filesystem{ ext4 }    \
                       mountpoint{ /tmp }                      \
               .                                               \
-              70 512 300% linux-swap                          \
+              70 100 256 linux-swap                           \
                       method{ swap } format{ }                \
               .
 

Reply via email to