-
https://github.com/kubernetes-csi/external-snapshotter/blob/fa9de9c796e41c715eace1093360e724114818ac/pkg/sidecar-controller/groupsnapshot_helper.go#L433-L497
The above code seems to be buggy and i …
-
## Describe the bug
We want to backup our pvc coming from longhorn using kasten k10, after installing all the CRDs and snapshot-controller into kube-system namespace the k10 script throws an error …
-
**Describe the bug**
Backup may fail on a `Off`/Stopped VM.
![image](https://github.com/harvester/harvester/assets/2773781/bfe06eb5-6683-499e-a5be-824b5fd965c2)
**To Reproduce**
Steps to repro…
-
Hi,
I'm using Talos on intel NUCs, which unfortunately does not currently have a way of using lvm that does not [break updates](https://github.com/siderolabs/talos/issues/4041), leaving file thin a…
-
**What steps did you take and what happened:**
Restoring a volume with an EBS snapshot sometimes fails if the snapshot is still pending. Most of the time I don't hit it, but it happened at least on…
-
**Describe the problem/challenge you have**
Volume snapshotter plug-in are used by Velero to take snapshots of persistent volume contents.
Depending on the underlying storage system, those snapsh…
-
**What steps did you take and what happened:**
In the finalizing phase today, we do a get on volumesnapshot, if it fails due to some transient failures like TLS handshake timeout, velero csi plugin d…
-
I'm using `freenas-api-iscsi` in conjunction with [VolSync](https://github.com/backube/volsync) to take regular backups of my data. VolSync takes a snapshot of the PV, mounts it and copies the data of…
pf56 updated
3 months ago
-
Hi all,
I am using hpe csi driver 2.0.0 w/ Primera FC and w/ k8s 1.20.2
After enabling CSI snapshot
```
git clone https://github.com/kubernetes-csi/external-snapshotter
cd external-snapshotter…
-
So I'm digging here and trying to debug why my snapshots are not working and I think I've come across a bug in how the snapshotter finds the volume in DSM.
## To reproduce
First we create a PVC …