X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=TODO;h=5d4ba8f65e56d7eb97780d9ab114e7cb33872f85;hb=36398225b44367c89f11f42810e4f79652b09a09;hp=0498809ea0aff7f5c0f8eba7abf905d3ca222f90;hpb=edeb68c53f1cdc452016b4c8512586a70b1262e3;p=elogind.git diff --git a/TODO b/TODO index 0498809ea..5d4ba8f65 100644 --- a/TODO +++ b/TODO @@ -34,58 +34,62 @@ Fedora 19: * when installing fedora with yum --installroot /var/run is a directory, not a symlink -Features: +CGroup Rework Completion: -* when a kernel driver logs in a tight loop we should ratelimit that too. +* introduce "mainpid" for scopes -* move systemctl set-log-level to systemd-analyze? +* implement system-wide DefaultCPUAccounting=1 switch (and similar for blockio, memory?) -* fix killing spree logic in systemd-user-sessions +* implement per-slice CPUFairScheduling=1 switch + +* handle jointly mounted controllers correctly * logind: implement session kill exceptions -* fix machine regstration to forward property array +* make BlockIODeviceWeight=, BlockIODeviceBandwidth= runtime settable -* fix loginctl cgroup enumeration +* introduce high-level settings for RT budget, swappiness -* move "systemctl dump" to systemd-analyze +* man: document new bus apis -* introduce "mainpid" for scopes +Features: -* add a fixed dbus path for "my own unit", "my own session", ... to PID1, logind, ... +* Get rid of systemd-sysv: + https://fedoraproject.org/wiki/User:Toshio/Systemd_Convert_draft -* add implicit slice for instantiated services +* do we really need both hasprefix() and startswith()? -* service_coldplug() appears to reinstall the wrong stop timeout watch? +* when a kernel driver logs in a tight loop we should ratelimit that too. -* transient units: allow creating auxiliary units with the same call +* journald: when we drop syslog messages because the syslog socket is + full, make sure to write how many messages are lost as first thing + to syslog when it works again. -* make BlockIODeviceWeight=, BlockIODeviceBandwidth= runtime settable +* prohibit Restart= set with Type=oneshot -* split up BlockIOWeight= and BlockIODeviceWeight= +* man: the documentation of Restart= currently is very misleading and suggests the tools from ExecStartPre= might get restarted. -* introduce high-level settings for RT budget, swapiness +* load .d/*.conf dropins for device units -* how to reset dynamically changed attributes sanely? +* move systemctl set-log-level to systemd-analyze? -* when reloading configuration, apply new cgroup configuration +* move "systemctl dump" to systemd-analyze -* implement system-wide DefaultCPUAccounting=1 switch (and similar for blockio, memory?) +* add a fixed dbus path for "my own unit", "my own session", ... to PID1, logind, ... -* implement per-slice CPUFairScheduling=1 switch +* service_coldplug() appears to reinstall the wrong stop timeout watch? -* handle jointly mounted controllers correctly +* transient units: allow creating auxiliary units with the same call -* journald: make sure ratelimit is actually really per-service with the new cgroup changes +* how to reset dynamically changed attributes sanely? -* move systemctl dump to systemd-analyze +* when reloading configuration, apply new cgroup configuration + +* journald: make sure ratelimit is actually really per-service with the new cgroup changes * libsystemd-logind: sd_session_is_active() and friends: verify validity of session name before appending it to a path -* logind: when a PAM client calls ReleaseSession() start a timeout and - kill the session entirely after that is reached. - * gparted needs to disable auto-activation of mount units somehow, or maybe we should stop doing auto-activiation of this after boot entirely. https://bugzilla.gnome.org/show_bug.cgi?id=701676