This repository has been archived by the owner on May 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Firecracker has removed `memory.dirty_pages` metric and `logger.options` configuration. Related PR: firecracker-microvm/firecracker#1532. We need to remove according setting in kata-containers. Fixes: #2504 Signed-off-by: Penny Zheng <[email protected]>
- Loading branch information
Showing
3 changed files
with
1 addition
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ info: | |
The API is accessible through HTTP calls on specific URLs | ||
carrying JSON modeled data. | ||
The transport medium is a Unix Domain Socket. | ||
version: 0.19.0 | ||
version: 0.21.1 | ||
termsOfService: "" | ||
contact: | ||
email: "[email protected]" | ||
|
@@ -508,12 +508,6 @@ definitions: | |
type: boolean | ||
description: Whether or not to include the file path and line number of the log's origin. | ||
default: false | ||
options: | ||
type: array | ||
items: | ||
type: string | ||
description: Additional logging options. Only "LogDirtyPages" is supported. | ||
default: [] | ||
|
||
MachineConfiguration: | ||
type: object | ||
|