Skip to content

Commit 314ac54

Browse files
authored
Merge pull request #393 from container-storage-interface/master
Cherry pick #392 to release-1.2
2 parents ae4d010 + a33ece0 commit 314ac54

File tree

3 files changed

+228
-230
lines changed

3 files changed

+228
-230
lines changed

csi.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -1228,7 +1228,7 @@ message NodeGetVolumeStatsRequest {
12281228
// If not empty, it MUST be an absolute path in the root
12291229
// filesystem of the process serving this request.
12301230
// This field is OPTIONAL.
1231-
string staging_path = 3;
1231+
string staging_target_path = 3;
12321232
}
12331233

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

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

0 commit comments

Comments
 (0)