Skip to content

Commit a38f421

Browse files
committed
Reword Language regarding DeleteVolume/DeleteSnapshot
This PR reworded some language regarding DeleteVolume and DeleteSnapshot.
1 parent 0361f62 commit a38f421

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@ The CO MUST implement the specified error recovery behavior when it encounters t
10151015

10161016
A Controller Plugin MUST implement this RPC call if it has `CREATE_DELETE_VOLUME` capability.
10171017
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.
10191019

10201020
This operation MUST be idempotent.
10211021
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
15001500

15011501
A Controller Plugin MUST implement this RPC call if it has `CREATE_DELETE_SNAPSHOT` capability.
15021502
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.
15041504

15051505
This operation MUST be idempotent.
15061506
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

Comments
 (0)