-
Bug
-
Resolution: Done-Errata
-
Major
-
rhel-9.2.0.z
-
NetworkManager-1.47.90-1.el9
-
None
-
Important
-
ZStream
-
1
-
sst_network_management
-
ssg_networking
-
14
-
5
-
False
-
-
None
-
NMT - RHEL-9.5 DTM 12
-
Approved Blocker
-
-
Pass
-
None
-
None
What were you trying to do that didn't work?
Given a system with checkpoint protecting in-memory profile in NetworkManager,
When user converted these in-memory profiles into persistent and do rollback,
Then those persistent profiles should be removed and replaced with original in-memory profile
Please provide the package NVR for which bug is seen:
NetworkManager-1.47.4-33201.copr.0bb37455c3.el9.x86_64
How reproducible:
100%
Steps to reproduce
#!/bin/bash -x echo '--- interfaces: - name: dummy1 type: dummy ' | nmstatectl set - --memory-only echo "Before creating checkpoint" PAGER="" nmcli -f 'filename,name,uuid' c show echo ' --- interfaces: - name: dummy1 type: dummy ' | nmstatectl set - --no-commit nmstatectl rollback echo "After checkpoint rollback" PAGER="" nmcli -f 'filename,name,uuid' c show
Expected results
The `dummy1` profile restored back to in-memory (stored in /run/NetworkManager/system-connections folder)
Actual results
The `dummy1` profile is stored as persistent profile in /etc/NetworkManager/ssytem-connections folder
- blocks
-
OPNET-497 Ensure rollback works
- Closed
- links to
-
RHBA-2024:129004 NetworkManager bug fix and enhancement update