diff options
author | Fedor Uporov <[email protected]> | 2021-11-10 11:22:00 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2021-11-10 12:22:00 -0700 |
commit | 2a9c572059e9401001bd168465aa521d83e16b32 (patch) | |
tree | 1514117aff657f219290ece1346dc14d93f3fc63 /tests/runfiles/common.run | |
parent | 6c8f03232aa98e950bfe187f9ff53d3541687b50 (diff) |
zdb: Report bad label checksum
In case if all label checksums will be invalid on any vdev, the pool
will become unimportable. From other side zdb with -l option will not
provide any useful information why it happened. Add notifications
about corrupted label checksums.
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: John Kennedy <[email protected]>
Signed-off-by: Fedor Uporov <[email protected]>
Closes #2509
Closes #12685
Diffstat (limited to 'tests/runfiles/common.run')
-rw-r--r-- | tests/runfiles/common.run | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/runfiles/common.run b/tests/runfiles/common.run index 9f181b53e..220710548 100644 --- a/tests/runfiles/common.run +++ b/tests/runfiles/common.run @@ -122,8 +122,9 @@ tags = ['functional', 'clean_mirror'] tests = ['zdb_002_pos', 'zdb_003_pos', 'zdb_004_pos', 'zdb_005_pos', 'zdb_006_pos', 'zdb_args_neg', 'zdb_args_pos', 'zdb_block_size_histogram', 'zdb_checksum', 'zdb_decompress', - 'zdb_display_block', 'zdb_object_range_neg', 'zdb_object_range_pos', - 'zdb_objset_id', 'zdb_decompress_zstd', 'zdb_recover', 'zdb_recover_2'] + 'zdb_display_block', 'zdb_label_checksum', 'zdb_object_range_neg', + 'zdb_object_range_pos', 'zdb_objset_id', 'zdb_decompress_zstd', + 'zdb_recover', 'zdb_recover_2'] pre = post = tags = ['functional', 'cli_root', 'zdb'] |