I have ext4 filesystem on /dev/sda9 mounted on / and btrfs on /dev/sda10 mounted on /var/lib/machines. After pulling images via machinectl pull-tar and running container via systemd-nspawn -M machinename, i got an error: "Failed to copy /etc/resolv.conf to /var/lib/machines/ubuntu/etc/resolv.conf: Too many levels of symbolic links" I think this is cuz systemd-nspawn create hard link instead of copy /etc/resolv.conf in to container
This should be fixed with current systemd-nspawn, in particular the new --resolv-conf= option there is in 239. Closing hence.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.