-
Bug
-
Resolution: Not a Bug
-
Normal
-
None
-
rhel-9.3.0
-
None
-
None
-
1
-
rhel-net-mgmt
-
ssg_networking
-
3
-
False
-
False
-
-
No
-
RHEL-9.5 Doc week/Last fixes
-
None
-
None
-
-
Unspecified
-
None
-
57,005
Description of problem:
[root@wsfd-netdev34-vm-8 ~]# a=0; while nmcli networking on && sleep 1 && nmcli networking off && sleep 1; do :;((a++)); echo "ATTEMPT $a" ; done; nmcli networking on
ATTEMPT 13
Error: failed to set networking: Timeout was reached
ATTEMPT 69
Error: failed to set networking: Timeout was reached
ATTEMPT 51
Error: failed to set networking: Timeout was reached
ATTEMPT 18
Error: failed to set networking: Timeout was reached
so we can see timeout here and there.
Version-Release number of selected component (if applicable):
NetworkManager-1.43.10-1.el9.x86_64
How reproducible:
always
Steps to Reproduce:
1. run above mentioned command
Actual results:
timeout in a while
Expected results:
no timeout
Additional info:
Acceptance criteria:
Given a VM with NetworkManager runningÂ
When the integration tests are run
Then running nmcli networking off should not timeout.
Definition of Done
- The implementation meets the acceptance criteria
- The code is part of a downstream build attached to an errata