mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-23 02:44:41 +03:00
Remove RAIDZ reconstruct flags from debug defaults
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Paul Dagnelie <paul.dagnelie@klarasystems.com> Closes #17227
This commit is contained in:
committed by
Brian Behlendorf
parent
123bfc32f3
commit
0df85ec27c
@@ -251,11 +251,11 @@ spa_mode_t spa_mode_global = SPA_MODE_UNINIT;
|
||||
|
||||
#ifdef ZFS_DEBUG
|
||||
/*
|
||||
* Everything except dprintf, set_error, spa, and indirect_remap is on
|
||||
* by default in debug builds.
|
||||
* Everything except dprintf, set_error, indirect_remap, and raidz_reconstruct
|
||||
* is on by default in debug builds.
|
||||
*/
|
||||
int zfs_flags = ~(ZFS_DEBUG_DPRINTF | ZFS_DEBUG_SET_ERROR |
|
||||
ZFS_DEBUG_INDIRECT_REMAP);
|
||||
ZFS_DEBUG_INDIRECT_REMAP | ZFS_DEBUG_RAIDZ_RECONSTRUCT);
|
||||
#else
|
||||
int zfs_flags = 0;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user