-
Notifications
You must be signed in to change notification settings - Fork 159
Pods can't mount PVC as disk seems not recreated from restore, despite pvc is up. #739
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
Comments
I think this may because velero is trying to restore the disk via cloning, which is not supported yet: #161 |
Thanks, I'll recheck this later as I made a quick POC and will do the final implementation and a more complete bunch of tests in the coming days. I also noticed that some disks named |
If restore-* disks appeared under the in-tree driver then perhaps velero is
using the default storage class somewhere? Unfortunately I'm not familiar
with velero so don't have any constructive advice.
…On Tue, Apr 13, 2021 at 1:10 AM Nicolas Steinmetz ***@***.***> wrote:
Thanks, I'll recheck this later as I made a quick POC and will do the
final implementation and a more complete bunch of tests in the coming days.
I also noticed that some disks named restore-* appeared but I don't know
if it was with this driver or the in-tree one. I think the latter.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#739 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIJCBAFFK43DNZFEHYQ4XH3TIP375ANCNFSM42STDYNA>
.
|
Just tried with CSI again:
I think => closing in favor of #161 |
Just for your info: |
On a GKE cluster with new csi driver enabled and version
v1.18.16-gke.2100
, I evaluate velero (v1.5 and latest CSI plugin for velero) and volume snapshots.For snapshots creation, it works well:
When trying to restore content:
From PV/PVC side, seems it works as expected. All are bound BUT i don't see newly created disks on GCP side for the impacted pv/pvc.
For a PVC, I can see that it's restored from a snapshot:
but from pod, it cannot mount the pvc:
What should I do ?
Is this use case supported yet ?
Or should I just recreate disk from snapshots on GCP console side instead ?
From the docs, it should be supported as far as I understand it.
https://cloud.google.com/kubernetes-engine/docs/how-to/persistent-volumes/volume-snapshots
GKE cluster use this version of the driver:
The text was updated successfully, but these errors were encountered: