@@ -753,7 +753,7 @@ message CreateVolumeRequest {
753
753
// If specified, the new volume will be pre-populated with data from
754
754
// this source. This field is OPTIONAL.
755
755
VolumeContentSource volume_content_source = 6;
756
-
756
+
757
757
// Specifies where (regions, zones, racks, etc.) the provisioned
758
758
// volume MUST be accessible from.
759
759
// An SP SHALL advertise the requirements for topological
@@ -937,7 +937,7 @@ message Volume {
937
937
// Example 2:
938
938
// accessible_topology =
939
939
// {"region": "R1", "zone": "Z2"},
940
- // {"region": "R1", "zone": "Z3"}
940
+ // {"region": "R1", "zone": "Z3"}
941
941
// Indicates a volume accessible from both "zone" "Z2" and "zone" "Z3"
942
942
// in the "region" "R1".
943
943
repeated Topology accessible_topology = 5;
@@ -948,10 +948,10 @@ message TopologyRequirement {
948
948
// accessible from.
949
949
// This field is OPTIONAL. If TopologyRequirement is specified either
950
950
// requisite or preferred or both MUST be specified.
951
- //
951
+ //
952
952
// If requisite is specified, the provisioned volume MUST be
953
953
// accessible from at least one of the requisite topologies.
954
- //
954
+ //
955
955
// Given
956
956
// x = number of topologies provisioned volume is accessible from
957
957
// n = number of requisite topologies
@@ -1007,7 +1007,7 @@ message TopologyRequirement {
1007
1007
//
1008
1008
// This field is OPTIONAL. If TopologyRequirement is specified either
1009
1009
// requisite or preferred or both MUST be specified.
1010
- //
1010
+ //
1011
1011
// An SP MUST attempt to make the provisioned volume available using
1012
1012
// the preferred topologies in order from first to last.
1013
1013
//
@@ -1022,7 +1022,7 @@ message TopologyRequirement {
1022
1022
// If the list of requisite topologies is specified and the SP is
1023
1023
// unable to to make the provisioned volume available from any of the
1024
1024
// requisite topologies it MUST fail the CreateVolume call.
1025
- //
1025
+ //
1026
1026
// Example 1:
1027
1027
// Given a volume should be accessible from a single zone, and
1028
1028
// requisite =
0 commit comments