commit | 959b0b7c0ef883a276320146139b7a87d731222b | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Fri Nov 27 03:08:33 2009 +0300 |
committer | Kir Kolyshkin <kir@openvz.org> | Tue Dec 08 19:10:10 2009 +0300 |
tree | 3eefae0f0790fae89ec684dcceced996e9cfe469 | |
parent | 4291754ec19fe2225de829dd8cc2ffe4433f695d [diff] |
vzlist: fix swapping cpulimit and cpuunits for stopped CTs Here is how the bug manifests: $ grep CPU /etc/vz/conf/101.conf CPUUNITS="101" CPULIMIT="10100" $ vzlist -S -oveid,cpulimit,cpuunits 101 CTID CPULIM CPUUNI 101 101 10100 Signed-off-by: Kir Kolyshkin <kir@openvz.org>