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
@@ -1024,7 +1024,6 @@ The CO MUST implement the specified error recovery behavior when it encounters t
1024
1024
1025
1025
A Controller Plugin MUST implement this RPC call if it has `CREATE_DELETE_VOLUME` capability.
1026
1026
This RPC will be called by the CO to deprovision a volume.
1027
-
If successful, the storage space associated with the volume MUST be released and all the data in the volume SHALL NOT be accessible anymore.
1028
1027
1029
1028
This operation MUST be idempotent.
1030
1029
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`.
@@ -1535,7 +1534,6 @@ The CO MUST implement the specified error recovery behavior when it encounters t
1535
1534
1536
1535
A Controller Plugin MUST implement this RPC call if it has `CREATE_DELETE_SNAPSHOT` capability.
1537
1536
This RPC will be called by the CO to delete a snapshot.
1538
-
If successful, the storage space associated with the snapshot MUST be released and all the data in the snapshot SHALL NOT be accessible anymore.
1539
1537
1540
1538
This operation MUST be idempotent.
1541
1539
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