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
Spec is not clear on what should happen when on a DeleteVolume call when
the volume has snapshots.
This patch clarifies the situation by explicitly mentioning that the
operation should complete and the snapshots should still be operational.
Closes: container-storage-interface#346
Copy file name to clipboardExpand all lines: spec.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1131,6 +1131,8 @@ This RPC will be called by the CO to deprovision a volume.
1131
1131
This operation MUST be idempotent.
1132
1132
If a volume corresponding to the specified `volume_id` does not exist or the artifacts associated with the volume do not exist anymore, the Plugin MUST reply `0 OK`.
1133
1133
1134
+
CSI plugins MUST treat volumes independent from their snapshots. Controller Plugin MUST support deleting a volume without affecting its existing snapshots, which MUST still be fully operational and acceptable as sources for new volumes as well as appear on `ListSnapshot` calls.
0 commit comments