[lxc-users] LXD and ZFS disappeared container mount points

2016-05-30 Thread tapczan
Hi When I create LXD container on ZFS backend I see: # df lxd/containers/c1 30191104 190080 30001024 1% /var/lib/lxd/containers/c1.zfs # mount lxd/containers/c1 on /var/lib/lxd/containers/c1.zfs type zfs (rw,relatime,xattr,noacl) # mountpoint /var/lib/lxd/containers/c1.zfs /var/lib/l

Re: [lxc-users] LXD and ZFS disappeared container mount points

2016-05-30 Thread Tamas Papp
On 05/30/2016 04:11 PM, tapczan wrote: Hi When I create LXD container on ZFS backend I see: # df lxd/containers/c1 30191104 190080 30001024 1% /var/lib/lxd/containers/c1.zfs # mount lxd/containers/c1 on /var/lib/lxd/containers/c1.zfs type zfs (rw,relatime,xattr,noacl) # mountpoi

Re: [lxc-users] LXD and ZFS disappeared container mount points

2016-05-31 Thread Jamie Brown
Jut experienced the same problem today; Ubuntu 16.04 (4.4.0-22-generic) LXD 2.0.0 zfs list rpool/containers/cassandra … /var/lib/lxd/containers/cassandra.zfs df -h Missing Container starup error; lxc 20160531103027.198 ERRORlxc_conf - conf.c:mount_rootfs:807 - No such file or directory - f

Re: [lxc-users] LXD and ZFS disappeared container mount points

2016-05-31 Thread Stéphane Graber
Run: zfs mount -a That should fix it. It looks like things occasionaly unmount themselves with zfs and we're not quite sure why. I have sent a patch upstream which will make it to LXD 2.0.3 and just does a "zfs mount" when needed... On Tue, May 31, 2016 at 10:42:34AM +, Jamie Brown wrote: >

Re: [lxc-users] LXD and ZFS disappeared container mount points

2016-05-31 Thread tapczan
On 31 May 2016 at 17:27, Stéphane Graber wrote: > I have sent a patch upstream which will make it to LXD 2.0.3 and just > does a "zfs mount" when needed... Thanks for info. Is there any possibility to download nightly builds of lxd to test 2.0.3 with your fix?

Re: [lxc-users] LXD and ZFS disappeared container mount points

2016-05-31 Thread Stéphane Graber
On Tue, May 31, 2016 at 09:34:23PM +0200, tapczan wrote: > On 31 May 2016 at 17:27, Stéphane Graber wrote: > > I have sent a patch upstream which will make it to LXD 2.0.3 and just > > does a "zfs mount" when needed... > > Thanks for info. > Is there any possibility to download nightly builds of