Skip to content

Commit 46dedd4

Browse files
committed
Ensure uniqueness of target_path
1 parent 528d359 commit 46dedd4

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
@@ -572,7 +572,8 @@ message NodePublishVolumeRequest {
572572

573573
// The path to which the volume will be published. It MUST be an
574574
// absolute path in the root filesystem of the process serving this
575-
// request. This is a REQUIRED field.
575+
// request. The CO SHALL ensure uniqueness of target_path per volume.
576+
// This is a REQUIRED field.
576577
string target_path = 5;
577578

578579
// 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
@@ -942,7 +942,8 @@ message NodePublishVolumeRequest {
942942
943943
// The path to which the volume will be published. It MUST be an
944944
// absolute path in the root filesystem of the process serving this
945-
// request. This is a REQUIRED field.
945+
// request. The CO SHALL ensure uniqueness of target_path per volume.
946+
// This is a REQUIRED field.
946947
string target_path = 5;
947948
948949
// The capability of the volume the CO expects the volume to have.

0 commit comments

Comments
 (0)