Skip to content

Commit

Permalink
Merge pull request #393 from container-storage-interface/master
Browse files Browse the repository at this point in the history
Cherry pick #392 to release-1.2
  • Loading branch information
saad-ali authored Oct 21, 2019
2 parents ae4d010 + a33ece0 commit 314ac54
Show file tree
Hide file tree
Showing 3 changed files with 228 additions and 230 deletions.
4 changes: 2 additions & 2 deletions csi.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1228,7 +1228,7 @@ message NodeGetVolumeStatsRequest {
// If not empty, it MUST be an absolute path in the root
// filesystem of the process serving this request.
// This field is OPTIONAL.
string staging_path = 3;
string staging_target_path = 3;
}

message NodeGetVolumeStatsResponse {
Expand Down Expand Up @@ -1349,7 +1349,7 @@ message NodeExpandVolumeRequest {
// If not empty, it MUST be an absolute path in the root
// filesystem of the process serving this request.
// This field is OPTIONAL.
string staging_path = 4;
string staging_target_path = 4;

// Volume capability describing how the CO intends to use this volume.
// This allows SP to determine if volume is being used as a block
Expand Down
Loading

0 comments on commit 314ac54

Please # to comment.