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
Copy file name to clipboardExpand all lines: spec.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1015,7 +1015,7 @@ The CO MUST implement the specified error recovery behavior when it encounters t
1015
1015
1016
1016
A Controller Plugin MUST implement this RPC call if it has `CREATE_DELETE_VOLUME` capability.
1017
1017
This RPC will be called by the CO to deprovision a volume.
1018
-
If successful, the storage space associated with the volume MUST be released and all the data in the volume SHALL NOT be accessible anymore.
1018
+
If successful, the space associated with the volume MAY or MAY NOT be released depending upon the configuration of the back end device including any available retention policies.
1019
1019
1020
1020
This operation MUST be idempotent.
1021
1021
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`.
@@ -1500,7 +1500,7 @@ The CO MUST implement the specified error recovery behavior when it encounters t
1500
1500
1501
1501
A Controller Plugin MUST implement this RPC call if it has `CREATE_DELETE_SNAPSHOT` capability.
1502
1502
This RPC will be called by the CO to delete a snapshot.
1503
-
If successful, the storage space associated with the snapshot MUST be released and all the data in the snapshot SHALL NOT be accessible anymore.
1503
+
If successful, the space associated with the snapshot MAY or MAY NOT be released depending upon the configuration of the back end device including any available retention policies.
1504
1504
1505
1505
This operation MUST be idempotent.
1506
1506
If a snapshot corresponding to the specified `snapshot_id` does not exist or the artifacts associated with the snapshot do not exist anymore, the Plugin MUST reply `0 OK`.
0 commit comments