Re: [systemd-devel] how to set net_cls.classid cgroups argument for a service?

2019-11-27 Thread Lennart Poettering
On Mi, 27.11.19 04:12, Andrew Gurinovich (altm...@gmail.com) wrote: > Do you have any extra reads to get a better idea why you consider net_cls > not a real cgroup? it's not available for cgroupsv2, i.e. kernel support is not there. > > Its generally used in iptables and tc traffic labeling an Qo

Re: [systemd-devel] how to set net_cls.classid cgroups argument for a service?

2019-11-27 Thread Andrew Gurinovich
Do you have any extra reads to get a better idea why you consider net_cls not a real cgroup? Its generally used in iptables and tc traffic labeling an QoS. Its a missing feature with an open issue that can be solved/eased in couple of lines of code https://github.com/systemd/systemd/issues/11618 A

Re: [systemd-devel] how to set net_cls.classid cgroups argument for a service?

2019-11-27 Thread Lennart Poettering
On Di, 26.11.19 15:27, Andrew Gurinovich (altm...@gmail.com) wrote: > What is the recommended way to assign cgroups prop net_cls.classid to a > systemd service? > Seems that a rule of thumb that whatever service property that is supposed > to be systemd-managed, got a property in service file. How

[systemd-devel] how to set net_cls.classid cgroups argument for a service?

2019-11-26 Thread Andrew Gurinovich
What is the recommended way to assign cgroups prop net_cls.classid to a systemd service? Seems that a rule of thumb that whatever service property that is supposed to be systemd-managed, got a property in service file. However, https://systemd.io/CGROUP_DELEGATION says that: >>This means systemd c