aboutsummaryrefslogtreecommitdiffstats
path: root/include/zfeature_common.h
diff options
context:
space:
mode:
authorGiuseppe Di Natale <[email protected]>2017-04-06 08:25:47 -0700
committerBrian Behlendorf <[email protected]>2017-04-10 10:24:17 -0700
commit42db43e982a243342a38e13f513513bb164d45e3 (patch)
tree9e7ca999d5cdbd30dbf04f4f610d7ee4c7c37cb8 /include/zfeature_common.h
parenta8d6ae1e16b253ac2bdb362b9a76945627faa7db (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 'include/zfeature_common.h')
-rw-r--r--include/zfeature_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/zfeature_common.h b/include/zfeature_common.h
index acf76381b..25d680ffc 100644
--- a/include/zfeature_common.h
+++ b/include/zfeature_common.h
@@ -22,6 +22,7 @@
/*
* Copyright (c) 2011, 2015 by Delphix. All rights reserved.
* Copyright (c) 2013 by Saso Kiselkov. All rights reserved.
+ * Copyright (c) 2013, Joyent, Inc. All rights reserved.
*/
#ifndef _ZFEATURE_COMMON_H
@@ -42,6 +43,7 @@ typedef enum spa_feature {
SPA_FEATURE_ASYNC_DESTROY,
SPA_FEATURE_EMPTY_BPOBJ,
SPA_FEATURE_LZ4_COMPRESS,
+ SPA_FEATURE_MULTI_VDEV_CRASH_DUMP,
SPA_FEATURE_SPACEMAP_HISTOGRAM,
SPA_FEATURE_ENABLED_TXG,
SPA_FEATURE_HOLE_BIRTH,