Skip to content

Various bugfixes#2431

Merged
stgraber merged 5 commits intolxc:mainfrom
stgraber:main
Aug 28, 2025
Merged

Various bugfixes#2431
stgraber merged 5 commits intolxc:mainfrom
stgraber:main

Conversation

@stgraber
Copy link
Copy Markdown
Member

No description provided.

Signed-off-by: Stéphane Graber <[email protected]>
TLS is the fallback authorization driver, but it can only work when
dealing with a TLS connection, in all other cases, it's got to assume
that the user has full privileges.

There is no point in having it complain about it with every single API calls.

Closes lxc#2246

Signed-off-by: Stéphane Graber <[email protected]>
If getting a lot of events at once and dealing with slow handlers, we
may end up dropping events. To avoid the issue, we spawn the handlers in
the background so we can keep reading events as they come in.

Closes lxc#2404

Signed-off-by: Stéphane Graber <[email protected]>
This fixes an issue where routed NICs on VMs would fail to start unless
an MTU was specifically set by the user. That's because routed NICs
don't have a parent interface to inherit the MTU from.

Signed-off-by: Stéphane Graber <[email protected]>
@hallyn hallyn enabled auto-merge August 28, 2025 12:04
@stgraber stgraber disabled auto-merge August 28, 2025 14:57
@stgraber stgraber merged commit a1b37d4 into lxc:main Aug 28, 2025
158 of 164 checks passed
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