]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFV r336955: 9236 nuke spa_dbgmsg
authorAlexander Motin <mav@FreeBSD.org>
Tue, 31 Jul 2018 00:47:27 +0000 (00:47 +0000)
committerAlexander Motin <mav@FreeBSD.org>
Tue, 31 Jul 2018 00:47:27 +0000 (00:47 +0000)
commitd1cf4052d0e67c8d337b5f9b077ddfb63d551254
tree2b005ca8080e225fce62e0cbc10002b9bfefa57d
parent656d46109dc6a901c082f34150920a8916e059b0
parent4e77060898dae9225d2d2a6c02cdf7e5a89408a9
MFV r336955: 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.

illumos/illumos-gate@21f7c81cc1156e9202ce3412d3ecaa697c3b2222

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>
Approved by: Richard Lowe <richlowe@richlowe.net>
Author: Matthew Ahrens <mahrens@delphix.com>
cddl/contrib/opensolaris/cmd/ztest/ztest.c
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/metaslab.c
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa_misc.c
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/spa.h
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/spa_impl.h
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_debug.h
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zio.c