Skip to content

Commit cbb3037

Browse files
committed
disable ZFS mnttab_cache
1 parent 2906aa4 commit cbb3037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libioc/ZFS.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ def get_zfs(
280280
history_prefix: str="<iocage>"
281281
) -> ZFS:
282282
"""Get an instance of iocages enhanced ZFS class."""
283-
zfs = ZFS(history=history, history_prefix=history_prefix)
283+
zfs = ZFS(history=history, history_prefix=history_prefix, mnttab_cache=False)
284284
zfs.logger = libioc.helpers_object.init_logger(zfs, logger)
285285
return zfs
286286

0 commit comments

Comments
 (0)