commit | de8b7f63b364713a962edd8eb642108fd12c5dcb | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Tue May 17 04:14:24 2011 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Tue May 17 04:50:28 2011 +0400 |
tree | 40d36273dd6029de683e4893bbecd12dd36dcf65 | |
parent | e0edb7ccba9e4066d6843ac5ca0dbfc15c6ade46 [diff] |
vzctl: do not warn about valid config parameters Previous commit e0edb7ccba9 made it possible to make vzctl whine about unknown parameters in configuration files. Apparently, there are quite a few parameters that are pretty valid but not used by vzctl. List such parameters in config[] to avoid "false positives", reducing the noise. Signed-off-by: Kir Kolyshkin <kir@openvz.org>