summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-01-25 10:24:35 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-01-25 10:24:35 +0100
commitf26f5b60d08a846655ef8da620d4b870ad0bb2e9 (patch)
tree0ecddf6799a457666d7c8d401adc9ccb0bfde0cf /TODO
parentc7c5b6909582ba5f207ba1c24a2f714ec204397d (diff)
parent3420075adf05d82a1cd98bc6a17e9349d1427f28 (diff)
downloadsystemd-f26f5b60d08a846655ef8da620d4b870ad0bb2e9.tar.gz
Merge pull request #7915 from poettering/pids-max-tweak
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/TODO b/TODO
index a7b32bd795..1427ef0faf 100644
--- a/TODO
+++ b/TODO
@@ -43,6 +43,15 @@ 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