mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
OpenZFS 9236 - nuke spa_dbgmsg
We should use zfs_dbgmsg instead of spa_dbgmsg. Or at least, metaslab_condense() should call zfs_dbgmsg because it's important and rare enough to always log. It's possible that the message in zio_dva_allocate() would be too high-frequency for zfs_dbgmsg. Authored by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Serapheim Dimitropoulos <serapheim.dimitro@delphix.com> Reviewed by: Pavel Zakharov <pavel.zakharov@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Richard Elling <Richard.Elling@RichardElling.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Approved by: Richard Lowe <richlowe@richlowe.net> Ported-by: Giuseppe Di Natale <dinatale2@llnl.gov> Patch Notes: * Removed ZFS_DEBUG_SPA from zfs-module-parameters.5 OpenZFS-issue: https://www.illumos.org/issues/9236 OpenZFS-commit: https://github.com/openzfs/openzfs/commit/cfaba7f668 Closes #7467
This commit is contained in:
committed by
Brian Behlendorf
parent
089500e792
commit
964c2d69a9
@@ -1387,9 +1387,6 @@ _
|
||||
16 ZFS_DEBUG_MODIFY
|
||||
Check for illegally modified ARC buffers.
|
||||
_
|
||||
32 ZFS_DEBUG_SPA
|
||||
Enable spa_dbgmsg entries in the debug log.
|
||||
_
|
||||
64 ZFS_DEBUG_ZIO_FREE
|
||||
Enable verification of block frees.
|
||||
_
|
||||
|
||||
Reference in New Issue
Block a user