public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH container] config: clarify description of host-managed netdev option
@ 2025-11-24 11:33 Filip Schauer
  2026-01-14 13:04 ` [pve-devel] applied: " Fiona Ebner
  2026-01-23 15:16 ` [pve-devel] " Thomas Lamprecht
  0 siblings, 2 replies; 3+ messages in thread
From: Filip Schauer @ 2025-11-24 11:33 UTC (permalink / raw)
  To: pve-devel

Signed-off-by: Filip Schauer <f.schauer@proxmox.com>
---
 src/PVE/LXC/Config.pm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/PVE/LXC/Config.pm b/src/PVE/LXC/Config.pm
index 6be38a2..6445528 100644
--- a/src/PVE/LXC/Config.pm
+++ b/src/PVE/LXC/Config.pm
@@ -915,7 +915,11 @@ our $netconf_desc = {
     'host-managed' => {
         type => 'boolean',
         description =>
-            "Whether this interface's IP configuration should be managed by the host.",
+            "Whether this interface's IP configuration should be managed by the host. When enabled,"
+            . " the host (rather than the container) is responsible for the interface's IP"
+            . " configuration. The container should not run its own DHCP client or network manager"
+            . " on this interface. This is useful for containers that lack an internal network"
+            . " management stack, like many application containers.",
         optional => 1,
     },
 };
-- 
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] 3+ messages in thread

* [pve-devel] applied: [PATCH container] config: clarify description of host-managed netdev option
  2025-11-24 11:33 [pve-devel] [PATCH container] config: clarify description of host-managed netdev option Filip Schauer
@ 2026-01-14 13:04 ` Fiona Ebner
  2026-01-23 15:16 ` [pve-devel] " Thomas Lamprecht
  1 sibling, 0 replies; 3+ messages in thread
From: Fiona Ebner @ 2026-01-14 13:04 UTC (permalink / raw)
  To: pve-devel, Filip Schauer

Applied, thanks!

[1/1] config: clarify description of host-managed netdev option
      commit: 3fce1fac0cecf95936f1ff85745716efdc6735a0


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


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

* Re: [pve-devel] [PATCH container] config: clarify description of host-managed netdev option
  2025-11-24 11:33 [pve-devel] [PATCH container] config: clarify description of host-managed netdev option Filip Schauer
  2026-01-14 13:04 ` [pve-devel] applied: " Fiona Ebner
@ 2026-01-23 15:16 ` Thomas Lamprecht
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Lamprecht @ 2026-01-23 15:16 UTC (permalink / raw)
  To: Proxmox VE development discussion, Filip Schauer

Am 24.11.25 um 12:34 schrieb Filip Schauer:
> Signed-off-by: Filip Schauer <f.schauer@proxmox.com>
> ---
>  src/PVE/LXC/Config.pm | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
> 
> diff --git a/src/PVE/LXC/Config.pm b/src/PVE/LXC/Config.pm
> index 6be38a2..6445528 100644
> --- a/src/PVE/LXC/Config.pm
> +++ b/src/PVE/LXC/Config.pm
> @@ -915,7 +915,11 @@ our $netconf_desc = {
>      'host-managed' => {
>          type => 'boolean',
>          description =>
> -            "Whether this interface's IP configuration should be managed by the host.",
> +            "Whether this interface's IP configuration should be managed by the host. When enabled,"
> +            . " the host (rather than the container) is responsible for the interface's IP"
> +            . " configuration. The container should not run its own DHCP client or network manager"
> +            . " on this interface. This is useful for containers that lack an internal network"
> +            . " management stack, like many application containers.",

Great to have more context, but we have "verbose_description" schema property,
to avoid crowding places where short description is a better fit. This instance
here is a bit borderline, so mostly to put the availability of that property on
your (and others) radar.

>          optional => 1,
>      },
>  };



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


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

end of thread, other threads:[~2026-01-23 15:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-24 11:33 [pve-devel] [PATCH container] config: clarify description of host-managed netdev option Filip Schauer
2026-01-14 13:04 ` [pve-devel] applied: " Fiona Ebner
2026-01-23 15:16 ` [pve-devel] " Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal