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

[enterprise-4.15] Issue in file virt/monitoring/virt-runbooks.adoc

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • None
    • CNV Documentation
    • None
    • 0.42
    • False
    • Hide

      None

      Show
      None
    • False
    • ---
    • ---
    • Yes

      Description of problem:

      wrong annotation for default storage class    

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

      at CDIDefaultStorageClassDegraded, Diagnosis    

      How reproducible:

      step 3     

      Steps to Reproduce:

          1. wrong annotation defined: kubevirt.io, correct kubernetes.io
          2.
          3.
          

      Actual results:

      $ oc get sc -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubevirt\.io/is-default-virt-class=="true")].metadata.name}'
      $ (which means no default sc)

      Expected results:

      $ oc get sc -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}'
      nfs-csi-storage    

      Additional info:

          

            Unassigned Unassigned
            rbaumgar Robert Baumgartner
            Shirly Radco Shirly Radco
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: