/
How To control zfs debug messages
How To control zfs debug messages
Print the debug messages:
echo '::zfs_dbgmsg' | mdb -k
Clear the debug messages, will be realy cleared on next insert (DilOS extension):
echo '::zfs_dbgmsg -Z' | mdb -kw
Change the capacity of debug messages (default == 4MiB, example for 1KiB)
echo 'zfs_dbgmsg_maxsize/W 1000' | mdb -kw
Disable the debug messages
echo 'zfs_dbgmsg_enable/W 0' | mdb -kw
Related content
zfs tests 2.0.3.10-20230210-3-0+int2 VMW
zfs tests 2.0.3.10-20230210-3-0+int2 VMW
More like this
ztests tags
ztests tags
More like this
zfs tests 2.0.3.9-20230131-1-0+int2 VMW
zfs tests 2.0.3.9-20230131-1-0+int2 VMW
More like this
zfs tests 2.0.3.10-20230208-1-0+int2-run2 VMW
zfs tests 2.0.3.10-20230208-1-0+int2-run2 VMW
More like this
zfs test 2.0.3.17 VMW
zfs test 2.0.3.17 VMW
More like this