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

bbb-webrtc-sfu.service: do not set CPUSchedulingPolicy in a container #344

Merged
merged 2 commits into from
Oct 1, 2023

Conversation

davidmehren
Copy link
Contributor

BBB 2.6 does not work correctly in LXC containers, as the unit file of bbb-webrtc-sfu sets CPUSchedulingPolicy, which is not supported there.

This adjusts the already existing override file to unset the option when bbb_container_compat is enabled

@defnull
Copy link
Contributor

defnull commented Mar 26, 2023

Not really a show-stopper for this RP, but we run BBB on privileged LXC containers that do support setting CPUSchedulingPolicy just fine, but still have to disable bbb_container_compat because installing auditd still fails on those. We then re-enable features disabled by bbb_container_compat=true in a later ansible task, and would also have to revert this change for the same reason.

So this is just a reminder for myself to do that when this gets merged ;)

@BrutalBirdie BrutalBirdie changed the base branch from bbb/2.6 to master April 8, 2023 12:34
Merge missing fixes from master
@Davka Davka merged commit 8f0fae1 into ebbba-org:master Oct 1, 2023
1 check passed
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

Successfully merging this pull request may close these issues.

5 participants