Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-22850

accept-all-mac-addresses not configured during installation

    XMLWordPrintable

Details

    • Moderate
    • No
    • False
    • Hide

      None

      Show
      None

    Description

      Description of problem:

      Configuration for interface from siteconfig manifest not applied on the nodes
      
                    - name: bond1
                      description: base bonded interface
                      type: bond
                      mtu: 9000
                      state: up
                      accept-all-mac-addresses: true
                      ipv4:
                        enabled: false
                      ipv6:
                        enabled: false
                      link-aggregation:
                        mode: 802.3ad
                        options:
                          miimon: "100"
                          lacp_rate: slow
                        port:
                        - ens2f0
                        - ens2f1
      
      nmcli con show bond1 | grep accept
      802-3-ethernet.accept-all-mac-addresses:-1 (default)
      
      ip -d link show bond1
      173: bond1: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 9000 qdisc noqueue state UP mode DEFAULT group default qlen 1000
          link/ether 3c:fd:fe:b6:c8:a4 brd ff:ff:ff:ff:ff:ff promiscuity 0 minmtu 68 maxmtu 65535
          bond mode 802.3ad miimon 100 updelay 0 downdelay 0 peer_notify_delay 0 use_carrier 1 arp_interval 0 arp_missed_max 2 arp_validate none arp_all_targets any primary_reselect always fail_over_mac none xmit_hash_policy layer2 resend_igmp 1 num_grat_arp 1 all_slaves_active 0 min_links 0 lp_interval 1 packets_per_slave 1 lacp_active on lacp_rate slow ad_select stable ad_aggregator 1 ad_num_ports 2 ad_actor_key 21 ad_partner_key 13 ad_partner_mac d4:5a:3f:fd:06:c0 tlb_dynamic_lb 1 addrgenmode none numtxqueues 16 numrxqueues 16 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536
      

      Version-Release number of selected component (if applicable):

      4.14.1
      

      How reproducible:

      Seems to be 100%
      

      Steps to Reproduce:

      1. Configure accept-all-mac-addresses property of the bonded interface
      2. Deploy spoke cluster with GitOps-ZTP approach
      3. Check interface
      

      Actual results:

      promiscuous mode on the interface is not configured
      

      Expected results:

      promiscuous mode on the interface is configured
      

      Attachments

        Activity

          People

            ferferna Fernando Fernandez Mancera
            yprokule@redhat.com Yurii Prokulevych
            Yang Liu Yang Liu
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated: