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 {
12131213 // the process serving this request.
12141214 // This is a REQUIRED field.
12151215 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 ;
12161223}
12171224
12181225message NodeGetVolumeStatsResponse {
@@ -1327,6 +1334,13 @@ message NodeExpandVolumeRequest {
13271334 // plugin MAY expand the volume to its maximum capacity.
13281335 // This field is OPTIONAL.
13291336 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 ;
13301344}
13311345
13321346message NodeExpandVolumeResponse {
You can’t perform that action at this time.
0 commit comments