summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2010-12-28 18:53:09 +0100
committerKay Sievers <kay.sievers@vrfy.org>2010-12-28 18:53:09 +0100
commitbf5bb5316f9424375110972450f71db6c1ff3bf7 (patch)
tree36eec6bf57f2f3011bfa4e26b864f1e09b49b8a7 /TODO
parenta247755d5221411ffe7780677b270963682dadd1 (diff)
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 7 insertions, 1 deletions
diff --git a/TODO b/TODO
index c174099e0d..c02121c8f3 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +1,15 @@
* drop IN_ATTRIB from inotify watches for .path units where possible to avoid
lots of wakeups due to /dev changing when we watch a subdir of /dev.
+* Support ProcessNeededForShutdown=true to allow stuff like mdmon
+ to br killed very late after the rootfs is read only
+
+* Integrate "mdadm --wait-clean". Maybe just let SIGTERM to mdmon trigger the
+ needed action
+
* bind mounts with 'fsck' fail and block for a minute:
/foo /bar none bind 1 1
- (using fsck is wrong, but why do we block for a minute
+ (requesting fsck is wrong, but why do we block for a minute
instead of just handling the error)
* oneshot services which do not remain: 'exited' instead of 'dead'?