diff options
author | Giuseppe Di Natale <[email protected]> | 2017-04-06 08:25:47 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2017-04-10 10:24:17 -0700 |
commit | 42db43e982a243342a38e13f513513bb164d45e3 (patch) | |
tree | 9e7ca999d5cdbd30dbf04f4f610d7ee4c7c37cb8 /tests | |
parent | a8d6ae1e16b253ac2bdb362b9a76945627faa7db (diff) |
OpenZFS 2932 - support crash dumps to raidz, etc. pools
Authored by: Bill Pijewski <[email protected]>
Reviewed by: Jerry Jelinek <[email protected]>
Reviewed by: Matthew Ahrens <[email protected]>
Approved by: Dan McDonald <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Ported-by: Giuseppe Di Natale <[email protected]>
OpenZFS-issue: https://www.illumos.org/issues/2932
OpenZFS-commit: https://github.com/openzfs/openzfs/commit/810e43b
Closes #5984
Closes #5216
Diffstat (limited to 'tests')
-rw-r--r-- | tests/zfs-tests/tests/functional/cli_root/zpool_get/zpool_get.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/zfs-tests/tests/functional/cli_root/zpool_get/zpool_get.cfg b/tests/zfs-tests/tests/functional/cli_root/zpool_get/zpool_get.cfg index 699229fef..f07f68abb 100644 --- a/tests/zfs-tests/tests/functional/cli_root/zpool_get/zpool_get.cfg +++ b/tests/zfs-tests/tests/functional/cli_root/zpool_get/zpool_get.cfg @@ -39,7 +39,7 @@ typeset -a properties=("size" "capacity" "altroot" "health" "guid" "version" "feature@spacemap_histogram" "feature@enabled_txg" "feature@hole_birth" "feature@extensible_dataset" "feature@bookmarks" "feature@embedded_data" "feature@sha512" "feature@skein" "feature@edonr" - "feature@userobj_accounting") + "feature@userobj_accounting" "feature@multi_vdev_crash_dump") else typeset -a properties=("size" "capacity" "altroot" "health" "guid" "version" "bootfs" ""leaked" delegation" "autoreplace" "cachefile" "dedupditto" "dedupratio" |