Uploaded image for project: 'OpenShift Virtualization'
  1. OpenShift Virtualization
  2. CNV-59628

MTU attribute of OVN localnet should be a part of our examples

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • None
    • None
    • CNV Documentation
    • None
    • Quality / Stability / Reliability
    • 0.42
    • False
    • Hide

      None

      Show
      None
    • False
    • None
    • Important
    • None

      Description of problem:

      Our localnet example does not include the MTU attribute. That is problematic, since the OVN localnet default is 1400, while the standard value would be 1500. This leads to situations where customers suffer packet loss without any understanding what may be wrong (they assume their MTU is 1500 everywhere).

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

      4.15+

      How reproducible:

      Always

      Steps to Reproduce:

      1. Go to https://docs.redhat.com/en/documentation/openshift_container_platform/4.15/html/virtualization/networking#virt-creating-localnet-nad-cli_virt-connecting-vm-to-ovn-secondary-network
      2. See the NAD example

      Actual results:

          {
                  "cniVersion": "0.3.1", 1
                  "name": "localnet-network", 2
                  "type": "ovn-k8s-cni-overlay", 3
                  "topology": "localnet", 4
                  "netAttachDefName": "default/localnet-network" 5
          }

      Expected results:

          {
                  "cniVersion": "0.3.1", 1
                  "name": "localnet-network", 2
                  "type": "ovn-k8s-cni-overlay", 3
                  "topology": "localnet", 4
                  "mtu": 1500, 5
                  "netAttachDefName": "default/localnet-network" 6
          }

      Additional info:

       

              ctomasko Catherine Tomasko
              phoracek@redhat.com Petr Horacek
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: