-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
"systemctl status" Regression when running libvirt VM #22089
Comments
Can reproduce this locally with
|
Reproducer without
|
So, the problematic commit appears to be 038cae0. And the root cause is that
/cc @poettering @keszybz |
Ah, it's not
|
A bit more, possibly interesting stuff:
|
And to be even more specific:
|
The function append_cgroup() is called recursively, and some subcgroup may not be read. Fixes systemd#22089.
Hopefully fixed by #22095. |
The function is called in recursion, and cgroup.procs in some subcgroups may not be read. Fixes systemd#22089.
The function is called in recursion, and cgroup.procs in some subcgroups may not be read. Fixes #22089.
The function is called in recursion, and cgroup.procs in some subcgroups may not be read. Fixes systemd#22089. (cherry picked from commit 1fb5040)
The function is called in recursion, and cgroup.procs in some subcgroups may not be read. Fixes systemd#22089. (cherry picked from commit 1fb5040) (cherry picked from commit 1b003bb)
systemd version the issue has been seen with
Used distribution
Linux kernel version used (
uname -a
)CPU architecture issue was seen on
Expected behaviour you didn't see
Unexpected behaviour you saw
Steps to reproduce the problem
Not sure if this is a libvirt or a systemd issue. It only started as of systemd-2.50.
Obvious suspect:
#21172
Arch Forum report:
https://bbs.archlinux.org/viewtopic.php?id=272962
Thanks
The text was updated successfully, but these errors were encountered: