Closed 13567436138 closed 9 months ago
Could you explain a bit more why this is related to WaitForFirstConsumer
?
According to the following error from #7415, it is more likely an issue of the volume provisioner?
Warning ProvisioningFailed persistentvolumeclaim/rook-ceph-backup-pv-pvc-3-gf76l failed to provision volume with StorageClass "openebs-lvmpv": rpc error: code = Unimplemented desc =
but it is prebind
lvm-localpv CSI driver doesn't support to clone volume from another source (snapshot or another volume), so the backupPVC provision failed (the driver returned error code Unimplemented
):
Normal WaitForFirstConsumer 3m35s persistentvolume-controller waiting for first consumer to be created before binding
Warning ProvisioningFailed 3m34s local.csi.openebs.io_openebs-lvm-controller-0_24a6e4e0-6bde-4212-b01f-8cabaf937638 failed to provision volume with StorageClass "openebs-lvmpv": error getting handle for DataSource Type VolumeSnapshot by Name rook-ceph-backup-pv-pvc-3-pnp6h: snapshot rook-ceph-backup-pv-pvc-3-pnp6h not bound
Normal Provisioning 86s (x8 over 3m34s) local.csi.openebs.io_openebs-lvm-controller-0_24a6e4e0-6bde-4212-b01f-8cabaf937638 External provisioner is provisioning volume for claim "velero/rook-ceph-backup-pv-pvc-3-pnp6h"
Warning ProvisioningFailed 85s (x7 over 3m33s) local.csi.openebs.io_openebs-lvm-controller-0_24a6e4e0-6bde-4212-b01f-8cabaf937638 failed to provision volume with StorageClass "openebs-lvmpv": rpc error: code = Unimplemented desc =
Normal ExternalProvisioning 3s (x17 over 3m35s) persistentvolume-controller Waiting for a volume to be created either by the external provisioner 'local.csi.openebs.io' or manually by the system administrator. If volume creation is delayed, please verify that the provisioner is running and correctly registered.
Alternatively, you can use zfs-localpv CSI driver
ok I will try
Describe the problem/challenge you have
https://github.com/vmware-tanzu/velero/discussions/7415
Describe the solution you'd like
Anything else you would like to add:
Environment:
velero version
):kubectl version
):/etc/os-release
):Vote on this issue!
This is an invitation to the Velero community to vote on issues, you can see the project's top voted issues listed here.
Use the "reaction smiley face" up to the right of this comment to vote.