YushuoEdge
YushuoEdge
> changweige Sorry for that. I did not find the problem when I did test before. Maybe something went wrong when I rebase to master branch, please allow me to...
update: The `request_mode` output of cmd `stats`, `prefetch`, `blobs ` are used in smoke test. More tests result can refer to: https://docs.google.com/document/d/115r90YmZmRPKxEz6WEfGHD6F6eylv4lQDe-7xd_pTUI/edit?usp=sharing
> @liubin `container.json` and `container1.json` are as below - container.json ``` { "metadata": { "name": "test-container-e79e20e7" }, "image": { "image": "****" }, "args": [ "sleep", "3600" ], "linux": { "resources":...
> Thanks for your suggestion. I have found several issues / PRs: https://github.com/kata-containers/runtime/issues/878 https://github.com/kata-containers/kata-containers/pull/933/files https://github.com/kata-containers/kata-containers/pull/1158 It seems like kata runtime should do fine-grained resource management for container. I re-read the...
Thank you @liubin For 1: The static resource management is not set For 2: I have checked the log before, the result is right The problem seems to be that...
I have tried a new rootfs image and the number of onlined vcpus is correct.
> > Binding vCPUs and CPUs. This allows containers to use the CPUs they really want. At the same time, scheduling overhead can be reduced and locality can be exploited...
Seems like the entry point for this bootstrap is not root directory (or the root is not a directory?): ``` $ ./target/debug/nydus-image inspect -B tests/texture/bootstrap/nydusd_daemon_test_bootstrap [2022-09-15 00:36:39.753038 +08:00] INFO [rafs/src/metadata/md_v5.rs:30]...
Or how about renaming these two sections to `default_hypervisor_name` and `default_agent_name` to be more straightforward?
> I tried to set enable_debug = true in both [hypervisor.qemu] and runtime, this could print the log for guest kernel dmesg and agent log, and if one of them...