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} >
>
> 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
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