summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-03-01 11:10:24 +0100
committerGitHub <noreply@github.com>2018-03-01 11:10:24 +0100
commit902c8502ad89313ed1d69fcdc9acf39448ad010d (patch)
treef05cca8d0a78804ab09a68cdc5a6488e5ce4e610 /TODO
parentacc8059129b38d60c1b923670863137f8ec8f91a (diff)
parent9177fa9f2b59502fbd433af88f1173a705b5fb27 (diff)
downloadsystemd-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--TODO9
1 files changed, 0 insertions, 9 deletions
diff --git a/TODO b/TODO
index 383b45af54..5fb0c59d1a 100644
--- a/TODO
+++ b/TODO
@@ -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