14. AutoinstLVM

LVM

14.1. Summary of Module Globals

List of Global Functions

List of Global Variables

    14.2. Global Functions

    14.2.1. AutoinstLVM

    Constructer

    Return value

    • void

    14.2.2. Init

    Initialize

    Return value

    • boolean

    14.2.3. KeepLV

    Keep logical volume

    Function parameters

    • string vgname

    • map lv

    • map<string,map> targetMap

    Return value

    • map

    14.2.4. Write

    Write LVM Configuration

    Return value

    • boolean - true on success

    14.2.5. get_deleted_pvs

    Return list of deleted PVS

    Function parameters

    • string vgname

    Return value

    • list<map> - list of deleted PVs

    14.2.6. get_existing_pvs

    Return only those PVs on disks touched by the control file, dont add PVs of unconfigured disks.

    Function parameters

    • string vgname

    Return value

    • list<map> - existing PVs

    14.3. Global Variables

    14.4. Module Requirements

    14.4.1. Module Imports

    • AutoinstStorage
    • FileSystems
    • Partitions
    • Report
    • Storage

    14.4.2. Module Includes

    • partitioning/lvm_lib.ycp
    • partitioning/lvm_lv_lib.ycp
    • partitioning/lvm_pv_lib.ycp