diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-11-29 16:38:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-29 16:38:46 +0100 |
commit | 401faa3533280b05fee972e0c64885caf4b31e4c (patch) | |
tree | febc63c1b0a46948cc3af8d23cbc6596f73b8f3d /TODO | |
parent | f781c8fe78785829bc2270b38500fcc337a4f483 (diff) | |
parent | fe1bff158e66bd4cc05e435ab29af830b8f3b3ac (diff) | |
download | systemd-401faa3533280b05fee972e0c64885caf4b31e4c.tar.gz |
Merge pull request #10357 from poettering/import-fs
machinectl import-fs command and other fixes
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -41,6 +41,9 @@ Features: * bootctl,sd-boot: actually honour the "architecture" key +* when a socket unit is spawned with an AF_UNIX path in /var/run, complain and + patch it to use /run instead + * consider splitting out all temporary file creation APIs (we have so many in fileio.h and elsewhere!) into a new util file of its own. @@ -235,8 +238,7 @@ Features: the runtime dir as we maintain for the fdstore: i.e. keep it around as long as the unit is running or has a job queued. -* support projid-based quota in machinectl for containers, and then drop - implicit btrfs loopback magic in machined +* support projid-based quota in machinectl for containers * Add NetworkNamespacePath= to specify a path to a network namespace @@ -881,9 +883,6 @@ Features: - "machinectl commit" that takes a writable snapshot of a tree, invokes a shell in it, and marks it read-only after use -* importd: - - generate a nice warning if mkfs.btrfs is missing - * cryptsetup: - cryptsetup-generator: allow specification of passwords in crypttab itself - support rd.luks.allow-discards= kernel cmdline params in cryptsetup generator |