summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-04-29 12:03:57 +0200
committerLennart Poettering <lennart@poettering.net>2015-04-29 18:36:25 +0200
commit957ce1954c238646fa3b94447fd21bbcdba46153 (patch)
treeac7dac89ccb8859a216531866d579d222aeb77e3 /TODO
parenta9beb123d19304fa6999f63d755a2bda585c1f5b (diff)
TODO: split out issues to fix before 220
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 6 insertions, 6 deletions
diff --git a/TODO b/TODO
index 2cd7937571..8c5f1cdc5f 100644
--- a/TODO
+++ b/TODO
@@ -39,11 +39,15 @@ Before 220:
* logind: follow PropertiesChanged state more closely, to deal with quick logouts and relogins
-Features:
+* sd-bus.h: drop bus parameter in message handlers
* networkd: fix ip forwarding boolean
-* sd-bus.h: drop bus parameter in message handlers
+* whe should apply a stop limit (similar to the existing start limit),
+ so that we don't enter unbounded umount loops:
+ http://lists.freedesktop.org/archives/systemd-devel/2015-April/030224.html
+
+Features:
* journalctl: -m should access container journals directly by enumerating them via machined, and also watch containers coming and going. Benefit: nspawn --ephemeral would start working nicely with the journal.
@@ -87,10 +91,6 @@ Features:
devices will result in collected collected on all devices used.
http://lists.freedesktop.org/archives/systemd-devel/2015-April/030225.html
-* whe should apply a stop limit (similar to the existing start limit),
- so that we don't enter unbounded umount loops:
- http://lists.freedesktop.org/archives/systemd-devel/2015-April/030224.html
-
* add a job mode that will fail if a transaction would mean stopping
running units. Use this in timedated to manage the NTP service
state.