Skip to content

Commit d067c7c

Browse files
author
James DeFelice
committed
spec: Clarify expectations for NodeGetInfo.
Fixes #71
1 parent 14a3392 commit d067c7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2074,6 +2074,8 @@ If the plugin is unable to complete the NodeGetCapabilities call successfully, i
20742074
A Node Plugin MUST implement this RPC call if the plugin has `PUBLISH_UNPUBLISH_VOLUME` controller capability.
20752075
The Plugin SHALL assume that this RPC will be executed on the node where the volume will be used.
20762076
The CO SHOULD call this RPC for the node at which it wants to place the workload.
2077+
The CO MAY call this RPC more than once for a given node.
2078+
The SP SHALL NOT expect the CO to call this RPC more than once.
20772079
The result of this call will be used by CO in `ControllerPublishVolume`.
20782080

20792081
```protobuf

0 commit comments

Comments
 (0)