plugin::hpsa::hpsa Namespace Reference

Data Structures

class  SmartArray

Variables

dictionary _HP_RAID_LEVEL_CONV
list _HP_VENDOR_RAID_LEVELS = ['1adm', '1+0adm']
tuple _LSM_RAID_TYPE_CONV

Variable Documentation

dictionary _HP_RAID_LEVEL_CONV
Initial value:
{
    '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,
}

Definition at line 197 of file hpsa.py.

list _HP_VENDOR_RAID_LEVELS = ['1adm', '1+0adm']

Definition at line 210 of file hpsa.py.

Initial value:
dict(
    zip(_HP_RAID_LEVEL_CONV.values(), _HP_RAID_LEVEL_CONV.keys()))

Definition at line 213 of file hpsa.py.


Generated on 9 Jul 2015 for libStorageMgmt by  doxygen 1.6.1