Files
mirror_zfs/module/zfs
Ned Bass 33b6dbbc51 Document zfs_flags module parameter
Add a table describing the debugging flags that can be set in the zfs_flags
module parameter.  Also change the module_param type to 'uint' so users aren't
shown a negative value. The updated man page text is reproduced below for
convenience.

zfs_flags (int)
            Set  additional debugging flags. The following flags may be
            bitwise-or'd together.

            +-------------------------------------------------------+
            |Value   Symbolic Name                                  |
            |        Description                                    |
            +-------------------------------------------------------+
            |    1   ZFS_DEBUG_DPRINTF                              |
            |        Enable dprintf entries in the debug log.       |
            +-------------------------------------------------------+
            |    2   ZFS_DEBUG_DBUF_VERIFY *                        |
            |        Enable extra dbuf verifications.               |
            +-------------------------------------------------------+
            |    4   ZFS_DEBUG_DNODE_VERIFY *                       |
            |        Enable extra dnode verifications.              |
            +-------------------------------------------------------+
            |    8   ZFS_DEBUG_SNAPNAMES                            |
            |        Enable snapshot name verification.             |
            +-------------------------------------------------------+
            |   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.            |
            +-------------------------------------------------------+
            |  128   ZFS_DEBUG_HISTOGRAM_VERIFY                     |
            |        Enable extra spacemap histogram verifications. |
            +-------------------------------------------------------+
            * Requires debug build.

            Default value: 0.

Signed-off-by: Ned Bass <bass6@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #2988
2015-01-07 15:50:49 -08:00
..
2015-01-06 16:53:24 -08:00
2014-08-01 14:28:05 -07:00
2013-09-04 16:01:24 -07:00
2014-08-01 14:28:05 -07:00
2014-11-17 11:13:45 -08:00
2015-01-06 16:53:24 -08:00
2013-12-18 16:46:35 -08:00
2015-01-06 16:53:24 -08:00
2014-07-29 10:55:29 -07:00
2013-12-18 16:46:35 -08:00
2014-11-17 11:35:38 -08:00
2014-08-01 14:28:05 -07:00
2014-08-20 10:45:16 -07:00
2013-12-18 16:46:35 -08:00
2013-12-18 16:46:35 -08:00
2013-09-04 16:01:24 -07:00
2013-09-25 15:44:22 -07:00
2010-08-31 13:41:59 -07:00
2010-08-31 13:41:58 -07:00
2014-10-17 14:58:57 -07:00
2014-10-17 14:58:57 -07:00
2015-01-07 15:50:49 -08:00
2014-11-17 11:13:45 -08:00
2015-01-06 16:53:24 -08:00
2015-01-06 16:53:24 -08:00
2013-10-31 14:58:04 -07:00
2012-08-27 12:01:37 -07:00
2014-07-28 14:29:58 -07:00
2014-10-17 14:59:05 -07:00
2013-10-31 14:58:04 -07:00
2013-10-31 14:58:04 -07:00
2014-07-30 09:20:35 -07:00
2014-11-17 11:13:45 -08:00
2014-07-28 14:29:58 -07:00
2010-08-31 13:41:58 -07:00
2014-07-29 10:55:29 -07:00
2014-08-20 10:45:16 -07:00
2013-10-30 14:51:27 -07:00
2013-10-31 14:58:04 -07:00
2014-09-05 15:11:43 -07:00
2013-12-18 16:46:35 -08:00
2013-12-18 16:46:35 -08:00
2014-11-17 11:13:45 -08:00
2014-12-22 09:31:56 -08:00
2014-10-22 11:06:53 -07:00
2015-01-06 16:53:24 -08:00
2014-08-01 14:28:05 -07:00
2014-08-01 14:28:05 -07:00
2013-12-18 16:46:35 -08:00
2013-12-18 16:46:35 -08:00
2014-10-20 16:10:25 -07:00
2013-12-18 16:46:35 -08:00
2014-09-05 15:11:43 -07:00
2014-01-14 14:46:12 -08:00