-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
rhel-10.2
-
None
-
None
-
Low
-
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 applying this YAML with the query-only property `max-vfs`, nmstatectl shows the wrong `max-vfs` at the end as difference between pre-apply state and post-apply state.
interfaces:
- name: ens3f0
type: ethernet
state: up
ethernet:
sr-iov:
total-vfs: 2
max-vfs: 1
What is the impact of this issue to you?
Cosmetic
Please provide the package NVR for which the bug is seen:
nmstate-2.2.59-0.20260204.2716gitd43f75c0.el9.x86_64.rpm
How reproducible is this bug?:
100%
Steps to reproduce
- Find a SRIOV ready server
- Apply above YAML
Expected results
route-rules: {}
routes: {}
interfaces:
- name: ens3f0
type: ethernet
state: up
ethernet:
sr-iov:
total-vfs: 2
max-vfs: 1
ovn: {}
Actual results
route-rules: {}
routes: {}
interfaces:
- name: ens3f0
type: ethernet
state: up
ethernet:
sr-iov:
total-vfs: 2
max-vfs: 63
ovn: {}