Skip to content

Commit

Permalink
Addressed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
davidz627 committed Feb 12, 2018
1 parent 4673f4f commit a239782
Show file tree
Hide file tree
Showing 3 changed files with 239 additions and 245 deletions.
8 changes: 1 addition & 7 deletions csi.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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 a239782

Please sign in to comment.