You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to use CDI DV with FC PV, working from https://kubevirt.io/labs/kubernetes/lab2 - "Experiment with the Containerized Data Importer (CDI)", no CSI driver available for storage backend so am manually proivisioning. Error is:
Error: MountVolume.WaitForAttach failed for volume "fedora-pv" (UniqueName: "kubernetes.io/fc/[3600d0231000e1b7d1feb11e82ff057fc]:3") pod "importer-fedora" (UID: "4835a411-2ab9-49b6-a4fc-ce9b8ba9f735") : no fc disk found
Expected behavior:
Properly mount volume and complete lab2 above
How to reproduce:
Manually create FC based PV
Create DV as listed in lab2 docs (fails at this point)
What happened:
Trying to use CDI DV with FC PV, working from https://kubevirt.io/labs/kubernetes/lab2 - "Experiment with the Containerized Data Importer (CDI)", no CSI driver available for storage backend so am manually proivisioning. Error is:
Error: MountVolume.WaitForAttach failed for volume "fedora-pv" (UniqueName: "kubernetes.io/fc/[3600d0231000e1b7d1feb11e82ff057fc]:3") pod "importer-fedora" (UID: "4835a411-2ab9-49b6-a4fc-ce9b8ba9f735") : no fc disk found
Expected behavior:
Properly mount volume and complete lab2 above
How to reproduce:
Manually create FC based PV
Create DV as listed in lab2 docs (fails at this point)
Additional info:
Using manual storage class (set as default) -
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: manual
provisioner: kubernetes.io/no-provisioner
reclaimPolicy: Retain
volumeBindingMode: Immediate
Environment:
CDI version (use kubectl get deployments cdi-deployment -o yaml): v1.61.0
Kubernetes version (use kubectl version): v1.29.4
DV specification: N/A
Cloud provider or hardware configuration: Dell PowerEdge M630, 2 x Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz, 256GB RAM, bare-metal Ubuntu 24.04.1 LTS installation
OS (e.g. from /etc/os-release): Ubuntu 24.04.1 LTS
Kernel (e.g. uname -a): 6.8.0-51-generic
Install tools: Installed via guide at https://kubevirt.io/user-guide/storage/containerized_data_importer/#install-cdi
Others: N/A
The text was updated successfully, but these errors were encountered: