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 <mail@gmelikov.ru> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #11229
This commit is contained in:
parent
d45267183f
commit
0657326f9c
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue