module documentation

Storage container abstraction.

Class FileStorage File storage unit.
Class LvmPvStorage LVM Physical Volume storage unit.
Class LvmVgStorage LVM Volume Group storage unit.
Function GetStorage Factory function for storage methods.
Function GetStorageClass Returns the class for a storage type.
Class _Base Base class for storage abstraction.
Class _LvmBase Base class for LVM storage containers.
Function _LvmPvGetAllocatable Determines whether LVM PV is allocatable.
Function _ParseSize Undocumented
Constant _STORAGE_TYPES Undocumented
def GetStorage(name, *args):

Factory function for storage methods.

Parameters
name:stringStorage type
*argsUndocumented
def GetStorageClass(name):

Returns the class for a storage type.

Parameters
name:stringStorage type
def _LvmPvGetAllocatable(attr):

Determines whether LVM PV is allocatable.

Returns
boolUndocumented
def _ParseSize(value):

Undocumented