Merge pull request #7915 from poettering/pids-max-tweak
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 25 Jan 2018 09:24:35 +0000 (10:24 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 25 Jan 2018 09:24:35 +0000 (10:24 +0100)
1  2 
TODO
src/basic/process-util.h
src/core/cgroup.c
src/core/cgroup.h
src/core/manager.h
src/test/meson.build

diff --cc TODO
--- 1/TODO
--- 2/TODO
+++ b/TODO
@@@ -39,10 -37,15 +39,19 @@@ Features
  
  * add bpf-based implementation of devices cgroup controller logic for compat with cgroupsv2 as supported by newest kernel
  
 +* introduce sd_id128_get_boot_app_specific() which is like
 +  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
  
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge