commit | 8c4093e4b1a3142669cd441ed935e81a2aaf17b2 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Thu Apr 19 02:25:07 2012 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Thu Apr 19 02:25:07 2012 +0400 |
tree | 5564bd8fdd19d386bf58aeb3d0ce3e2d24c61673 | |
parent | da1a5f0360d21e0d376ad362da56f2c83ddb9dce [diff] |
vzctl set --features: ability to specify a few features at once In fact, there already was an ability to specify a few features at once, like this: vzctl set NNN --features "one:on two:off" --save It is a bit inconvenient to quote the argument. After this patch, one can use: vzctl set NNN --features one:on,two:off --save Features are still saved to config file in an old way, ie space-separated. Signed-off-by: Kir Kolyshkin <kir@openvz.org>