You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
Hung on deleting VolumeSnapshot and VolumeSnapshotContent. The VolumeSnapshotContent shares the same snapshotHandle with another VolumeSnapshotContent(we call it VolumeSnapshotContent0) in cluster.
What you expected to happen:
VolumeSnapshot and VolumeSnapshotContent should be deleted successfully.
How to reproduce it:
snapshot-controller version: v4.0.0
Use an existed PVC as the source of VolumeSnapshot1
What happened:
Hung on deleting VolumeSnapshot and VolumeSnapshotContent. The VolumeSnapshotContent shares the same
snapshotHandle
with another VolumeSnapshotContent(we call it VolumeSnapshotContent0) in cluster.What you expected to happen:
VolumeSnapshot and VolumeSnapshotContent should be deleted successfully.
How to reproduce it:
This VolumeSnapshot will dynamically provision a VolumeSnapshotContent(this is VolumeSnapshotContent0).
kubectl describe VolumeSnapshotContent snapcontent-ee6e0e01-91a0-4257-a498-b7e6f8eec528 Status: Creation Time: 1647938038698797346 Ready To Use: true Restore Size: 10737418240 Snapshot Handle: 0001-0024-021cc886-6265-11ec-b698-001c42a63dfd-0000000000000002-d186c38d-a9ba-11ec-b843-9e7380beabb6
Anything else we need to know?:
Environment:
kubectl version
): v1.20.15uname -a
): 5.17.0-1.el7.elrepo.x86_64The text was updated successfully, but these errors were encountered: