X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=TODO;h=5d4ba8f65e56d7eb97780d9ab114e7cb33872f85;hp=7d413a8de15b7dbed90e43b246487888838fdedb;hb=6a75304e41e4487d840057a0e5f9972e141e4540;hpb=bdeeb6b543a2a2d0a494f17b85f1498859cdfc2f diff --git a/TODO b/TODO index 7d413a8de..5d4ba8f65 100644 --- a/TODO +++ b/TODO @@ -34,8 +34,31 @@ Fedora 19: * when installing fedora with yum --installroot /var/run is a directory, not a symlink +CGroup Rework Completion: + +* introduce "mainpid" for scopes + +* implement system-wide DefaultCPUAccounting=1 switch (and similar for blockio, memory?) + +* implement per-slice CPUFairScheduling=1 switch + +* handle jointly mounted controllers correctly + +* logind: implement session kill exceptions + +* make BlockIODeviceWeight=, BlockIODeviceBandwidth= runtime settable + +* introduce high-level settings for RT budget, swappiness + +* man: document new bus apis + Features: +* Get rid of systemd-sysv: + https://fedoraproject.org/wiki/User:Toshio/Systemd_Convert_draft + +* do we really need both hasprefix() and startswith()? + * when a kernel driver logs in a tight loop we should ratelimit that too. * journald: when we drop syslog messages because the syslog socket is @@ -48,56 +71,25 @@ Features: * load .d/*.conf dropins for device units -* user@.service and session-*.scope should get posession of their own cgroups - * move systemctl set-log-level to systemd-analyze? -* fix killing spree logic in systemd-user-sessions - -* logind: implement session kill exceptions - -* fix machine regstration to forward property array - -* fix loginctl cgroup enumeration - * move "systemctl dump" to systemd-analyze -* introduce "mainpid" for scopes - * add a fixed dbus path for "my own unit", "my own session", ... to PID1, logind, ... -* add implicit slice for instantiated services - * service_coldplug() appears to reinstall the wrong stop timeout watch? * transient units: allow creating auxiliary units with the same call -* make BlockIODeviceWeight=, BlockIODeviceBandwidth= runtime settable - -* split up BlockIOWeight= and BlockIODeviceWeight= - -* introduce high-level settings for RT budget, swapiness - * how to reset dynamically changed attributes sanely? * when reloading configuration, apply new cgroup configuration -* implement system-wide DefaultCPUAccounting=1 switch (and similar for blockio, memory?) - -* implement per-slice CPUFairScheduling=1 switch - -* handle jointly mounted controllers correctly - * journald: make sure ratelimit is actually really per-service with the new cgroup changes -* move systemctl dump to systemd-analyze - * 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