Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -2162,7 +2162,8 @@ A Controller Plugin MUST implement this `GetSnapshot` RPC call if it has `GET_SN
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.

`GetSnapshotResponse` should contain current information of a snapshot if it exists.
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.
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.

```protobuf
message GetSnapshotRequest {
Expand Down