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

[enterprise-4.15] Issue in file virt/vm_networking/virt-dedicated-network-live-migration.adoc

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Minor Minor
    • None
    • 4.13, 4.12, 4.14, 4.15
    • None
    • Moderate
    • No
    • False
    • Hide

      None

      Show
      None

      Description of problem:

         The example at step 3 is missing the namespace for the HyperConverged object. If the customer prefers to automate things and not do manual oc edit/patch, then using the YAML example results in incorrect configuration because its missing the namespace and so the configuration ends up in an irrelevant place, not picked up by the operator.

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

          All

      How reproducible:

         Always

      Steps to Reproduce:

      Try to apply the YAML shown in step 3 and the configuration will end up in whatever namespace is currently selected, not in openshift-cnv where it should go.

      Actual results:

          Customer applies the configuration to the wrong namespace after following the examples, which does not have any effect.

      Expected results:

          Example should include the namespace

      Additional info:

      apiVersion: hco.kubevirt.io/v1beta1
      kind: HyperConverged
      metadata:
        name: kubevirt-hyperconverged
        namespace: openshift-cnv        <---- add this
       spec:
        liveMigrationConfig:
          completionTimeoutPerGiB: 800
          network: <network> 
          parallelMigrationsPerCluster: 5
          parallelOutboundMigrationsPerNode: 2
          progressTimeout: 150
      # ...
      

            Unassigned Unassigned
            rhn-support-gveitmic Germano Veit Michel
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: