Mark Wu has uploaded a new change for review. Change subject: Enable balloon controller for MOM by default. ......................................................................
Enable balloon controller for MOM by default. Since vdsm can support memory balloon tunning now, we should enable the balloon controller for MOM by default. Change-Id: I011fa8dbdf5ca77c610f677262cbe2261880f88b Signed-off-by: Mark Wu <[email protected]> --- M vdsm/mom.conf.in 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/22/8222/1 diff --git a/vdsm/mom.conf.in b/vdsm/mom.conf.in index 24f97ac..264eda4 100644 --- a/vdsm/mom.conf.in +++ b/vdsm/mom.conf.in @@ -25,7 +25,7 @@ policy-engine-interval: 10 # A comma-separated list of Controller plugins to enable -controllers: KSM +controllers: Balloon, KSM # Sets the maximum number of statistic samples to keep for the purpose of # calculating moving averages. -- To view, visit http://gerrit.ovirt.org/8222 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I011fa8dbdf5ca77c610f677262cbe2261880f88b Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Mark Wu <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
