diff options
author | Paul Zuchowski <[email protected]> | 2020-01-16 12:22:49 -0500 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2020-01-16 09:22:49 -0800 |
commit | f12e42cccf31d6077f585a562d7e7ed3483291b1 (patch) | |
tree | ecee7b446e02d14363f1df499d133651f1b50dbf /tests/runfiles | |
parent | 1b64627e7335e9f38d66424cdd242b3d0889b060 (diff) |
zdb -d should accept the numeric objset id
As an alternative to the dataset name, zdb now allows the decimal
or hexadecimal objset ID to be specified. When permanent errors
are reported as 2 hexadecimal numbers (objset ID : object ID) in
zpool status; you can now use 'zdb <pool>[/objset ID] object' to
determine the names of the objset and object which have the error.
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Ryan Moeller <[email protected]>
Signed-off-by: Paul Zuchowski <[email protected]>
Closes #9733
Diffstat (limited to 'tests/runfiles')
-rw-r--r-- | tests/runfiles/common.run | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/runfiles/common.run b/tests/runfiles/common.run index 50330884d..4342662e7 100644 --- a/tests/runfiles/common.run +++ b/tests/runfiles/common.run @@ -100,7 +100,8 @@ tags = ['functional', 'clean_mirror'] [tests/functional/cli_root/zdb] tests = ['zdb_001_neg', 'zdb_002_pos', 'zdb_003_pos', 'zdb_004_pos', - 'zdb_005_pos', 'zdb_006_pos', 'zdb_checksum', 'zdb_decompress'] + 'zdb_005_pos', 'zdb_006_pos', 'zdb_checksum', 'zdb_decompress', + 'zdb_objset_id'] pre = post = tags = ['functional', 'cli_root', 'zdb'] |