-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Error when restoring PVC using CSI #7950
Comments
Yes, this is a known bug with 1.14.0. The fix is already merged to the release-1.14 branch and will be included in 1.14.1: #7926 |
#7926 is correcting it. |
@sseago Do you know any ETA about 1.14.1 release ? |
@SCLogo Tentative plan is early August. |
Thanks |
Hi! With velero 1.14 I have the same issue: Phase: PartiallyFailed (run 'velero restore logs book-dev-test2-2024-08-02-restore' for more information) Started: 2024-08-02 12:54:07 +0200 CEST I have to use the previous release 1.13 and additional CSI plugin. Bye |
I upgraded velero to 1.14 which includes now the CSI plugin.
I backup a statefulset with 2 pods and 2 PVC.
I tried to restore it but restore failed for one PVC. Second one was successfully restored.
I did the test twice with the same error.
But the pod is pending because the PVC is not ready.
I would say that velero does not wait long enough to have the pod ready in order to start the data download process.
Is it possible to configure timeouts? did not find.
Note that backups / restores were working properly with previous release (1.13) and additional CSI plugin.
The text was updated successfully, but these errors were encountered: