[pve-devel] [PATCH v2 pve-container 1/1] fix #6897: document that systemd requires nesting
    Robert Obkircher 
    r.obkircher at proxmox.com
       
    Fri Oct 24 11:03:37 CEST 2025
    
    
  
Signed-off-by: Robert Obkircher <r.obkircher at proxmox.com>
---
 src/PVE/LXC/Config.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/PVE/LXC/Config.pm b/src/PVE/LXC/Config.pm
index 5d3749e..45d6cce 100644
--- a/src/PVE/LXC/Config.pm
+++ b/src/PVE/LXC/Config.pm
@@ -445,7 +445,7 @@ my $features_desc = {
         description => "Allow nesting."
             . " Best used with unprivileged containers with additional id mapping."
             . " Note that this will expose procfs and sysfs contents of the host"
-            . " to the guest.",
+            . " to the guest. This is also required by systemd to isolate services.",
     },
     keyctl => {
         optional => 1,
-- 
2.47.3
    
    
More information about the pve-devel
mailing list