From bf9183f5c70bc55c8df7f28ab673f33ee8a71c66 Mon Sep 17 00:00:00 2001 From: Maysa Macedo Date: Mon, 3 Feb 2025 11:55:23 -0300 Subject: [PATCH] Add note on NM behavior with additional networks When using additional networks on a dual-stack cluster, the same network manager connection would be enforced to all the additional networks. This commit, informes the users about that behavior and recommends an alternative if different connections are desired. Co-authored-by: Max Bridges --- modules/install-osp-deploy-dualstack.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/install-osp-deploy-dualstack.adoc b/modules/install-osp-deploy-dualstack.adoc index 468254ce81..30344c96e0 100644 --- a/modules/install-osp-deploy-dualstack.adoc +++ b/modules/install-osp-deploy-dualstack.adoc @@ -166,3 +166,9 @@ ipv6.addr-gen-mode=0 ---- + .. Reboot the installation host. + +[NOTE] +==== +The `ip=dhcp,dhcp6` kernel argument, which is set on all of the nodes, results in a single Network Manager connection profile that is activated on multiple interfaces simultaneously. +Because of this behavior, any additional network has the same connection enforced with an identical UUID. If you need an interface-specific configuration, create a new connection profile for that interface so that the default connection is no longer enforced on it. +====