Re: [systemd-devel] How can I simply check that a service has been restarted ?

2020-11-18 Thread Francis Moreau
On Tue, Nov 10, 2020 at 6:35 PM Luca Boccassi wrote: > > On Tue, 2020-11-10 at 17:22 +, Luca Boccassi wrote: > > On Tue, 2020-11-10 at 18:12 +0100, Francis Moreau wrote: > > > On Tue, Nov 10, 2020 at 2:43 PM Luca Boccassi wrote: > > > > On Tue, 2020-11-10 at 11:50 +0100, Francis Moreau wrote:

[systemd-devel] Why choose the number of 16M to check /run space?

2020-11-18 Thread ChenQi
Hi All, I've checked the history and logic of the 16M space check for /run as presented in https://github.com/systemd/systemd/pull/5219. But I'm wondering why choose this number (16M)? Is there some criteria or is it based on experience? Best Regards, Chen Qi _

Re: [systemd-devel] Why choose the number of 16M to check /run space?

2020-11-18 Thread Lennart Poettering
On Mi, 18.11.20 16:26, ChenQi (qi.c...@windriver.com) wrote: > Hi All, > > I've checked the history and logic of the 16M space check for /run as > presented in https://github.com/systemd/systemd/pull/5219. > But I'm wondering why choose this number (16M)? Is there some criteria or is > it based on

[systemd-devel] Ubuntu CI will be unavailable for part of Nov 20 and/or Nov 21

2020-11-18 Thread Dan Streetman
Starting sometime on Nov 20, some of the hardware used for Ubuntu CI tests will be down for maintenance, and it's likely some or all Ubuntu CI test runs will fail until the hardware is back up. I don't know the specific length of time it will take, but the maintenance window has been scheduled from

Re: [systemd-devel] name=systemd cgroup mounts/hierarchy

2020-11-18 Thread Michal Koutný
Thanks for the details. On Mon, Nov 16, 2020 at 09:30:20PM +0300, Andrei Enshin wrote: > I see the kubelet crash with error: «Failed to start ContainerManager failed > to initialize top level QOS containers: root container [kubepods] doesn't > exist» > details: https://github.com/kubernetes/ku

Re: [systemd-devel] name=systemd cgroup mounts/hierarchy

2020-11-18 Thread Andrei Enshin
Thank you for checking! Yes, it clearly seems that systemd and kubelet in such setup shares cgroups which is not supposed. We will prioritize moving our cluster to use systemd cgroup driver to avoid such conflict. Also I think it would be good to have extra check on kubelet side to avoid runni