Skip to content

Commit

Permalink
Addressed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
davidz627 committed Feb 14, 2018
1 parent 4673f4f commit f5f3333
Show file tree
Hide file tree
Showing 3 changed files with 248 additions and 256 deletions.
14 changes: 4 additions & 10 deletions csi.proto
Original file line number Diff line number Diff line change
Expand Up @@ -523,12 +523,12 @@ message NodeStageVolumeRequest {
// has `PUBLISH_UNPUBLISH_VOLUME` controller capability, and SHALL be
// left unset if the corresponding Controller Plugin does not have
// this capability. This is an OPTIONAL field.
map<string, string> publish_volume_info = 3;
map<string, string> publish_info = 3;

// 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. The CO SHALL ensure uniqueness of staging_target_path per
// volume.
// request. The CO SHALL ensure that there is only one
// staging_target_path per volume.
// This is a REQUIRED field.
string staging_target_path = 4;

Expand All @@ -555,13 +555,7 @@ message NodeStageVolumeRequest {
map<string,string> volume_attributes = 7;
}

message NodeStageVolumeResponse {
// The SP specific information that will be passed to the Plugin in
// the subsequent `NodePublishVolume` calls
// for the given volume.
// This information is opaque to the CO. This field is OPTIONAL.
map<string, string> publish_volume_info = 1;
}
message NodeStageVolumeResponse {}
////////
////////
message NodeUnstageVolumeRequest {
Expand Down
Loading

0 comments on commit f5f3333

Please sign in to comment.