Data Structures | |
| class | SmartArray |
Variables | |
| dictionary | _HP_RAID_LEVEL_CONV |
| list | _HP_VENDOR_RAID_LEVELS = ['1adm', '1+0adm'] |
| tuple | _LSM_RAID_TYPE_CONV |
| dictionary _HP_RAID_LEVEL_CONV |
{
'0': Volume.RAID_TYPE_RAID0,
# TODO(Gris Ge): Investigate whether HP has 4 disks RAID 1.
# In LSM, that's RAID10.
'1': Volume.RAID_TYPE_RAID1,
'5': Volume.RAID_TYPE_RAID5,
'6': Volume.RAID_TYPE_RAID6,
'1+0': Volume.RAID_TYPE_RAID10,
'50': Volume.RAID_TYPE_RAID50,
'60': Volume.RAID_TYPE_RAID60,
}
| list _HP_VENDOR_RAID_LEVELS = ['1adm', '1+0adm'] |
| tuple _LSM_RAID_TYPE_CONV |
1.6.1