| commit | 6d4cc6a81a87435ef0994e4202ec398e22d2a0b3 | [log] [download] |
|---|---|---|
| author | Kir Kolyshkin <kir@openvz.org> | Sat Oct 26 06:59:10 2013 +0400 |
| committer | Kir Kolyshkin <kir@openvz.org> | Sat Oct 26 07:06:02 2013 +0400 |
| tree | 0fdf3e86869ae535d4512889f2b107d8ccd8e053 | |
| parent | 173555b9dd46627b9a1931d99e4d6af45fe60036 [diff] |
vzctl set --io{,ps}limit: show 0 as unlimited
Before this patch:
# vzctl set --iolimit unlimited --iopslimit 0
Setting iolimit: 0 bytes/sec
Setting iopslimit: 0 iops
After:
# vzctl set --iolimit 0 --iopslimit unlimited
Setting iolimit: 0 (unlimited)
Setting iopslimit: 0 (unlimited)
Signed-off-by: Kir Kolyshkin <kir@openvz.org>