Skip to content

Commit ba40e0d

Browse files
committed
Address comments
1 parent 8031f70 commit ba40e0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2164,10 +2164,10 @@ This optional RPC MAY be called by the CO to fetch current information about a s
21642164

21652165
A Controller Plugin MUST implement this `GetSnapshot` RPC call if it has `GET_SNAPSHOT` capability.
21662166

2167-
SP supporting Group Controller Service and the CREATE_DELETE_GET_VOLUME_GROUP_SNAPSHOT capability SHOULD implement the `GetSnapshot` RPC in order to retrieve information for individual snapshots that are part of a group snapshot.
2167+
An SP that supports Group Controller Service and the CREATE_DELETE_GET_VOLUME_GROUP_SNAPSHOT capability SHOULD implement the `GetSnapshot` RPC in order to retrieve information for individual snapshots that are part of a group snapshot.
21682168

21692169
`GetSnapshotResponse` should contain current information of a snapshot if it exists.
2170-
If the snapshot does not exist any more, `GetSnapshot` should return gRPC error code `NOT_FOUND`.
2170+
If the snapshot does not exist any more, `GetSnapshot` should return gRPC error code `NOT_FOUND`. Snapshots which were recently created and not yet ready to use must be retrievable with this RPC.
21712171

21722172
```protobuf
21732173
message GetSnapshotRequest {

0 commit comments

Comments
 (0)