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-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2162,7 +2162,8 @@ A Controller Plugin MUST implement this `GetSnapshot` RPC call if it has `GET_SN
2162
2162
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.
2163
2163
2164
2164
`GetSnapshotResponse` should contain current information of a snapshot if it exists.
2165
-
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.
2165
+
If the snapshot does not exist any more, `GetSnapshot` should return gRPC error code `NOT_FOUND`.
2166
+
Snapshots which were recently created and not yet ready to use must be retrievable with this RPC.
0 commit comments