|
__init__(self,
name,
parents,
size=None,
free=None,
peSize=None,
peCount=None,
peFree=None,
pvCount=None,
uuid=None,
exists=None,
sysfsPath='')
Create a LVMVolumeGroupDevice instance. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
reduce(self,
pv_list)
Remove the listed PVs from the VG. |
source code
|
|
|
|
|
_removeLogVol(self,
lv)
Remove an LV from this VG. |
source code
|
|
|
|
|
_removePV(self,
pv)
Remove an PV from this VG. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
align(self,
size,
roundup=None)
Align a size to a multiple of physical extent size. |
source code
|
|
|
|
|
|
|
complete(self)
Check if the vg has all its pvs in the system Return True if
complete. |
source code
|
|
Inherited from DMDevice :
fstabSpec ,
getDMNode ,
setupPartitions ,
slave ,
teardownPartitions
Inherited from StorageDevice :
__str__ ,
checkSize ,
create ,
currentSize ,
destroy ,
disks ,
encrypted ,
formatArgs ,
growable ,
isDisk ,
maxSize ,
minSize ,
model ,
notifyKernel ,
packages ,
partedDevice ,
partitionable ,
partitioned ,
preCommitFixup ,
removable ,
resizable ,
resize ,
serial ,
services ,
setup ,
setupParents ,
teardown ,
vendor
Inherited from StorageDevice (private):
_getFormat ,
_getSize ,
_getTargetSize ,
_postCreate ,
_postDestroy ,
_postSetup ,
_postTeardown ,
_preCreate ,
_preTeardown ,
_progressWindow ,
_setFormat ,
_setSize ,
_setTargetSize ,
_setup ,
_waitWindow
Inherited from Device :
__deepcopy__ ,
addChild ,
dependsOn ,
dracutSetupArgs ,
isleaf ,
mediaPresent ,
removeChild ,
teardownParents ,
type ,
typeDescription
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|