File tree Expand file tree Collapse file tree 3 files changed +280
-215
lines changed Expand file tree Collapse file tree 3 files changed +280
-215
lines changed Original file line number Diff line number Diff line change @@ -1213,6 +1213,13 @@ message NodeGetVolumeStatsRequest {
1213
1213
// the process serving this request.
1214
1214
// This is a REQUIRED field.
1215
1215
string volume_path = 2 ;
1216
+
1217
+ // The path where the volume is staged, if the plugin has the
1218
+ // STAGE_UNSTAGE_VOLUME capability, otherwise empty.
1219
+ // If not empty, it MUST be an absolute path in the root
1220
+ // filesystem of the process serving this request.
1221
+ // This field is OPTIONAL.
1222
+ string staging_path = 3 ;
1216
1223
}
1217
1224
1218
1225
message NodeGetVolumeStatsResponse {
@@ -1327,6 +1334,13 @@ message NodeExpandVolumeRequest {
1327
1334
// plugin MAY expand the volume to its maximum capacity.
1328
1335
// This field is OPTIONAL.
1329
1336
CapacityRange capacity_range = 3 ;
1337
+
1338
+ // The path where the volume is staged, if the plugin has the
1339
+ // STAGE_UNSTAGE_VOLUME capability, otherwise empty.
1340
+ // If not empty, it MUST be an absolute path in the root
1341
+ // filesystem of the process serving this request.
1342
+ // This field is OPTIONAL.
1343
+ string staging_path = 4 ;
1330
1344
}
1331
1345
1332
1346
message NodeExpandVolumeResponse {
You can’t perform that action at this time.
0 commit comments