vzctl: do now warn about VE_STOP_MODE
vzctl --verbose usually complains about unknown parameters in global
configuration file, which sometimes help to discover issues like
typos in parameter names. Like this:
> Warning at /etc/vz/vz.conf:6: unknown parameter VE_STOP_MODE ("stop"),
> ignored
To prevent false positives, there is a list of well-known parameters
which are not used by vzctl itself (see more details in commit de8b7f6).
This patch adds (recently introduced in commit ab3da01) VE_STOP_MODE
parameter to this "well known" list.
Signed-off-by: Kir Kolyshkin <kir@openvz.org>
1 file changed