File tree Expand file tree Collapse file tree 3 files changed +351
-306
lines changed Expand file tree Collapse file tree 3 files changed +351
-306
lines changed Original file line number Diff line number Diff line change @@ -802,6 +802,14 @@ message ListVolumesRequest {
802
802
message ListVolumesResponse {
803
803
message Entry {
804
804
Volume volume = 1 ;
805
+
806
+ // A list of all `node_id` of nodes that the volume in this entry
807
+ // is controller published on.
808
+ // This is a REQUIRED field if the SP has the
809
+ // LIST_VOLUMES_PUBLISHED_NODES controller capability. If the SP
810
+ // does not have the LIST_VOLUMES_PUBLISHED_NODES capability this
811
+ // field MUST be empty.
812
+ repeated string published_nodes = 2 ;
805
813
}
806
814
807
815
repeated Entry entries = 1 ;
@@ -884,6 +892,10 @@ message ControllerServiceCapability {
884
892
885
893
// See VolumeExpansion for details.
886
894
EXPAND_VOLUME = 9 ;
895
+
896
+ // Indicates the SP supports the
897
+ // ListVolumesResponse.entry.published_nodes field
898
+ LIST_VOLUMES_PUBLISHED_NODES = 10 ;
887
899
}
888
900
889
901
Type type = 1 ;
You can’t perform that action at this time.
0 commit comments