Skip to content

Commit

Permalink
Merge pull request #308 from jdef/node_get_info_limts
Browse files Browse the repository at this point in the history
spec: Clarify expectations for NodeGetInfo.
  • Loading branch information
saad-ali authored Nov 8, 2018
2 parents 2aa0d14 + d067c7c commit a859ccf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -2080,6 +2080,8 @@ If the plugin is unable to complete the NodeGetCapabilities call successfully, i
A Node Plugin MUST implement this RPC call if the plugin has `PUBLISH_UNPUBLISH_VOLUME` controller capability.
The Plugin SHALL assume that this RPC will be executed on the node where the volume will be used.
The CO SHOULD call this RPC for the node at which it wants to place the workload.
The CO MAY call this RPC more than once for a given node.
The SP SHALL NOT expect the CO to call this RPC more than once.
The result of this call will be used by CO in `ControllerPublishVolume`.

```protobuf
Expand Down

0 comments on commit a859ccf

Please sign in to comment.