File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -357,15 +357,15 @@ message WorkloadBlockDeviceStatus {
357357}
358358
359359message WorkloadMountInfo {
360- uint64 device_id = 1 ;
361360 string tag = 2 ;
362- string host_directory = 3 ;
363- string host_file = 4 ;
361+ string host_path = 3 ;
364362 string target_path = 5 ;
363+ reserved 1 , 4 ;
365364}
366365
367366message WorkloadMountStatus {
368- repeated WorkloadMountInfo devices = 1 ;
367+ repeated WorkloadMountInfo mounts = 2 ;
368+ reserved 1 ;
369369}
370370
371371message WorkloadExitStatus {
@@ -490,6 +490,7 @@ message ZoneScratchDiskSpecStaticBlock {
490490
491491message ZoneDeviceStatus {
492492 repeated ZoneDiskStatus disks = 1 ;
493+ ZoneMountStatus mount = 2 ;
493494}
494495
495496enum ZoneDiskStatusDiskPurpose {
@@ -507,6 +508,12 @@ message ZoneDiskStatus {
507508 bool delete = 6 ;
508509}
509510
511+ message ZoneMountStatus {
512+ uint64 device_id = 1 ;
513+ string host_path = 2 ;
514+ string tag = 3 ;
515+ }
516+
510517message OciRegistryUsernamePassword {
511518 // username to provide, empty means no username.
512519 string username = 1 ;
You can’t perform that action at this time.
0 commit comments