-
Bug
-
Resolution: Done
-
Normal
-
rhel-8.6.0.z
-
None
-
None
-
ZStream
-
rhel-sst-network-management
-
ssg_networking
-
1
-
False
-
-
None
-
None
-
Approved Blocker
-
None
What were you trying to do that didn't work?
When applying below YAML multiple times, nmstate will modify NM connections on the second apply:
--- dns-resolver: config: search: - example.com - example.org server: - 1.1.1.1
For this YAML, nmstate is supposed to only modify global DNS configrure without touching any interface configurations.
Please provide the package NVR for which bug is seen:
nmstate-1.4.6-1.el8_6.x86_64
How reproducible:
100%
Steps to reproduce
- Apply above YAML twice
Expected results
No network connection should be modified.
Actual results
Log contains something like
2024-06-17 18:18:46,606 root DEBUG Async action: Update profile uuid:6e9f7282-9e30-421b-8218-8b2efc868875 iface:br-ex type:ovs-interface started
indicating nmstate is modifying the interface configuration.