Skip to content

Commit a859ccf

Browse files
authored
Merge pull request #308 from jdef/node_get_info_limts
spec: Clarify expectations for NodeGetInfo.
2 parents 2aa0d14 + d067c7c commit a859ccf

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
@@ -2080,6 +2080,8 @@ If the plugin is unable to complete the NodeGetCapabilities call successfully, i
20802080
A Node Plugin MUST implement this RPC call if the plugin has `PUBLISH_UNPUBLISH_VOLUME` controller capability.
20812081
The Plugin SHALL assume that this RPC will be executed on the node where the volume will be used.
20822082
The CO SHOULD call this RPC for the node at which it wants to place the workload.
2083+
The CO MAY call this RPC more than once for a given node.
2084+
The SP SHALL NOT expect the CO to call this RPC more than once.
20832085
The result of this call will be used by CO in `ControllerPublishVolume`.
20842086

20852087
```protobuf

0 commit comments

Comments
 (0)