[node-patches] Change in ovirt-node[ovirt-3.6]: increase base size of / filesystem

dougsland at redhat.com dougsland at redhat.com
Wed Sep 21 19:00:27 UTC 2016


Douglas Schilling Landgraf has uploaded a new change for review.

Change subject: increase base size of / filesystem
......................................................................

increase base size of / filesystem

7.3 builds are currently failing due to lack of available space.

Change-Id: I2c2a8c6aff6d398f3fa33cd8b1fb3949db332cf3
Signed-off-by: Douglas Schilling Landgraf <dougsland at redhat.com>
(cherry picked from commit cd9cbb932c12f5b4b1270e8d616f08756aa221e3)
---
M recipe/common-install.ks.in
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/60/64260/1

diff --git a/recipe/common-install.ks.in b/recipe/common-install.ks.in
index 9ed8cdd..94a9992 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 https://gerrit.ovirt.org/64260
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2c2a8c6aff6d398f3fa33cd8b1fb3949db332cf3
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: ovirt-3.6
Gerrit-Owner: Douglas Schilling Landgraf <dougsland at redhat.com>



More information about the node-patches mailing list