node_id
should be required for plugins that implement ControllerPublishVolume
#121
Milestone
node_id
should be required for plugins that implement ControllerPublishVolume
#121
node_id
in theGetNodeIDResponse
is currently defined as optional:If it is not returned, the CO is expected to not pass it on subsequent
ControllerPublishVolume
calls:I don't think that controller node ID should be optional. If a plugin has
PUBLISH_UNPUBLISH_VOLUME
controller capability, then it should implementGetNodeId()
and return a non-empty node ID. If a plugin doesn't require a call to connect storage to a node then it should not implement aPUBLISH_UNPUBLISH_VOLUME
controller capability.The text was updated successfully, but these errors were encountered: