I used systemd-nspawn -xbD to boot a minimal systemd based container. When I shut down the container with 'systemctl poweroff', systemd-nspawn fails to delete the ephemeral btrfs snapshot because the container's systemd has created a btrfs subvolume on the container's /var/lib/machines directory. Maybe containerised systemd shouldn't create this subvolume? A minor irritation solved by manually deleting the two subvolumes, but I thought I'd report it.
This is fixed in git, where the btrfs subvolume removal is recursive.
Good man. Recursive btrfs subvolume removal? I know to my cost that this is non-trivial so I'll be checking git before I try it ;)
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.