Skip to content

Commit 3c12046

Browse files
committed
Remove "If successful xxx" lines in DeleteVolume/DeleteSnapshot
1 parent a38f421 commit 3c12046

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spec.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,6 @@ 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 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.
10191018

10201019
This operation MUST be idempotent.
10211020
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 +1499,6 @@ The CO MUST implement the specified error recovery behavior when it encounters t
15001499

15011500
A Controller Plugin MUST implement this RPC call if it has `CREATE_DELETE_SNAPSHOT` capability.
15021501
This RPC will be called by the CO to delete a snapshot.
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.
15041502

15051503
This operation MUST be idempotent.
15061504
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)