Skip to content

Commit 4547bfa

Browse files
committed
Ensure uniqueness of target_path
1 parent bb6cc90 commit 4547bfa

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

csi.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,8 @@ message NodePublishVolumeRequest {
590590

591591
// The path to which the volume will be published. It MUST be an
592592
// absolute path in the root filesystem of the process serving this
593-
// request. This is a REQUIRED field.
593+
// request. The CO SHALL ensure uniqueness of target_path per volume.
594+
// This is a REQUIRED field.
594595
string target_path = 5;
595596

596597
// The capability of the volume the CO expects the volume to have.

lib/go/csi/csi.pb.go

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

spec.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,8 @@ message NodePublishVolumeRequest {
960960
961961
// The path to which the volume will be published. It MUST be an
962962
// absolute path in the root filesystem of the process serving this
963-
// request. This is a REQUIRED field.
963+
// request. The CO SHALL ensure uniqueness of target_path per volume.
964+
// This is a REQUIRED field.
964965
string target_path = 5;
965966
966967
// The capability of the volume the CO expects the volume to have.

0 commit comments

Comments
 (0)