commit | 3d3cf10bcb4a84afba5e7994aa2e92a2d4adc451 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Fri Nov 06 23:47:29 2009 +0300 |
committer | Kir Kolyshkin <kir@openvz.org> | Fri Nov 06 23:47:29 2009 +0300 |
tree | d628fe40a53b73f6f5bb7eeac12e799b04cf4e67 | |
parent | ac7c39c946860290dc009d622fe7bcc32379747a [diff] |
vzctl set: warn if there is no CT config file People complain that if they mistype CT id on the 'vzctl set' command line, vzctl just silently creates new configuration. This is intentional -- you can set some parameters (like disk quota) and only then run "vzctl create". From the other side, a warning telling there's no such config file would be good to have. Add it. http://bugzilla.openvz.org/993 Signed-off-by: Kir Kolyshkin <kir@openvz.org>