@@ -289,7 +289,7 @@ message CreateVolumeRequest {
289289 // If specified, the new volume will be pre-populated with data from
290290 // this source. This field is OPTIONAL.
291291 VolumeContentSource volume_content_source = 6 ;
292-
292+
293293 // Specifies where (regions, zones, racks, etc.) the provisioned
294294 // volume MUST be accessible from.
295295 // An SP SHALL advertise the requirements for topological
@@ -473,7 +473,7 @@ message Volume {
473473 // Example 2:
474474 // accessible_topology =
475475 // {"region": "R1", "zone": "Z2"},
476- // {"region": "R1", "zone": "Z3"}
476+ // {"region": "R1", "zone": "Z3"}
477477 // Indicates a volume accessible from both "zone" "Z2" and "zone" "Z3"
478478 // in the "region" "R1".
479479 repeated Topology accessible_topology = 5 ;
@@ -484,10 +484,10 @@ message TopologyRequirement {
484484 // accessible from.
485485 // This field is OPTIONAL. If TopologyRequirement is specified either
486486 // requisite or preferred or both MUST be specified.
487- //
487+ //
488488 // If requisite is specified, the provisioned volume MUST be
489489 // accessible from at least one of the requisite topologies.
490- //
490+ //
491491 // Given
492492 // x = number of topologies provisioned volume is accessible from
493493 // n = number of requisite topologies
@@ -543,7 +543,7 @@ message TopologyRequirement {
543543 //
544544 // This field is OPTIONAL. If TopologyRequirement is specified either
545545 // requisite or preferred or both MUST be specified.
546- //
546+ //
547547 // An SP MUST attempt to make the provisioned volume available using
548548 // the preferred topologies in order from first to last.
549549 //
@@ -558,7 +558,7 @@ message TopologyRequirement {
558558 // If the list of requisite topologies is specified and the SP is
559559 // unable to to make the provisioned volume available from any of the
560560 // requisite topologies it MUST fail the CreateVolume call.
561- //
561+ //
562562 // Example 1:
563563 // Given a volume should be accessible from a single zone, and
564564 // requisite =
0 commit comments