all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH pve-manager] fix #6897: ui: add hint that lxc nesting is usually required
@ 2025-10-13 10:02 Robert Obkircher
  2025-10-13 11:26 ` Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Obkircher @ 2025-10-13 10:02 UTC (permalink / raw)
  To: pve-devel

Modern distributions require nesting to access /sys and /proc.
Someone ran into issues when trying to disable it and suggested
adding a warning on the Web UI.

Fixes: https://bugzilla.proxmox.com/show_bug.cgi?id=6897
Signed-off-by: Robert Obkircher <r.obkircher@proxmox.com>
---
 www/manager6/lxc/CreateWizard.js | 1 +
 www/manager6/lxc/FeaturesEdit.js | 1 +
 2 files changed, 2 insertions(+)

diff --git a/www/manager6/lxc/CreateWizard.js b/www/manager6/lxc/CreateWizard.js
index 0f6fcce8..e8093c0a 100644
--- a/www/manager6/lxc/CreateWizard.js
+++ b/www/manager6/lxc/CreateWizard.js
@@ -81,6 +81,7 @@ Ext.define('PVE.lxc.CreateWizard', {
                         disabled: '{!unprivileged}',
                     },
                     fieldLabel: gettext('Nesting'),
+                    boxLabel: gettext('required for many distributions'),
                 },
             ],
             column2: [
diff --git a/www/manager6/lxc/FeaturesEdit.js b/www/manager6/lxc/FeaturesEdit.js
index 271f1cc3..df33e67c 100644
--- a/www/manager6/lxc/FeaturesEdit.js
+++ b/www/manager6/lxc/FeaturesEdit.js
@@ -36,6 +36,7 @@ Ext.define('PVE.lxc.FeaturesInputPanel', {
             xtype: 'proxmoxcheckbox',
             fieldLabel: gettext('Nesting'),
             name: 'nesting',
+            boxLabel: gettext('required for many distributions'),
         },
         {
             xtype: 'proxmoxcheckbox',
-- 
2.47.3



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-10-13 11:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-13 10:02 [pve-devel] [PATCH pve-manager] fix #6897: ui: add hint that lxc nesting is usually required Robert Obkircher
2025-10-13 11:26 ` Thomas Lamprecht

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal