
functions
files
intro
|
|
Auto-Installation |
modules/AutoinstLVM.ycp |
LVM |
|
|
Imports
- FileSystems
- Partitions
- Report
- Storage
Includes
- partitioning/lvm_lib.ycp
- partitioning/lvm_lv_lib.ycp
- partitioning/lvm_pv_lib.ycp
Global Functions
|
|
|
Initialize
global RemoveVG (string vgname) -> void
|
|
Remove volume Group
- Parameters:
global CreateVG (string vgname, boolean lvm2) -> map
|
|
Create volume Group
- Parameters:
- Return value:
global CreatePV (string vgname, string device, boolean lvm2) -> void
|
|
Create physical volume
- Parameters:
global RemoveLV (string vgname, string lvname) -> void
|
|
Remove logical volume
- Parameters:
global RemovePV (string vgname, string device) -> void
|
|
Remove physical volume
- Parameters:
global CreateLV (string vgname, map lv) -> map
|
|
Create logical volume
- Parameters:
global ResizeLV (string vgname, map lv) -> map
|
|
Resize logical volume
- Parameters:
global KeepLV (string vgname, map lv) -> map
|
|
Keep logical volume
- Parameters:
global SetPESIZE (string pesize_str) -> void
|
|
Set PE Size
- Parameters:
global ExistingPVs (string vgname) -> list<map>
|
|
Return only those PVs on disks touched by the control file, dont add PVs of
unconfigured disks.
- Parameters:
- Return value:
global DeletedPVs (string vgname) -> list<map>
|
|
Return list of deleted PVS
- Parameters:
- Return value:
global Write () -> boolean
|
|
Write LVM Configuration
- Return value:
|