diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-03-01 11:10:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-01 11:10:24 +0100 |
commit | 902c8502ad89313ed1d69fcdc9acf39448ad010d (patch) | |
tree | f05cca8d0a78804ab09a68cdc5a6488e5ce4e610 /TODO | |
parent | acc8059129b38d60c1b923670863137f8ec8f91a (diff) | |
parent | 9177fa9f2b59502fbd433af88f1173a705b5fb27 (diff) | |
download | systemd-902c8502ad89313ed1d69fcdc9acf39448ad010d.tar.gz |
Merge pull request #8149 from poettering/fake-root-cgroup
Properly synthesize CPU+memory accounting data for the root cgroup
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -59,15 +59,6 @@ Features: sd_id128_get_machine_app_specific(). After all on long-running systems both IDs have similar properties. -* emulate properties of the root cgroup on controllers that don't support such - properties natively on cpu/io/memory, the way we already do it for - "pids". Also, add the same logic to cgtop. - -* set TasksAccounting=1 on the root slice if we are running on the root cgroup, - and similar for the others, as soon as we emulate them properly. After all, - Linux keeps these system-wide stats anyway, and it costs nothing to expose - them. - * sd-bus: add vtable flag, that may be used to request client creds implicitly and asynchronously before dispatching the operation |