Skip to content

Commit

Permalink
Ensure uniqueness of target_path
Browse files Browse the repository at this point in the history
  • Loading branch information
saad-ali committed Aug 24, 2017
1 parent 528d359 commit 46dedd4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion csi.proto
Expand Up @@ -572,7 +572,8 @@ message NodePublishVolumeRequest {

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

// The capability of the volume the CO expects the volume to have.
Expand Down
3 changes: 2 additions & 1 deletion lib/go/csi/csi.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion spec.md
Expand Up @@ -942,7 +942,8 @@ message NodePublishVolumeRequest {
// The path to which the volume will be published. It MUST be an
// absolute path in the root filesystem of the process serving this
// request. This is a REQUIRED field.
// request. The CO SHALL ensure uniqueness of target_path per volume.
// This is a REQUIRED field.
string target_path = 5;
// The capability of the volume the CO expects the volume to have.
Expand Down

0 comments on commit 46dedd4

Please sign in to comment.