Date: Thu, 28 Jul 2011 13:32:41 +0200 From: Ivan Voras <ivoras@freebsd.org> To: freebsd-fs@freebsd.org Subject: ZFS how to find out if ZIL is currently enabled? Message-ID: <j0rhcq$78q$1@dough.gmane.org>
next in thread | raw e-mail | index | archive | help
Grepping for "zil" in sysctls doesn't give anything useful: # sysctl -a | grep zil vfs.zfs.zil_replay_disable: 0 (its description is "Disable intent logging replay" so it looks like a crash recovery option) ... so is there a way to find out if ZIL is enabled? I can look at kenv but for some reason I can't trust its value right now.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?j0rhcq$78q$1>