]> git.proxmox.com Git - pve-container.git/commitdiff
added lxc.hook.stop to valid_lxc_conf_keys
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 1 Oct 2015 08:58:32 +0000 (10:58 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 1 Oct 2015 09:34:12 +0000 (11:34 +0200)
src/PVE/LXC.pm

index bc71163edfdf776d6000497cd3acdfc4baa78bb1..7cc40de3b2035847f07623f93dfde68e15a1e6d0 100644 (file)
@@ -230,6 +230,7 @@ my $valid_lxc_conf_keys = {
     'lxc.hook.pre-mount' => 1,
     'lxc.hook.mount' => 1,
     'lxc.hook.start' => 1,
+    'lxc.hook.stop' => 1,
     'lxc.hook.post-stop' => 1,
     'lxc.hook.clone' => 1,
     'lxc.hook.destroy' => 1,