Print this page
3949 ztest fault injection should avoid resilvering devices
3950 ztest: deadman fires when we're doing a scan
3951 ztest hang when running dedup test
3952 ztest: ztest_reguid test and ztest_fault_inject don't place nice together
Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Reviewed by: Adam Leventhal <ahl@delphix.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libzpool/common/llib-lzpool
          +++ new/usr/src/lib/libzpool/common/llib-lzpool
↓ open down ↓ 56 lines elided ↑ open up ↑
  57   57  #include <sys/sa.h>
  58   58  #include <sys/zfs_sa.h>
  59   59  #include <sys/zfeature.h>
  60   60  #include <sys/dmu_tx.h>
  61   61  #include <sys/dsl_destroy.h>
  62   62  #include <sys/dsl_userhold.h>
  63   63  
  64   64  extern uint64_t metaslab_gang_bang;
  65   65  extern uint64_t metaslab_df_alloc_threshold;
  66   66  extern boolean_t zfeature_checks_disable;
       67 +extern uint64_t zfs_deadman_synctime;
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX