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 <[email protected]> --- M recipe/common-install.ks.in 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/19/63219/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/63219 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2c2a8c6aff6d398f3fa33cd8b1fb3949db332cf3 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Douglas Schilling Landgraf <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
