update TODO

This commit is contained in:
Lennart Poettering 2017-11-24 18:29:29 +01:00
parent a4634b214c
commit 48f1b5e51d
1 changed files with 6 additions and 4 deletions

10
TODO
View File

@ -24,6 +24,12 @@ Janitorial Clean-ups:
Features:
* add some special mode to LogsDirectory=/StateDirectory=… that allows
declaring these directories without necessarily pulling in deps for them, or
creating them when starting up. That way, we could declare that
systemd-journald writes to /var/log/journal, which could be useful when we
doing disk usage calculations and so on.
* add a new RuntimeDirectoryPreserve= mode that defines a similar lifecycle for
the runtime dir as we maintain for the fdstore: i.e. keep it around as long
as the unit is running or has a job queued.
@ -45,8 +51,6 @@ Features:
* add a way to lock down cgroup migration: a boolean, which when set for a unit
makes sure the processes in it can never migrate out of it
* complain if a unit starts up and there are already processes in its cgroup
* blog about fd store and restartable services
* document Environment=SYSTEMD_LOG_LEVEL=debug drop-in in debugging document
@ -303,8 +307,6 @@ Features:
the specified range and generates sane error messages for incorrect
specifications.
* do something about "/control" subcgroups in the unified cgroup hierarchy
* when we detect that there are waiting jobs but no running jobs, do something
* push CPUAffinity= also into the "cpuset" cgroup controller (only after the cpuset controller got ported to the unified hierarchy)