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
+2-2
Original file line number
Diff line number
Diff line change
@@ -2164,10 +2164,10 @@ This optional RPC MAY be called by the CO to fetch current information about a s
2164
2164
2165
2165
A Controller Plugin MUST implement this `GetSnapshot` RPC call if it has `GET_SNAPSHOT` capability.
2166
2166
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.
2168
2168
2169
2169
`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.
0 commit comments