Mei Liu has uploaded a new change for review. Change subject: mom: Fix KSM controller bug ......................................................................
mom: Fix KSM controller bug This patch fixes the KSM controller bug when the control info are the same for several continuous cycles of process. When the control info remains the same, there is no need to tune ksm. Change-Id: I034902ed0f3dba0ca6552210710b3ea47b232fb2 Signed-off-by: MeiLiu <[email protected]> --- M mom/Controllers/KSM.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/mom refs/changes/09/17409/1 diff --git a/mom/Controllers/KSM.py b/mom/Controllers/KSM.py index eec525e..fbe921a 100644 --- a/mom/Controllers/KSM.py +++ b/mom/Controllers/KSM.py @@ -50,4 +50,4 @@ for (k, v) in self.cur.items(): args.append("%s:%s" % (k,v)) self.logger.info(msg, ' '.join(args)) - self.hypervisor_iface.ksmTune(outputs) + self.hypervisor_iface.ksmTune(outputs) -- To view, visit http://gerrit.ovirt.org/17409 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I034902ed0f3dba0ca6552210710b3ea47b232fb2 Gerrit-PatchSet: 1 Gerrit-Project: mom Gerrit-Branch: master Gerrit-Owner: Mei Liu <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
