Skip to content

Commit 92bce90

Browse files
humblecjdef
authored andcommitted
correct errors in the spec
Signed-off-by: Humble Chirammal <[email protected]>
1 parent 54bef03 commit 92bce90

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

csi.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ message TopologyRequirement {
632632
// {"region": "R1", "zone": "Z3"}
633633
// preferred =
634634
// {"region": "R1", "zone": "Z3"}
635-
// then the the SP SHOULD first attempt to make the provisioned volume
635+
// then the SP SHOULD first attempt to make the provisioned volume
636636
// available from "zone" "Z3" in the "region" "R1" and fall back to
637637
// "zone" "Z2" in the "region" "R1" if that is not possible.
638638
//
@@ -646,7 +646,7 @@ message TopologyRequirement {
646646
// preferred =
647647
// {"region": "R1", "zone": "Z4"},
648648
// {"region": "R1", "zone": "Z2"}
649-
// then the the SP SHOULD first attempt to make the provisioned volume
649+
// then the SP SHOULD first attempt to make the provisioned volume
650650
// accessible from "zone" "Z4" in the "region" "R1" and fall back to
651651
// "zone" "Z2" in the "region" "R1" if that is not possible. If that
652652
// is not possible, the SP may choose between either the "zone"
@@ -665,7 +665,7 @@ message TopologyRequirement {
665665
// preferred =
666666
// {"region": "R1", "zone": "Z5"},
667667
// {"region": "R1", "zone": "Z3"}
668-
// then the the SP SHOULD first attempt to make the provisioned volume
668+
// then the SP SHOULD first attempt to make the provisioned volume
669669
// accessible from the combination of the two "zones" "Z5" and "Z3" in
670670
// the "region" "R1". If that's not possible, it should fall back to
671671
// a combination of "Z5" and other possibilities from the list of

lib/go/csi/csi.pb.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spec.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@ message TopologyRequirement {
10991099
// {"region": "R1", "zone": "Z3"}
11001100
// preferred =
11011101
// {"region": "R1", "zone": "Z3"}
1102-
// then the the SP SHOULD first attempt to make the provisioned volume
1102+
// then the SP SHOULD first attempt to make the provisioned volume
11031103
// available from "zone" "Z3" in the "region" "R1" and fall back to
11041104
// "zone" "Z2" in the "region" "R1" if that is not possible.
11051105
//
@@ -1113,7 +1113,7 @@ message TopologyRequirement {
11131113
// preferred =
11141114
// {"region": "R1", "zone": "Z4"},
11151115
// {"region": "R1", "zone": "Z2"}
1116-
// then the the SP SHOULD first attempt to make the provisioned volume
1116+
// then the SP SHOULD first attempt to make the provisioned volume
11171117
// accessible from "zone" "Z4" in the "region" "R1" and fall back to
11181118
// "zone" "Z2" in the "region" "R1" if that is not possible. If that
11191119
// is not possible, the SP may choose between either the "zone"
@@ -1132,7 +1132,7 @@ message TopologyRequirement {
11321132
// preferred =
11331133
// {"region": "R1", "zone": "Z5"},
11341134
// {"region": "R1", "zone": "Z3"}
1135-
// then the the SP SHOULD first attempt to make the provisioned volume
1135+
// then the SP SHOULD first attempt to make the provisioned volume
11361136
// accessible from the combination of the two "zones" "Z5" and "Z3" in
11371137
// the "region" "R1". If that's not possible, it should fall back to
11381138
// a combination of "Z5" and other possibilities from the list of

0 commit comments

Comments
 (0)