chiark / gitweb /
update TODO
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 799bcae7772ed3c6a07431915a2c4568c780ea90..3aeef3c5c5302eb7235c96ad3fcfce4bca164fd1 100644 (file)
--- a/TODO
+++ b/TODO
@@ -31,6 +31,12 @@ External:
 
 Features:
 
+* support mbr raw disk images in systemd-nspawn, so that we can boot fedora cloud images unmodified
+
+* rework sigbus stuff to use mutex
+
+* create importd daemon, move "systemd-import" tool into machinectl
+
 * change default container location from /var/lib/container to /var/lib/machines
 
 * nspawn: when start a container "foobar" look for its configuration in a file "foobar.nspawn" in /etc/systemd/nspawn/ as well as next to the actualy directory or image to boot
@@ -39,8 +45,6 @@ Features:
 
 * Check all invocations of access() and consider turning them into laccess()
 
-* "machinectl start/enable/disable foo" as aliases for "systemctl start/enable/disable systemd-nspawn@foo.service"
-
 * "machinectl history"
 
 * "machinectl diff"
@@ -62,10 +66,6 @@ Features:
 
 * port libmount hookup to use API's own inotify interface, as soon as that is table in libmount
 
-* journald: broken file systems are real (btrfs), we need to handle
-  SIGBUS in some way if we cannot write or read from the disk.
-  https://bugzilla.redhat.com/show_bug.cgi?id=1151848
-
 * "systemctl preset-all" should probably order the unit files it
   operates on lexicographically before starting to work, in order to
   ensure deterministic behaviour if two unit files conflict (like DMs
@@ -77,7 +77,7 @@ Features:
 
 * systemd-journal-upload (or a new, related tool): allow pushing out
   journal messages onto the network in BSD syslog protocol,
-  continously. Default to some link-local IP mcast group, to make this
+  continuously. Default to some link-local IP mcast group, to make this
   useful as a one-stop debugging tool.
 
 * synchronize console access with BSD locks:
@@ -580,11 +580,7 @@ Features:
 * currently x-systemd.timeout is lost in the initrd, since crypttab is copied into dracut, but fstab is not
 
 * nspawn:
-  - bind mount read-only the cgroup tree higher than nspawn
   - refuses to boot containers without /etc/machine-id (OK?), and with empty /etc/machine-id (not OK).
-  - introduce machines.target to order after all nspawn instances
-  - systemd-nspawn@.service should fail if some nspawn arg is invalid, with Type=notify
-  - PID 1 doesn't apply nspawns devices cgroup policy
 
 * cryptsetup:
   - cryptsetup-generator: allow specification of passwords in crypttab itself