Skip to content

Commit 8dcfda5

Browse files
committed
swagger: add block flush config in API
Signed-off-by: George Pisaltu <[email protected]>
1 parent 1e5c40c commit 8dcfda5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/api_server/swagger/firecracker.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,11 @@ definitions:
753753
properties:
754754
drive_id:
755755
type: string
756+
cache_type:
757+
type: string
758+
description:
759+
Represents the caching strategy for the block device.
760+
default: "Unsafe"
756761
is_read_only:
757762
type: boolean
758763
is_root_device:

0 commit comments

Comments
 (0)