Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New info/warning messages from Firecracker when using SDK #534

Open
alexellis opened this issue Feb 5, 2024 · 2 comments
Open

New info/warning messages from Firecracker when using SDK #534

alexellis opened this issue Feb 5, 2024 · 2 comments

Comments

@alexellis
Copy link

Hi there, I've been using Firecracker for a while, mainly via the Go SDK and noticed a bunch of new messages with the v1.5.1 release.

Is there a recommended way to disable these as they're not required and it's not entirely clear where they are coming from.

2024-02-05T18:34:55.694924617 [anonymous-instance:fc_vcpu 0] Received KVM_SYSTEM_EVENT: type: 2, event: 0
2024-02-05T18:34:55.694954408 [anonymous-instance:main] Vmm is stopping.
2024-02-05T18:34:55.695110571 [anonymous-instance:main] Vmm is stopping.
2024-02-05T18:34:55.725922300 [anonymous-instance:main] Firecracker exited successfully

Thanks. Hope the answer is also useful to others landing here.

@alexellis
Copy link
Author

There are also dozens of messages generated which were not shown before during the initial setup of the VM.. a short snippet:

2024-03-22T09:16:24.701798179 [anonymous-instance:main] Running Firecracker v1.5.1
2024-03-22T09:16:24.711814138 [anonymous-instance:fc_api] The API server received a Get request on "/machine-config".
2024-03-22T09:16:24.711860706 [anonymous-instance:fc_api] The request was executed successfully. Status code: 200 OK.
2024-03-22T09:16:24.712049926 [anonymous-instance:fc_api] The API server received a Put request on "/metrics" with body "{\"metrics_path\":\"...-2720694948/metrics.json\"}\n".
2024-03-22T09:16:24.712084928 [anonymous-instance:fc_api] The request was executed successfully. Status code: 204 No Content.
2024-03-22T09:16:24.712214834 [anonymous-instance:fc_api] The API server received a Put request on "/machine-config" with body "{\"mem_size_mib\":7000,\"smt\":false,\"vcpu_count\":8}\n".
2024-03-22T09:16:24.712245202 [anonymous-instance:fc_api] The request was executed successfully. Status code: 204 No Content.
2024-03-22T09:16:24.712379454 [anonymous-instance:fc_api] The API server received a Get request on "/machine-config".
2024-03-22T09:16:24.712407169 [anonymous-instance:fc_api] The request was executed successfully. Status code: 200 OK.

@alexellis
Copy link
Author

This seems like regression because we have the log level set to "Error" and none of these messages are errors.

Could someone who maintains this SDK please take a look or consider responding to my question?

@fangn2 are you involved with the project?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant