Skip to content

Commit

Permalink
Update dRAID short feature description
Browse files Browse the repository at this point in the history
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 <mail@gmelikov.ru>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #11229
  • Loading branch information
behlendorf authored Nov 23, 2020
1 parent d452671 commit 0657326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/zcommon/zfeature_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 0657326

Please sign in to comment.