Skip to content

Commit f2f8802

Browse files
Add changelog entry for dev-preview logging
Signed-off-by: Matthew Schlebusch <[email protected]>
1 parent 9fa086a commit f2f8802

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
fault handler process is listening and expecting a UFFD to be sent by
3030
Firecracker. The UFFD is used to handle the guest memory page faults in the
3131
separate process.
32+
- Added logging for the snapshot/restore and async block device IO engine
33+
features to indicate they are in development preview.
3234

3335
### Changed
3436

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/io_uring/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ license = "Apache-2.0"
77

88
[dependencies]
99
libc = ">=0.2.103"
10-
logger = { path = "../logger" }
1110
utils = { path = "../utils" }
1211
vm-memory = { path="../vm-memory" }
1312

src/vmm/src/rpc_interface.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ impl<'a> PrebootApiController<'a> {
560560

561561
let elapsed_time_us =
562562
update_metric_with_elapsed_time(&METRICS.latencies_us.vmm_load_snapshot, load_start_us);
563-
info!(
563+
warn!(
564564
"{} 'load snapshot' VMM action took {} us.",
565565
DEV_PREVIEW_LOG_PREFIX, elapsed_time_us
566566
);

0 commit comments

Comments
 (0)