Comment 9 for bug 1580765

Revision history for this message
Brian Candler (b-candler) wrote : Re: Live migration error: Can't mount at ./dev/.lxd-mounts

I just thought: /var/lib/lxd/shmounts/sample/ is empty on the source machine. Is that expected?

root@nuc1:~# ls -A /var/lib/lxd/shmounts/
sample
root@nuc1:~# ls -A /var/lib/lxd/shmounts/sample/
root@nuc1:~#

Also:

root@nuc1:~# mount | grep lxd
/dev/sda2 on /var/lib/lxd/shmounts type ext4 (rw,relatime,errors=remount-ro,data=ordered)
root@nuc1:~# mount | grep sda2
/dev/sda2 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
/dev/sda2 on /var/lib/lxd/shmounts type ext4 (rw,relatime,errors=remount-ro,data=ordered)

What?? sda2 is the root filesystem!