Mark Wu has uploaded a new change for review. Change subject: Extend the range of Vm's niceness to allow increasing cpu shares ......................................................................
Extend the range of Vm's niceness to allow increasing cpu shares The current range of Vm's niceness is [0, 19], and the default value 0 represnts the biggest cpu shares. So if we want to assign more cpu shares to one vm, we have to give a higher niceness to other vms.This patch extends the range to [-19, 19], which makes the default value 0 be the middle of it. It's more flexible for client to set Vm's niceness. Change-Id: I5ae55daa5655dbd10c200dfd81ba80d8e71abfb5 Signed-off-by: Mark Wu <[email protected]> --- M vdsm/libvirtvm.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/89/6289/1 -- To view, visit http://gerrit.ovirt.org/6289 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5ae55daa5655dbd10c200dfd81ba80d8e71abfb5 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Mark Wu <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://fedorahosted.org/mailman/listinfo/vdsm-patches
