Reviewed by: Serapheim Dimitropoulos <[email protected]> Reviewed by: Pavel Zakharov <[email protected]> Reviewed by: George Wilson <[email protected]>
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. Upstream bug: DLPX-49012 You can view, comment on, or merge this pull request online at: https://github.com/openzfs/openzfs/pull/580 -- Commit Summary -- * DLPX-49012 nuke spa_dbgmsg -- File Changes -- M usr/src/cmd/ztest/ztest.c (5) M usr/src/uts/common/fs/zfs/metaslab.c (6) M usr/src/uts/common/fs/zfs/spa_misc.c (10) M usr/src/uts/common/fs/zfs/sys/spa.h (7) M usr/src/uts/common/fs/zfs/sys/spa_impl.h (1) M usr/src/uts/common/fs/zfs/sys/zfs_debug.h (11) M usr/src/uts/common/fs/zfs/zio.c (2) -- Patch Links -- https://github.com/openzfs/openzfs/pull/580.patch https://github.com/openzfs/openzfs/pull/580.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/580 ------------------------------------------ openzfs: openzfs-developer Permalink: https://openzfs.topicbox.com/groups/developer/discussions/Tc900752b49c91015-M58f3acca42a01b07c4025284 Delivery options: https://openzfs.topicbox.com/groups
