summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMichal Sekletar <msekleta@redhat.com>2016-04-08 13:22:54 +0200
committerMichal Sekletar <msekleta@redhat.com>2016-04-11 16:43:16 +0200
commite01ff70a77e781734e1e73a2238af2e9bf7967a8 (patch)
tree8235651af0b93081b1db89026bdbc061540263ee /TODO
parent710a8858a930a13da8dabbba61d64eb8f420b448 (diff)
nspawn: always setup machine id
We check /etc/machine-id of the container and if it is already populated we use value from there, possibly ignoring value of --uuid option from the command line. When dealing with R/O image we setup transient machine id. Once we determined machine id of the container, we use this value for registration with systemd-machined and we also export it via container_uuid environment variable. As registration with systemd-machined is done by the main nspawn process we communicate container machine id established by setup_machine_id from outer child to the main process by unix domain socket. Similarly to PID of inner child.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index b2840ba4ab..9547b6e6e3 100644
--- a/TODO
+++ b/TODO
@@ -564,8 +564,6 @@ Features:
- to allow "linking" of nspawn containers, extend --network-bridge= so
that it can dynamically create bridge interfaces that are refcounted
by the containers on them. For each group of containers to link together
- - refuses to boot containers without /etc/machine-id (OK?), and with empty
- /etc/machine-id (not OK).
- nspawn -x should support ephemeral instances of gpt images
- emulate /dev/kmsg using CUSE and turn off the syslog syscall
with seccomp. That should provide us with a useful log buffer that