Skip to content

Commit 1059318

Browse files
committed
Fixed the extra spacing in spec proto.
1 parent 37e7406 commit 1059318

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

spec.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ message CreateVolumeRequest {
753753
// If specified, the new volume will be pre-populated with data from
754754
// this source. This field is OPTIONAL.
755755
VolumeContentSource volume_content_source = 6;
756-
756+
757757
// Specifies where (regions, zones, racks, etc.) the provisioned
758758
// volume MUST be accessible from.
759759
// An SP SHALL advertise the requirements for topological
@@ -937,7 +937,7 @@ message Volume {
937937
// Example 2:
938938
// accessible_topology =
939939
// {"region": "R1", "zone": "Z2"},
940-
// {"region": "R1", "zone": "Z3"}
940+
// {"region": "R1", "zone": "Z3"}
941941
// Indicates a volume accessible from both "zone" "Z2" and "zone" "Z3"
942942
// in the "region" "R1".
943943
repeated Topology accessible_topology = 5;
@@ -948,10 +948,10 @@ message TopologyRequirement {
948948
// accessible from.
949949
// This field is OPTIONAL. If TopologyRequirement is specified either
950950
// requisite or preferred or both MUST be specified.
951-
//
951+
//
952952
// If requisite is specified, the provisioned volume MUST be
953953
// accessible from at least one of the requisite topologies.
954-
//
954+
//
955955
// Given
956956
// x = number of topologies provisioned volume is accessible from
957957
// n = number of requisite topologies
@@ -1007,7 +1007,7 @@ message TopologyRequirement {
10071007
//
10081008
// This field is OPTIONAL. If TopologyRequirement is specified either
10091009
// requisite or preferred or both MUST be specified.
1010-
//
1010+
//
10111011
// An SP MUST attempt to make the provisioned volume available using
10121012
// the preferred topologies in order from first to last.
10131013
//
@@ -1022,7 +1022,7 @@ message TopologyRequirement {
10221022
// If the list of requisite topologies is specified and the SP is
10231023
// unable to to make the provisioned volume available from any of the
10241024
// requisite topologies it MUST fail the CreateVolume call.
1025-
//
1025+
//
10261026
// Example 1:
10271027
// Given a volume should be accessible from a single zone, and
10281028
// requisite =

0 commit comments

Comments
 (0)