1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00

MFS: Use correct terminology for RAID 0/1 and 0/5.

This commit is contained in:
Scott Long 2001-12-04 02:39:06 +00:00
parent 40129585e3
commit 8ea9ab6622
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87333

View File

@ -107,11 +107,11 @@ static struct aac_code_lookup aac_container_types[] = {
{"Morph", CT_MORPH},
{"Passthrough", CT_PASSTHRU},
{"RAID 4", CT_RAID4},
{"RAID 10", CT_RAID10},
{"RAID 00", CT_RAID00},
{"RAID 0/1", CT_RAID10},
{"RAID 0/0", CT_RAID00},
{"Volume of Mirrors", CT_VOLUME_OF_MIRRORS},
{"Pseudo RAID 3", CT_PSEUDO_RAID3},
{"RAID 50", CT_RAID50},
{"RAID 0/5", CT_RAID50},
{NULL, 0},
{"unknown", 0}
};