Hi,
If I start a container by say systemd-nspawn (also tested with ubuntu through
debootstrap):
pacstrap -c -d arch base
systemd-nspawn -b -D arch
then findmnt without any arguments just returns one line (to be precise - it
always seems to be the first mount under /sys/fs/cgroup), e.g.:
/sys/fs/cgroup/devices cgroup cgroup ro,nosuid,nodev,noexec,relatime,devices
If I point it directly to the root, e.g.
findmnt -T / -R
then it lists all mounts correctly (in case of arch, 2.29.1 was used).
It kind of looks like a [display] bug (especially that -T / -R work fine).
--
To unsubscribe from this list: send the line "unsubscribe util-linux" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html