[node-patches] Change in ovirt-node[master]: increase base size of / filesystem
mburns at redhat.com
mburns at redhat.com
Wed Sep 12 13:00:07 UTC 2012
Michael Burns has uploaded a new change for review.
Change subject: increase base size of / filesystem
......................................................................
increase base size of / filesystem
F18 builds are currently failing due to lack of available space.
Change-Id: Id44871f13216ab3fb186af8f2653edf57620c503
Signed-off-by: Mike Burns <mburns at redhat.com>
---
M recipe/common-install.ks
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/54/7954/1
diff --git a/recipe/common-install.ks b/recipe/common-install.ks
index ad9c0b5..319db78 100644
--- a/recipe/common-install.ks
+++ b/recipe/common-install.ks
@@ -5,7 +5,7 @@
selinux --enforcing
firewall --disabled
# TODO: the sizing of the image needs to be more dynamic
-part / --size 1280 --fstype ext2
+part / --size 1536 --fstype ext2
# additional default boot parameters
# Need to use deadline Scheduler for performance, rhbz#647301
--
To view, visit http://gerrit.ovirt.org/7954
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id44871f13216ab3fb186af8f2653edf57620c503
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Michael Burns <mburns at redhat.com>
More information about the node-patches
mailing list