-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
rhel-10.0
-
None
-
No
-
Low
-
rhel-net-mgmt
-
2
-
False
-
False
-
-
None
-
None
-
-
None
-
None
-
Unspecified
-
Unspecified
-
Unspecified
-
None
What were you trying to do that didn't work?
Give a RHEL server with SR-IOV NIC only supports maximum 63 VFs,
When applying desire state of nmstate requesting 64 SR-IOV VFs.
Then nmstate will hang on verification retries.
What is the impact of this issue to you?
Request from OpenShift team
Please provide the package NVR for which the bug is seen:
nmstate-2.2.48-1.el10
How reproducible is this bug?:
100%
Steps to reproduce
# Find a SR-IOV server supports maximum 63 VFs by checking # /sys/class/net/{PF_NIC_NAME}/device/sriov_totalvfs echo '--- interfaces: - name: eno1 type: ethernet ethernet: sr-iov: drivers-autoprobe: true total-vfs: 64' | sudo nmstatectl apply -
Expected results
Raise error indicate the maximum VF supported by desired interface is only 63
Actual results
nmstate hang and keep retry the verification on
Verification failure: eno1.interface.ethernet.sr-iov.total-vfs desire '64', current '0'