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

Certain combinations of WFFC scratch/target storage class leave importer pod unschedulable

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • CNV v4.18.1
    • None
    • Storage Platform
    • None
    • 0.42
    • False
    • Hide

      None

      Show
      None
    • False
    • None
    • ---
    • ---
    • Moderate
    • None

      Description of problem:

      Certain combinations of WFFC scratch/target storage class leave importer pod unschedulable

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

      CNV v4.17.0

      How reproducible:

      100%

      Steps to Reproduce:

      1. In kubevirtci, set the scratch sc to "local" and create a dv on "rook-ceph-block-wffc"
      2.
      3.
      

      Actual results:

      Does not converge

      Expected results:

      Success

      Additional info:

      Did not dive deeper than a reproducer so not much insight
      Manifests:
      $ k get cdiconfigs.cdi.kubevirt.io config -o yaml | grep scratch
        scratchSpaceStorageClass: local
      $ cat dv.yaml 
      apiVersion: cdi.kubevirt.io/v1beta1
      kind: DataVolume
      metadata:
        name: test-dv
      spec:
        pvc:
          accessModes:
          - ReadWriteOnce
          resources:
            requests:
              storage: 512Mi
          storageClassName: rook-ceph-block-wffc
        source:
          registry:
            url: docker://registry:5000/kubevirt/alpine-container-disk-demo:devel

              rhn-support-awels Alexander Wels
              akalenyu Alex Kalenyuk
              Natalie Gavrielov Natalie Gavrielov
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: