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

cgroups v2 support #1631

Open
pboguslawski opened this issue Jan 1, 2022 · 1 comment
Open

cgroups v2 support #1631

pboguslawski opened this issue Jan 1, 2022 · 1 comment

Comments

@pboguslawski
Copy link
Contributor

pboguslawski commented Jan 1, 2022

Ganeti (checked in Debian 9 and Debian 11) doesn't separate cgroups of guest processes from other heavy tasks like gnt-backups or wiping disks (backup restore/disk grow); systemd-cgls shows all processes under ganeti.service.

Consider using diffferent cgroups for VMs similar to
https://libvirt.org/cgroups.html

gnt-backups/wiping should also use separate cgroup from guest processes.

@saschalucas
Copy link
Member

ATM Ganeti has no concepts for cgroups, it even still defaults to use sysv-init script wrapped in systemd-generator. This leads to various problems: i.e. crashed instances (re-)started by the ganeti-watcher belong to the cron service slice.

Any help with systemd enhancement is highly appreciated.

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

2 participants