/
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
, multiple selections available,
Related content
How to run ZFS tests on VM environment
How to run ZFS tests on VM environment
More like this
Запуск тестов ZFS на VM
Запуск тестов ZFS на VM
More like this
Запуск тестов UTIL & MDB на VM
Запуск тестов UTIL & MDB на VM
More like this
Запуск тестов DTRACE на VM
Запуск тестов DTRACE на VM
More like this
Запуск ELF тестов на VM
Запуск ELF тестов на VM
More like this
Запуск тестов OS на VM
Запуск тестов OS на VM
More like this