aboutsummaryrefslogtreecommitdiffstats
path: root/module/zcommon
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2020-11-23 14:49:17 -0800
committerGitHub <[email protected]>2020-11-23 14:49:17 -0800
commit0657326f9cc6aaf35e90657171bc0f6ad96e29a9 (patch)
treed586dda2f517f70868e6652c150099d756a7dada /module/zcommon
parentd45267183f1056320ca884b849145243018eb181 (diff)
Update dRAID short feature description
The documentation describes dRAID as a distributed spare, not parity, RAID implementation. Update the short feature description to match the rest of the documentation. Reviewed-by: George Melikov <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Closes #11229
Diffstat (limited to 'module/zcommon')
-rw-r--r--module/zcommon/zfeature_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/zcommon/zfeature_common.c b/module/zcommon/zfeature_common.c
index 599791d49..34ebabcf3 100644
--- a/module/zcommon/zfeature_common.c
+++ b/module/zcommon/zfeature_common.c
@@ -591,7 +591,7 @@ zpool_feature_init(void)
}
zfeature_register(SPA_FEATURE_DRAID,
- "org.openzfs:draid", "draid", "Support for distributed parity RAID",
+ "org.openzfs:draid", "draid", "Support for distributed spare RAID",
ZFEATURE_FLAG_MOS, ZFEATURE_TYPE_BOOLEAN, NULL);
}