-
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
Velero restore gets stuck restoring an nfs-pv using restic #3450
Comments
👍 I got the same problem |
i have similar problem: #4124 |
same issue |
hi,can you tell me how to solve the issue? |
This issue seems to be difficult to be solved. |
Is the ubuntu-nfs-0 pod running? From the log, it seems like Velero isn't finding that pod running. |
In the meantime, we solved the problem (workarounded it, more like). I
don't recall the state of the ubuntu pod, but if I remember correctly, the
problem was that the order in which restic tried to restore the volumes
caused the issues. The pod providing the nfs volume wasn't restored yet,
but velero tried to restore the pods which need to consume it. This caused
the whole restore to get stuck. The workaround was to explicitly exclude
the mounted nfs volumes from the backup.
Am Mo., 9. Jan. 2023 um 17:03 Uhr schrieb Scott Seago <
***@***.***>:
… Is the ubuntu-nfs-0 pod running? From the log, it seems like Velero isn't
finding that pod running.
—
Reply to this email directly, view it on GitHub
<#3450 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABIZLTCDRTN67RZ6RCUVSRTWRQZERANCNFSM4XO7C2HQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
What steps did you take and what happened:
I am trying to backup and restore a container mounting an nfs pv.
I am using the aws plugin 1.1.0. I am also using restic, as I couldn't do the volume backups using just the provider.
The backup goes through without exceptions, but the restore gets stuck when the nfs volume is restored.
Those are the kubernetes resoucres:
What did you expect to happen:
The output of the following commands will help us better understand what's going on:
(Pasting long output into a GitHub gist or other pastebin is fine.)
Here's an excerpt from the logs that might be related to the issue.
Environment:
velero version
):The volume backups are made with restic.
velero client config get features
):not set
kubectl version
):IONOS
/etc/os-release
):Windows 10 running ubuntu 18.04 via WSL1
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.
The text was updated successfully, but these errors were encountered: