From 0657326f9cc6aaf35e90657171bc0f6ad96e29a9 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Mon, 23 Nov 2020 14:49:17 -0800 Subject: 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 Signed-off-by: Brian Behlendorf Closes #11229 --- module/zcommon/zfeature_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- cgit v1.2.3