Uploaded image for project: 'RHEL'
  1. RHEL
  2. RHEL-102707

nmstate fails with balance-slb OVS bonds

Linking RHIVOS CVEs to...Migration: Automation ...SWIFT: POC ConversionSync from "Extern...XMLWordPrintable

    • Yes
    • Critical
    • rhel-net-mgmt
    • 3
    • False
    • False
    • Hide

      None

      Show
      None
    • None
    • None
    • Hide

      Definition of Done:

      Please mark each item below with ( / ) if completed or ( x ) if incomplete:

      ( ) The acceptance criteria defined below are met.

      None


      ( ) Integration test case is available upstream.


      ( ) Code is reviewed and merged upstream.


      ( ) Preliminary testing is done.


      ( ) Upstream documentation is written in the upstream MR.


      ( ) Release notes text is written in the RHEL issue.


      ( ) A demo is recorded

      Show
      Definition of Done: Please mark each item below with ( / ) if completed or ( x ) if incomplete: ( ) The acceptance criteria defined below are met. None ( ) Integration test case is available upstream. ( ) Code is reviewed and merged upstream. ( ) Preliminary testing is done. ( ) Upstream documentation is written in the upstream MR. ( ) Release notes text is written in the RHEL issue. ( ) A demo is recorded
    • None
    • None
    • Unspecified
    • Unspecified
    • Unspecified
    • None

      The slb config fails again on 2.2.46. It works on 2.2.40

      capture:
        primary-nic: interfaces.description == "primary"
        secondary-nic: interfaces.description == "secondary"
      desiredState:
        interfaces:
        - name: brcnv
          type: ovs-interface
          state: up
          mac-address: "{{ capture.primary-nic.interfaces.0.mac-address }}"
          ipv4:
            enabled: true
            dhcp: true
        - name: brcnv
          type: ovs-bridge
          state: up
          bridge:
            options:
              stp: false
              mcast-snooping-enable: false
              rstp: false
            port:
            - name: bond0
              link-aggregation:
                mode: balance-slb
                port:
                - name: "{{ capture.primary-nic.interfaces.0.name }}"
                - name: "{{ capture.secondary-nic.interfaces.0.name }}"
            - name: brcnv
      
      [root@master-2 /]# nmstatectl apply /tmp/n.yaml
      [2025-07-10T02:40:51Z INFO  nmstatectl] Nmstate version: 2.2.46
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth6a7263c5 type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth0ffa843d type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth5f039bb9 type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth010ed063 type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface vethe9f58c23 type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface tun0 type ovs-interface
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth5ad2f417 type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth7899e72e type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth6ad813fd type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth24ce09c1 type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface vethf935ba9d type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface vetha774e0e6 type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface vethc0b287e7 type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface vxlan_sys_4789 type vxlan
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth869a4e92 type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface vethe694d6f0 type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth67c5d449 type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth011be6f6 type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth94f6ef85 type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface vethff1094be type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface vethf50ff0a9 type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth21c7b0ab type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth6fb5ea53 type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface vethe1f02dac type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface vethc6c8a156 type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface vethbd823591 type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface vethda31715f type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth6a239e87 type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth64b5151c type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth480d6c83 type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth4151666d type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth936e3563 type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface br0 type ovs-interface
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth8209ac5c type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface vetha00851cc type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth631f30f6 type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth57e26749 type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface vethb0fc7879 type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth0eaa5c8c type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface vethbac13fbb type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface vethb6e94944 type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface vetheea61f17 type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface vetheaf5ee86 type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth9fef5450 type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth1b7ac9b7 type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth4dffd42e type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth9006d84d type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth06c3a732 type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface vethbb8e1745 type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth24d25827 type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth9c86e0b6 type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth1e3b6d92 type ethernet
      [2025-07-10T02:40:51Z INFO  nmstate::iface] Include interface enx30d0425666ca to edit as its controller required so
      [2025-07-10T02:40:51Z INFO  nmstate::iface] Include interface enx30d0425666c9 to edit as its controller required so
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface tun0 type ovs-interface
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth06c3a732 type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface vethbb8e1745 type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface vethb6e94944 type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth4151666d type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface vethda31715f type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface vethc0b287e7 type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface vetha00851cc type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth0ffa843d type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth21c7b0ab type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth6a7263c5 type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface vethc6c8a156 type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth64b5151c type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface vethe1f02dac type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface br0 type ovs-interface
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface vetheaf5ee86 type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth8209ac5c type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth6fb5ea53 type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface vethe9f58c23 type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth869a4e92 type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth4dffd42e type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface vetha774e0e6 type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth24d25827 type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface vethe694d6f0 type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth010ed063 type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth1e3b6d92 type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth0eaa5c8c type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth1b7ac9b7 type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface vethb0fc7879 type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth6ad813fd type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth67c5d449 type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface vethff1094be type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth480d6c83 type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth5f039bb9 type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth57e26749 type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth936e3563 type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface vethf935ba9d type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth94f6ef85 type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth9006d84d type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface vxlan_sys_4789 type vxlan
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface vethbac13fbb type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth9fef5450 type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth24ce09c1 type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth011be6f6 type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface vethf50ff0a9 type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth6a239e87 type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth5ad2f417 type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth9c86e0b6 type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth7899e72e type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface vethbd823591 type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface vetheea61f17 type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::ifaces::inter_ifaces] Ignoring interface veth631f30f6 type ethernet
      [2025-07-10T02:40:52Z INFO  nmstate::iface] Include interface enx30d0425666ca to edit as its controller required so
      [2025-07-10T02:40:52Z INFO  nmstate::iface] Include interface enx30d0425666c9 to edit as its controller required so
      [2025-07-10T02:40:52Z INFO  nmstate::query_apply::net_state] Created checkpoint /org/freedesktop/NetworkManager/Checkpoint/3
      [2025-07-10T02:40:53Z INFO  nmstate::nm::connection] Skipping activation of brcnv as its controller brcnv will automatically activate it
      [2025-07-10T02:40:53Z INFO  nmstate::nm::query_apply::connection] Creating connection 5bea3a07-c3d2-4eb2-8545-674c8ae7b14a: brcnv/ovs-bridge
      [2025-07-10T02:40:53Z INFO  nmstate::nm::query_apply::connection] Creating connection 1f981c19-4248-40b9-a169-aed15bf5616c: bond0/ovs-port
      [2025-07-10T02:40:53Z INFO  nmstate::nm::query_apply::connection] Creating connection 85083bdc-f9ed-41cc-bfec-495ed5310f70: brcnv/ovs-port
      [2025-07-10T02:40:53Z INFO  nmstate::nm::query_apply::connection] Creating connection a20a1656-5bc7-4e92-a208-e2b097607a84: brcnv/ovs-interface
      [2025-07-10T02:40:53Z INFO  nmstate::nm::query_apply::connection] Modifying connection 299dcbe0-4f78-45c8-8725-7642958337bd: ethernet-enx30d0425666c9-1551/802-3-ethernet
      [2025-07-10T02:40:53Z INFO  nmstate::nm::query_apply::connection] Modifying connection 95ca797b-c783-46ca-b60e-346faf7bf4bc: ethernet-enx30d0425666ca-7718/802-3-ethernet
      [2025-07-10T02:40:53Z INFO  nmstate::nm::query_apply::connection] Activating connection 5bea3a07-c3d2-4eb2-8545-674c8ae7b14a: brcnv/ovs-bridge
      [2025-07-10T02:40:53Z INFO  nmstate::nm::query_apply::connection] Reapplying connection 299dcbe0-4f78-45c8-8725-7642958337bd: enx30d0425666c9/802-3-ethernet
      [2025-07-10T02:40:53Z INFO  nmstate::nm::query_apply::connection] Reapply operation failed on enx30d0425666c9 802-3-ethernet 299dcbe0-4f78-45c8-8725-7642958337bd, reason: Device(NotActive):Device is not activated, retry on normal activation
      [2025-07-10T02:40:53Z INFO  nmstate::nm::query_apply::connection] Reapplying connection 95ca797b-c783-46ca-b60e-346faf7bf4bc: enx30d0425666ca/802-3-ethernet
      [2025-07-10T02:40:53Z INFO  nmstate::nm::query_apply::connection] Reapply operation failed on enx30d0425666ca 802-3-ethernet 95ca797b-c783-46ca-b60e-346faf7bf4bc, reason: Device(NotActive):Device is not activated, retry on normal activation
      [2025-07-10T02:40:53Z INFO  nmstate::query_apply::net_state] Retrying on: VerificationError: Verification failure: brcnv.interface.bridge.port desire '[{"name":"bond0","link-aggregation":{"mode":"balance-slb","port":[{"name":"enx30d0425666c9"},{"name":"enx30d0425666ca"}]}},{"name":"brcnv"}]', current '[{"name":"brcnv"}]'
      [2025-07-10T02:40:55Z INFO  nmstate::query_apply::net_state] Retrying on: VerificationError: Verification failure: brcnv.interface.bridge.port desire '[{"name":"bond0","link-aggregation":{"mode":"balance-slb","port":[{"name":"enx30d0425666c9"},{"name":"enx30d0425666ca"}]}},{"name":"brcnv"}]', current '[{"name":"brcnv"}]'
      [2025-07-10T02:40:56Z INFO  nmstate::query_apply::net_state] Retrying on: VerificationError: Verification failure: brcnv.interface.bridge.port desire '[{"name":"bond0","link-aggregation":{"mode":"balance-slb","port":[{"name":"enx30d0425666c9"},{"name":"enx30d0425666ca"}]}},{"name":"brcnv"}]', current '[{"name":"brcnv"}]'
      [2025-07-10T02:40:57Z INFO  nmstate::query_apply::net_state] Retrying on: VerificationError: Verification failure: brcnv.interface.bridge.port desire '[{"name":"bond0","link-aggregation":{"mode":"balance-slb","port":[{"name":"enx30d0425666c9"},{"name":"enx30d0425666ca"}]}},{"name":"brcnv"}]', current '[{"name":"brcnv"}]'
      [2025-07-10T02:40:59Z INFO  nmstate::query_apply::net_state] Retrying on: VerificationError: Verification failure: brcnv.interface.bridge.port desire '[{"name":"bond0","link-aggregation":{"mode":"balance-slb","port":[{"name":"enx30d0425666c9"},{"name":"enx30d0425666ca"}]}},{"name":"brcnv"}]', current '[{"name":"brcnv"}]'
      [2025-07-10T02:41:01Z INFO  nmstate::query_apply::net_state] Retrying on: VerificationError: Verification failure: brcnv.interface.bridge.port desire '[{"name":"bond0","link-aggregation":{"mode":"balance-slb","port":[{"name":"enx30d0425666c9"},{"name":"enx30d0425666ca"}]}},{"name":"brcnv"}]', current '[{"name":"brcnv"}]'
      [2025-07-10T02:41:02Z INFO  nmstate::query_apply::net_state] Retrying on: VerificationError: Verification failure: brcnv.interface.bridge.port desire '[{"name":"bond0","link-aggregation":{"mode":"balance-slb","port":[{"name":"enx30d0425666c9"},{"name":"enx30d0425666ca"}]}},{"name":"brcnv"}]', current '[{"name":"brcnv"}]'
      [2025-07-10T02:41:04Z INFO  nmstate::query_apply::net_state] Retrying on: VerificationError: Verification failure: brcnv.interface.bridge.port desire '[{"name":"bond0","link-aggregation":{"mode":"balance-slb","port":[{"name":"enx30d0425666c9"},{"name":"enx30d0425666ca"}]}},{"name":"brcnv"}]', current '[{"name":"brcnv"}]'
      [2025-07-10T02:41:05Z INFO  nmstate::query_apply::net_state] Retrying on: VerificationError: Verification failure: brcnv.interface.bridge.port desire '[{"name":"bond0","link-aggregation":{"mode":"balance-slb","port":[{"name":"enx30d0425666c9"},{"name":"enx30d0425666ca"}]}},{"name":"brcnv"}]', current '[{"name":"brcnv"}]'
      [2025-07-10T02:41:06Z INFO  nmstate::query_apply::net_state] Retrying on: VerificationError: Verification failure: brcnv.interface.bridge.port desire '[{"name":"bond0","link-aggregation":{"mode":"balance-slb","port":[{"name":"enx30d0425666c9"},{"name":"enx30d0425666ca"}]}},{"name":"brcnv"}]', current '[{"name":"brcnv"}]'
      [2025-07-10T02:41:09Z INFO  nmstate::nm::query_apply::connection] Modifying connection 5bea3a07-c3d2-4eb2-8545-674c8ae7b14a: brcnv/ovs-bridge
      [2025-07-10T02:41:09Z INFO  nmstate::nm::query_apply::connection] Modifying connection 1f981c19-4248-40b9-a169-aed15bf5616c: bond0/ovs-port
      [2025-07-10T02:41:09Z INFO  nmstate::nm::query_apply::connection] Modifying connection 85083bdc-f9ed-41cc-bfec-495ed5310f70: brcnv/ovs-port
      [2025-07-10T02:41:09Z INFO  nmstate::nm::query_apply::connection] Modifying connection a20a1656-5bc7-4e92-a208-e2b097607a84: brcnv/ovs-interface
      [2025-07-10T02:41:09Z INFO  nmstate::nm::query_apply::connection] Creating connection c0cbc954-ca1c-438a-bce2-7dc918297cd1: ethernet-enx30d0425666c9-1551/802-3-ethernet
      [2025-07-10T02:41:09Z INFO  nmstate::nm::query_apply::connection] Creating connection cffb55f7-4e31-448d-a2e4-3e2fb9090887: ethernet-enx30d0425666ca-7718/802-3-ethernet
      [2025-07-10T02:41:09Z INFO  nmstate::nm::query_apply::connection] Deleting existing duplicate connection 95ca797b-c783-46ca-b60e-346faf7bf4bc: enx30d0425666ca/ethernet
      [2025-07-10T02:41:09Z INFO  nmstate::nm::query_apply::connection] Deleting existing duplicate connection 299dcbe0-4f78-45c8-8725-7642958337bd: enx30d0425666c9/ethernet
      [2025-07-10T02:41:09Z INFO  nmstate::nm::query_apply::connection] Reapplying connection 5bea3a07-c3d2-4eb2-8545-674c8ae7b14a: brcnv/ovs-bridge
      [2025-07-10T02:41:09Z INFO  nmstate::nm::query_apply::connection] Reapplying connection 1f981c19-4248-40b9-a169-aed15bf5616c: bond0/ovs-port
      [2025-07-10T02:41:09Z INFO  nmstate::nm::query_apply::connection] Reapplying connection 85083bdc-f9ed-41cc-bfec-495ed5310f70: brcnv/ovs-port
      [2025-07-10T02:41:09Z INFO  nmstate::nm::query_apply::connection] Reapplying connection a20a1656-5bc7-4e92-a208-e2b097607a84: brcnv/ovs-interface
      [2025-07-10T02:41:09Z INFO  nmstate::nm::query_apply::connection] Activating connection c0cbc954-ca1c-438a-bce2-7dc918297cd1: /802-3-ethernet
      [2025-07-10T02:41:09Z INFO  nmstate::nm::query_apply::connection] Activating connection cffb55f7-4e31-448d-a2e4-3e2fb9090887: /802-3-ethernet
      [2025-07-10T02:41:10Z INFO  nmstate::query_apply::net_state] Retrying on: VerificationError: Verification failure: brcnv.interface.bridge.port desire '[{"name":"bond0","link-aggregation":{"mode":"balance-slb","port":[{"name":"enx30d0425666c9"},{"name":"enx30d0425666ca"}]}},{"name":"brcnv"}]', current '[{"name":"brcnv"}]'
      [2025-07-10T02:41:11Z INFO  nmstate::query_apply::net_state] Retrying on: VerificationError: Verification failure: brcnv.interface.bridge.port desire '[{"name":"bond0","link-aggregation":{"mode":"balance-slb","port":[{"name":"enx30d0425666c9"},{"name":"enx30d0425666ca"}]}},{"name":"brcnv"}]', current '[{"name":"brcnv"}]'
      [2025-07-10T02:41:13Z INFO  nmstate::query_apply::net_state] Retrying on: VerificationError: Verification failure: brcnv.interface.bridge.port desire '[{"name":"bond0","link-aggregation":{"mode":"balance-slb","port":[{"name":"enx30d0425666c9"},{"name":"enx30d0425666ca"}]}},{"name":"brcnv"}]', current '[{"name":"brcnv"}]'
      [2025-07-10T02:41:14Z WARN  nmstate::nm::nm_dbus::error] Unknown DBUS error MethodError(OwnedErrorName("org.freedesktop.DBus.Error.UnknownMethod"), Some("No such interface "org.freedesktop.NetworkManager.Device" on object at path /org/freedesktop/NetworkManager/Devices/385"), Msg { type: Error, serial: 519969, sender: UniqueName(":1.3"), reply-serial: 57585, body: Str, fds: [] })
      [2025-07-10T02:41:14Z INFO  nmstate::query_apply::net_state] Retrying on: VerificationError: Verification failure: brcnv.interface.bridge.port desire '[{"name":"bond0","link-aggregation":{"mode":"balance-slb","port":[{"name":"enx30d0425666c9"},{"name":"enx30d0425666ca"}]}},{"name":"brcnv"}]', current '[{"name":"brcnv"}]'
      [2025-07-10T02:41:15Z INFO  nmstate::query_apply::net_state] Retrying on: VerificationError: Verification failure: brcnv.interface.bridge.port desire '[{"name":"bond0","link-aggregation":{"mode":"balance-slb","port":[{"name":"enx30d0425666c9"},{"name":"enx30d0425666ca"}]}},{"name":"brcnv"}]', current '[{"name":"brcnv"}]'
      [2025-07-10T02:41:17Z INFO  nmstate::query_apply::net_state] Retrying on: VerificationError: Verification failure: brcnv.interface.bridge.port desire '[{"name":"bond0","link-aggregation":{"mode":"balance-slb","port":[{"name":"enx30d0425666c9"},{"name":"enx30d0425666ca"}]}},{"name":"brcnv"}]', current '[{"name":"brcnv"}]'
      [2025-07-10T02:41:18Z INFO  nmstate::query_apply::net_state] Retrying on: VerificationError: Verification failure: brcnv.interface.bridge.port desire '[{"name":"bond0","link-aggregation":{"mode":"balance-slb","port":[{"name":"enx30d0425666c9"},{"name":"enx30d0425666ca"}]}},{"name":"brcnv"}]', current '[{"name":"brcnv"}]'
      [2025-07-10T02:41:20Z INFO  nmstate::query_apply::net_state] Retrying on: VerificationError: Verification failure: brcnv.interface.bridge.port desire '[{"name":"bond0","link-aggregation":{"mode":"balance-slb","port":[{"name":"enx30d0425666c9"},{"name":"enx30d0425666ca"}]}},{"name":"brcnv"}]', current '[{"name":"brcnv"}]'
      [2025-07-10T02:41:21Z INFO  nmstate::query_apply::net_state] Retrying on: VerificationError: Verification failure: brcnv.interface.bridge.port desire '[{"name":"bond0","link-aggregation":{"mode":"balance-slb","port":[{"name":"enx30d0425666c9"},{"name":"enx30d0425666ca"}]}},{"name":"brcnv"}]', current '[{"name":"brcnv"}]'
      [2025-07-10T02:41:23Z INFO  nmstate::query_apply::net_state] Rollbacked to checkpoint /org/freedesktop/NetworkManager/Checkpoint/3
      NmstateError: VerificationError: Verification failure: brcnv.interface.bridge.port desire '[{"name":"bond0","link-aggregation":{"mode":"balance-slb","port":[{"name":"enx30d0425666c9"},{"name":"enx30d0425666ca"}]}},{"name":"brcnv"}]', current '[{"name":"brcnv"}]'
      
      [root@master-2 /]# rpm -qi nmstate
      Name        : nmstate
      Version     : 2.2.46
      Release     : 1.el9_4
      Architecture: x86_64
      Install Date: Tue Jun 24 16:00:47 2025
      Group       : Unspecified
      Size        : 14280405
      License     : LGPLv2+
      Signature   : RSA/SHA256, Tue Jun 24 09:40:18 2025, Key ID 199e2f91fd431d51
      Source RPM  : nmstate-2.2.46-1.el9_4.src.rpm
      Build Date  : Fri Jun 20 14:34:22 2025
      Build Host  : x86-64-04.build.eng.rdu2.redhat.com
      Packager    : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
      Vendor      : Red Hat, Inc.
      URL         : https://github.com/nmstate/nmstate
      Summary     : Declarative network manager API
      Description :
      Nmstate is a library with an accompanying command line tool that manages host
      networking settings in a declarative manner and aimed to satisfy enterprise
      needs to manage host networking through a northbound declarative API and multi
      provider support on the southbound.
      

              rh-ee-sfaye Stanislas Faye
              rbrattai@redhat.com Ross Brattain
              Network Management Team Network Management Team
              Network Management Team Network Management Team
              Votes:
              0 Vote for this issue
              Watchers:
              9 Start watching this issue

                Created:
                Updated: