Noam Slomianko has posted comments on this change.

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


Patch Set 4: (1 inline comment)

....................................................
File vdsm/ksm.py
Line 84:         try:
Line 85:             return 
(int(file('/sys/kernel/mm/ksm/pages_sharing').read()))
Line 86:         except:
Line 87:             return 0
Line 88: 
Oh silly diff....

renamed as suggested
also renamed running() to match new style
Line 89: def pagesToScan():
Line 90:     try:
Line 91:         pagesToScan = 
int(file('/sys/kernel/mm/ksm/pages_to_scan').read())
Line 92:         return pagesToScan


--
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: 4
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