We currently don't depend on a particular version, although in the future we may want to enforce a minimum (at which point we'll need more than just a whitelist entry for this, but right now this will do...)
Signed-off-by: Wolfgang Bumiller <w.bumil...@proxmox.com> --- src/PVE/LXC/Config.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PVE/LXC/Config.pm b/src/PVE/LXC/Config.pm index fc2f86a..2699d3d 100644 --- a/src/PVE/LXC/Config.pm +++ b/src/PVE/LXC/Config.pm @@ -520,6 +520,7 @@ my $valid_lxc_conf_keys = { 'lxc.hook.post-stop' => 1, 'lxc.hook.clone' => 1, 'lxc.hook.destroy' => 1, + 'lxc.hook.version' => 1, 'lxc.log.level' => 1, 'lxc.log.file' => 1, 'lxc.start.auto' => 1, -- 2.20.1 _______________________________________________ pve-devel mailing list pve-devel@pve.proxmox.com https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel