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
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1015,7 +1015,6 @@ 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 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
1018
1020
1019
This operation MUST be idempotent.
1021
1020
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
1500
1499
1501
1500
A Controller Plugin MUST implement this RPC call if it has `CREATE_DELETE_SNAPSHOT` capability.
1502
1501
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.
1504
1502
1505
1503
This operation MUST be idempotent.
1506
1504
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