Skip to content

Commit a7d7e08

Browse files
authored
Merge pull request #155 from julian-hj/master
Clarify NodePublishVolume target_path semantics
2 parents 93e563b + 717375a commit a7d7e08

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

csi.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,8 @@ message NodePublishVolumeRequest {
511511
// The path to which the volume will be published. It MUST be an
512512
// absolute path in the root filesystem of the process serving this
513513
// request. The CO SHALL ensure uniqueness of target_path per volume.
514+
// The CO SHALL ensure that the path exists, and that the process
515+
// serving the request has `read` and `write` permissions to the path.
514516
// This is a REQUIRED field.
515517
string target_path = 4;
516518

lib/go/csi/csi.pb.go

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

spec.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,6 +1040,8 @@ message NodePublishVolumeRequest {
10401040
// The path to which the volume will be published. It MUST be an
10411041
// absolute path in the root filesystem of the process serving this
10421042
// request. The CO SHALL ensure uniqueness of target_path per volume.
1043+
// The CO SHALL ensure that the path exists, and that the process
1044+
// serving the request has `read` and `write` permissions to the path.
10431045
// This is a REQUIRED field.
10441046
string target_path = 4;
10451047

0 commit comments

Comments
 (0)