@@ -289,7 +289,7 @@ message CreateVolumeRequest {
289
289
// If specified, the new volume will be pre-populated with data from
290
290
// this source. This field is OPTIONAL.
291
291
VolumeContentSource volume_content_source = 6 ;
292
-
292
+
293
293
// Specifies where (regions, zones, racks, etc.) the provisioned
294
294
// volume MUST be accessible from.
295
295
// An SP SHALL advertise the requirements for topological
@@ -473,7 +473,7 @@ message Volume {
473
473
// Example 2:
474
474
// accessible_topology =
475
475
// {"region": "R1", "zone": "Z2"},
476
- // {"region": "R1", "zone": "Z3"}
476
+ // {"region": "R1", "zone": "Z3"}
477
477
// Indicates a volume accessible from both "zone" "Z2" and "zone" "Z3"
478
478
// in the "region" "R1".
479
479
repeated Topology accessible_topology = 5 ;
@@ -484,10 +484,10 @@ message TopologyRequirement {
484
484
// accessible from.
485
485
// This field is OPTIONAL. If TopologyRequirement is specified either
486
486
// requisite or preferred or both MUST be specified.
487
- //
487
+ //
488
488
// If requisite is specified, the provisioned volume MUST be
489
489
// accessible from at least one of the requisite topologies.
490
- //
490
+ //
491
491
// Given
492
492
// x = number of topologies provisioned volume is accessible from
493
493
// n = number of requisite topologies
@@ -543,7 +543,7 @@ message TopologyRequirement {
543
543
//
544
544
// This field is OPTIONAL. If TopologyRequirement is specified either
545
545
// requisite or preferred or both MUST be specified.
546
- //
546
+ //
547
547
// An SP MUST attempt to make the provisioned volume available using
548
548
// the preferred topologies in order from first to last.
549
549
//
@@ -558,7 +558,7 @@ message TopologyRequirement {
558
558
// If the list of requisite topologies is specified and the SP is
559
559
// unable to to make the provisioned volume available from any of the
560
560
// requisite topologies it MUST fail the CreateVolume call.
561
- //
561
+ //
562
562
// Example 1:
563
563
// Given a volume should be accessible from a single zone, and
564
564
// requisite =
0 commit comments