commit | 90e8dd6c84746874abdad6d936af70e7643c0c6d | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Fri Feb 20 12:48:48 2015 -0800 |
committer | Kir Kolyshkin <kir@openvz.org> | Fri Feb 20 13:09:43 2015 -0800 |
tree | c9430d2d59b0400bb08ea2aa2e4cbb95dfe45ade | |
parent | c2a48a7e24e1956fef1251001e59121782002e1e [diff] |
vzctl set --devnodes: made cumulative, fix This patch fixes the handling of --devnodes option. First, the option is now cumulative, so any new devices set by "vzctl set --devnodes" command are added to the existing devices. Second, "vzctl set --devnodes DEV:none --save" removes DEV from the configuration. https://bugzilla.openvz.org/3186 Signed-off-by: Kir Kolyshkin <kir@openvz.org>