[node-patches] Change in ovirt-node[master]: recipe: Increase rootfs size to 2GB

fabiand at fedoraproject.org fabiand at fedoraproject.org
Fri Oct 11 12:08:50 UTC 2013


Fabian Deutsch has uploaded a new change for review.

Change subject: recipe: Increase rootfs size to 2GB
......................................................................

recipe: Increase rootfs size to 2GB

This is needed because more packages are pulled in and packages get
larger.

Change-Id: Iac2dceb4a62dae1c808b793c53fe6a30e08379c0
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M recipe/common-install.ks.in
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/13/20113/1

diff --git a/recipe/common-install.ks.in b/recipe/common-install.ks.in
index 74450f1..4acae15 100644
--- a/recipe/common-install.ks.in
+++ b/recipe/common-install.ks.in
@@ -5,7 +5,7 @@
 selinux --enforcing
 firewall --disabled
 # TODO: the sizing of the image needs to be more dynamic
-part / --size 1536 --fstype ext2
+part / --size 2048 --fstype ext2
 
 # additional default boot parameters
 # Need to use deadline Scheduler for performance, rhbz#647301


-- 
To view, visit http://gerrit.ovirt.org/20113
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iac2dceb4a62dae1c808b793c53fe6a30e08379c0
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>



More information about the node-patches mailing list