Dan Kenigsberg has posted comments on this change.

Change subject: start ksm and ksmtuned when vdsm starts
......................................................................


Patch Set 5: (1 inline comment)

....................................................
File vdsm/ksm.py
Line 95: def start():
Line 96:     utils.execCmd([constants.EXT_SERVICE, 'ksmtuned', 'start'], 
sudo=True)
Line 97:     utils.execCmd([constants.EXT_SERVICE, 'ksm', 'start'], sudo=True)
Line 98: 
Line 99: def running():
only do I care about introducing needless changes?
pushing a quick git-log beautification.
Line 100:     try:
Line 101:         state = int(file('/sys/kernel/mm/ksm/run').read()) & 1 == 1
Line 102:         return state
Line 103:     except:


--
To view, visit http://gerrit.ovirt.org/8357
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ia50087aae112069b2a427fca12168aff975b443e
Gerrit-PatchSet: 5
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Laszlo Hornyak <[email protected]>
Gerrit-Reviewer: Dan Kenigsberg <[email protected]>
Gerrit-Reviewer: Doron Fediuck <[email protected]>
Gerrit-Reviewer: Laszlo Hornyak <[email protected]>
Gerrit-Reviewer: Mark Wu <[email protected]>
Gerrit-Reviewer: Noam Slomianko <[email protected]>
Gerrit-Reviewer: Saggi Mizrahi <[email protected]>
Gerrit-Reviewer: Shu Ming <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to