[pve-devel] [PATCH pve-container 7/8] added lxc.hook.stop to	valid_lxc_conf_keys
    Wolfgang Bumiller 
    w.bumiller at proxmox.com
       
    Thu Oct  1 10:58:32 CEST 2015
    
    
  
---
 src/PVE/LXC.pm | 1 +
 1 file changed, 1 insertion(+)
diff --git a/src/PVE/LXC.pm b/src/PVE/LXC.pm
index bc71163..7cc40de 100644
--- a/src/PVE/LXC.pm
+++ b/src/PVE/LXC.pm
@@ -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,
-- 
2.1.4
    
    
More information about the pve-devel
mailing list