Skip to content

Commit afbf36e

Browse files
dianpopaacatangiu
authored andcommitted
drive: update yaml specification to describe...
the partuuid newly added field to the drive body. Signed-off-by: Diana Popa <[email protected]>
1 parent 14b987f commit afbf36e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

api_server/swagger/firecracker.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,12 @@ definitions:
304304
description: Host level path for the guest drive
305305
is_root_device:
306306
type: boolean
307+
partuuid:
308+
type: string
309+
description:
310+
Represents the unique id of the boot partition of this device. It is
311+
optional and it will be taken into account only if the is_root_device
312+
field is true.
307313
permissions:
308314
$ref: "#/definitions/DrivePermissions"
309315
rate_limiter:

0 commit comments

Comments
 (0)