Skip to content

Conversation

@presztak
Copy link
Collaborator

PR #2181 introduced a regression that can lead to errors during VM initialization when the log file path is empty. In such cases, QEMU fails to start properly, resulting in errors like:

Unable to run feature checks during QEMU initialization: QEMU monitor connect error: dial unix /tmp/3114984335: connect: resource temporarily unavailable

This PR addresses the issue by ensuring that an empty log file path is properly handled, preventing qmpLog from being initialized with an invalid value.

…og file path

Signed-off-by: Piotr Resztak <piotr.resztak@futurfusion.io>
@presztak presztak marked this pull request as ready for review June 11, 2025 12:59
@presztak presztak requested a review from stgraber as a code owner June 11, 2025 12:59
@stgraber stgraber merged commit 183b7b3 into lxc:main Jun 11, 2025
37 of 38 checks passed
@presztak presztak deleted the fix_qmp_logfile branch July 28, 2025 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants