-
Bug
-
Resolution: Not a Bug
-
Normal
-
None
-
rhel-9.6.z
-
None
-
No
-
None
-
rhel-net-mgmt
-
None
-
False
-
False
-
-
None
-
None
-
-
None
-
None
-
Unspecified
-
Unspecified
-
Unspecified
-
None
What were you trying to do that didn't work?
When installing OpenShift node with nmstate YAML containing `state: up` for network installer which cable is disconnected, the installer will fail with error:
VerificationError: Verification failure: ens1f2.interface.state desire '"up"', current '"down"'
What is the impact of this issue to you?
As Telco user, I want to install a OpenShift node before connecting cables as pre-deploy action. OCP 4.18 switched to `nmstate.service` from `nmstatectl gc` mode, this cause this use case not working anymore.
Please provide the package NVR for which the bug is seen:
nmstate 2.2.39
How reproducible is this bug?:
100%
Steps to reproduce
# Deploy a OpenShift single node on a baremetal server with nmstate state # marking `state:up` for cable disconnected NIC.
Expected results
Installer should ignore the carrier and move on the installation.
Actual results
The whole network configure been rollback causing the installation been terminated.