You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Incidentally, the libzfs_mnttab code essentially call mnttab (or rather getmntinfo() on OSX) and builds an avl_list of the mounted file systems, so the temporary work around was not all that bad. But now the greater libzfs_mnttab functions all work as expected and all temporary work-around have been rolled-back.
During zpool export, the userland libzfs iterates the mounted filesystems to issue
zfs_umount
. However the mnttab logic is empty.on export;
Alas, even though we add BOOM to mnttab, the call
libzfs_mnttab_first()
returns NULL.The text was updated successfully, but these errors were encountered: