diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-05-07 14:33:12 -0700 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-05-11 22:10:36 +0200 |
commit | c2570ab99be82eddbee0f397fbf8704a95f6f736 (patch) | |
tree | a7fb4b5238c2986fe6e1f4f33a8b762237e0f1a4 /TODO | |
parent | 86ff9f117300e9fa35bc20bbd13a6671efa70e79 (diff) | |
download | systemd-c2570ab99be82eddbee0f397fbf8704a95f6f736.tar.gz |
update TODO
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -53,6 +53,16 @@ Before 220: Features: +* invent a better systemd-run scheme for naming scopes, that works with remoting + +* add journalctl -H that talks via ssh to a remote peer and passes through binary logs data + +* change journalctl -M to acquire fd to journal directory via machined, and then operate on that via openat() insteat of absolute paths + +* log accumulated resource usage after each service invocation + +* export unit name escaping calls + * networkd: dhcp server: try to assign stable IP addresses based on client's MAC address * nspawn: a nice way to boot up without machine id set, so that it is set at boot automatically for supporting --ephemeral. Maybe hash the host machine id together with the machine name to generate the machine id for the container @@ -78,7 +88,7 @@ Features: * man: document how update dkr images works with machinectl http://lists.freedesktop.org/archives/systemd-devel/2015-February/028630.html -* nspawn: as soon as networkd has a bus interface, hook up --network-interface= with networkd, to trigger netdev creation should an interface be missing +* nspawn: as soon as networkd has a bus interface, hook up --network-interface=, --network-bridge= with networkd, to trigger netdev creation should an interface be missing * networkd: make DHCP server IP range configurable, including only with a single IP address |