Re: Jails on ZFS

2009-07-28 Thread Artis Caune
2009/7/28 Alexander Petrovsky : > Hi, it is may be good idea. But, I can't understand your code, why you do - >  umount ${_dir} >/dev/null 2>&1 || { sleep 2; umount ${_dir} >/dev/null 2>&1 > || umount -f ${_dir} >/dev/null 2>&1; } > > instead >  umount ${_dir} >/dev/null 2>&1 || umount -f ${_dir} >

Re: Jails on ZFS

2009-07-28 Thread Alexander Petrovsky
> > Hi, > > I'm playing with jails on ZFS and everything is fine, except annoying > warnings (hopefully just warnings) when doing: ># /etc/rc.d/jail stop > > zfs_umount:971[0]: Force unmount is experimental - report any problems. > ... > zfs_umount:97

Jails on ZFS

2009-07-28 Thread Artis Caune
Hi, I'm playing with jails on ZFS and everything is fine, except annoying warnings (hopefully just warnings) when doing: # /etc/rc.d/jail stop zfs_umount:971[0]: Force unmount is experimental - report any problems. ... zfs_umount:971[0]: Force unmount is experimental - report any pro