Skip to content

Commit

Permalink
spec: Clarify expectations for NodeGetInfo.
Browse files Browse the repository at this point in the history
Fixes #71
  • Loading branch information
James DeFelice committed Nov 8, 2018
1 parent 14a3392 commit d067c7c
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 @@ -2074,6 +2074,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 d067c7c

Please sign in to comment.