Package ganeti :: Module objects :: Class LvmPvInfo
[hide private]
[frames] | no frames]

Class LvmPvInfo

source code


Information about an LVM physical volume (PV).

Instance Methods [hide private]
 
IsEmpty(self)
Is this PV empty?
source code
 
IsAllocatable(self)
Is this PV allocatable?
source code

Inherited from ConfigObject: Copy, ToDict, UpgradeConfig, Validate, __eq__, __getattr__, __getstate__, __repr__, __setstate__

Inherited from outils.ValidatedSlots: __init__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]

Inherited from ConfigObject: FromDict

Inherited from outils.ValidatedSlots: GetAllSlots

Instance Variables [hide private]
string attributes
PV attributes
float free
free space in the PV, in MiB
list of strings lv_list
names of the LVs hosted on the PV
string name
name of the PV
float size
size of the PV in MiB
string vg_name
name of the volume group containing the PV
Properties [hide private]

Inherited from object: __class__