Skip to content

Commit 2aa0d14

Browse files
authored
Merge pull request #298 from xing-yang/delete
Reword Language regarding DeleteVolume/DeleteSnapshot
2 parents c62adb3 + 3c12046 commit 2aa0d14

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
@@ -1024,7 +1024,6 @@ The CO MUST implement the specified error recovery behavior when it encounters t
10241024

10251025
A Controller Plugin MUST implement this RPC call if it has `CREATE_DELETE_VOLUME` capability.
10261026
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.
10281027

10291028
This operation MUST be idempotent.
10301029
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
15351534

15361535
A Controller Plugin MUST implement this RPC call if it has `CREATE_DELETE_SNAPSHOT` capability.
15371536
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.
15391537

15401538
This operation MUST be idempotent.
15411539
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)