Closed ranjithwingrider closed 5 years ago
From the logs shared in OpenEBS community channel, observed that this is due to the stale entries of snapshot and snapshot data. Once these stale entries are deleted, it can create a clone volume from the latest snapshot.
kubectl delete volumesnapshot <snapshotname>
kubectl delete volumesnapshotdata <snapshotdataname>
This note has been made in the documentation. https://docs.openebs.io/docs/next/operations.html#creating-a-cstor-snapshot
This issue has been raised by @ksondere in the community channel
I setup an iscsi target on each of my nodes, installed openebs with helm and using other helm installs pvc's are working fine with jiva storage class. I then create a snapshot on a pvc and that works too. However my issue comes with creating a pvc from the snapshot. When I do that I get the following error.
snapshot annotation not found on PV, not sure at the moment what I need to do