-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
velero restore FailedAttachVolume Volume with id not found #4
Comments
This may be an LKE limitation. If the cluster you are restoring to is not the same as the original, or if the credential used by Velero is not the same one used by the CSI driver, this could be related to: https://www.linode.com/community/questions/20185/mounting-an-existing-volume-to-lke#answer-84410 Also, see #6 |
@displague i'm getting the same error when trying to restore a volume on the same cluster. (also, i used the same linode api token from the csi driver in the plugin) .
this is the volume i expect to get in the restore. in addition, the PV and PVC names are the same as they were before deleting and restoring . |
The pod logs should indicate where these IDs are coming from. Add to the deployment: args |
HI,
I have done a velero (v1.13.0) backup with velero-plugin-linode without problem it create a volume snapshot on linode volumes but when I try to restore the backup I have always the error FailedAttachVolume Volume with id not found:
Warning FailedAttachVolume 118s (x9 over 4m10s) attachdetach-controller AttachVolume.Attach failed for volume "pvc-a0f3c1b80aa24866" : rpc error: code = NotFound desc = Volume with id 3793277106 not found
can you help me please ?
The text was updated successfully, but these errors were encountered: