File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -922,7 +922,7 @@ message ControllerGetVolumeResponse {
922
922
// A list of all the `node_id` of nodes that this volume is
923
923
// controller published on.
924
924
// This field is OPTIONAL.
925
- // This field MUST be specified if the PUBLISH_UNPUBLISH_VOLUME
925
+ // This field MUST be specified if the LIST_VOLUMES_PUBLISHED_NODES
926
926
// controller capability is supported.
927
927
// published_node_ids MAY include nodes not published to or
928
928
// reported by the SP. The CO MUST be resilient to that.
@@ -1049,7 +1049,9 @@ message ControllerServiceCapability {
1049
1049
EXPAND_VOLUME = 9 ;
1050
1050
1051
1051
// Indicates the SP supports the
1052
- // ListVolumesResponse.entry.published_nodes field
1052
+ // ListVolumesResponse.entry.published_node_ids field and the
1053
+ // ControllerGetVolumeResponse.published_node_ids field.
1054
+ // The SP MUST also support PUBLISH_UNPUBLISH_VOLUME.
1053
1055
LIST_VOLUMES_PUBLISHED_NODES = 10 ;
1054
1056
1055
1057
// Indicates that the Controller service can report volume
Original file line number Diff line number Diff line change @@ -1553,7 +1553,7 @@ message ControllerGetVolumeResponse {
1553
1553
// A list of all the `node_id` of nodes that this volume is
1554
1554
// controller published on.
1555
1555
// This field is OPTIONAL.
1556
- // This field MUST be specified if the PUBLISH_UNPUBLISH_VOLUME
1556
+ // This field MUST be specified if the LIST_VOLUMES_PUBLISHED_NODES
1557
1557
// controller capability is supported.
1558
1558
// published_node_ids MAY include nodes not published to or
1559
1559
// reported by the SP. The CO MUST be resilient to that.
@@ -1709,7 +1709,9 @@ message ControllerServiceCapability {
1709
1709
EXPAND_VOLUME = 9;
1710
1710
1711
1711
// Indicates the SP supports the
1712
- // ListVolumesResponse.entry.published_nodes field
1712
+ // ListVolumesResponse.entry.published_node_ids field and the
1713
+ // ControllerGetVolumeResponse.published_node_ids field.
1714
+ // The SP MUST also support PUBLISH_UNPUBLISH_VOLUME.
1713
1715
LIST_VOLUMES_PUBLISHED_NODES = 10;
1714
1716
1715
1717
// Indicates that the Controller service can report volume
You can’t perform that action at this time.
0 commit comments