Tomas Jelinek has uploaded a new change for review. Change subject: core: enabled the memballoon for PPC since cluster level 3.5 ......................................................................
core: enabled the memballoon for PPC since cluster level 3.5 Enabled it in the osinfo Change-Id: I596eb1b10751b515d8d7a59c1bac86561faac342 Bug-Url: https://bugzilla.redhat.com/1198214 Signed-off-by: Tomas Jelinek <[email protected]> --- M packaging/conf/osinfo-defaults.properties 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/64/40364/1 diff --git a/packaging/conf/osinfo-defaults.properties b/packaging/conf/osinfo-defaults.properties index d935d75a..b243804 100644 --- a/packaging/conf/osinfo-defaults.properties +++ b/packaging/conf/osinfo-defaults.properties @@ -331,7 +331,8 @@ os.other_ppc64.cpuArchitecture.value = ppc64 os.other_ppc64.devices.network.value = pv, spaprVlan, pciPassthrough os.other_ppc64.devices.cdInterface.value = scsi -os.other_ppc64.devices.balloon.enabled.value = false +os.other_ppc64.devices.balloon.enabled.value = true +os.other_ppc64.devices.balloon.enabled.value.3.4 = false os.other_ppc64.devices.diskInterfaces.value = VirtIO, VirtIO_SCSI, SPAPR_VSCSI os.other_ppc64.devices.disk.hotpluggableInterfaces.value = VirtIO, VirtIO_SCSI, SPAPR_VSCSI os.other_ppc64.devices.network.hotplugSupport.value = true -- To view, visit https://gerrit.ovirt.org/40364 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I596eb1b10751b515d8d7a59c1bac86561faac342 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tomas Jelinek <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
