List of Global Functions
AddSwapMp - mark swap-partitions with pseudo Mountpoint swap in targetMap
CheckForEvmsRootFs - CheckForEvmsRootFs --------------------------------------------------------------------- check if the root filesystem is a evms volume
CheckForLvmRootFs - CheckForLvmRootFs --------------------------------------------------------------------- check if the root filesystem is a lvm logical volume
CheckSwapOn - Check if swap paritition is availbe on a disk
Commit -
DeletePartitionTable - Delete the partition table and disk label of device
GetDeviceName - Get Device Name
GetLoopDev - Find next free loop device.
GetOtherLinuxPartitions - Get list of all Linux Partitions on all real disks
GetPartitionList - Get list of all Partitions on all real disks
GetUsedRealDisksNew - Get used real disks
HaveLinuxPartitions - Determine if there is any Linux partition on this system.
InitializeDisk - Set the flag if a disk needs to be initialized
IsPartitionable - Check if a container is partitionale
IsRealDisk - Check if a disk is a real disk and not RAID or LVM
Record -
Rollback -
SwappingPartitions - Get List of swap partitions
List of Global Variables
mark swap-partitions with pseudo Mountpoint swap in targetMap
Function parameters
map<string,map> target
Return value
map<string,map> - modified target
CheckForEvmsRootFs --------------------------------------------------------------------- check if the root filesystem is a evms volume
Return value
boolean
CheckForLvmRootFs --------------------------------------------------------------------- check if the root filesystem is a lvm logical volume
Return value
boolean
Check if swap paritition is availbe on a disk
Function parameters
string disk
Return value
boolean - true if swap available.
Delete the partition table and disk label of device
Function parameters
string disk
Return value
boolean
Get Device Name
Function parameters
string disk
any partition
Return value
string - device name
Find next free loop device.
Function parameters
integer start
Return value
string - loop_dev ( e.g.: /dev/loop1 )
Get list of all Linux Partitions on all real disks
Return value
list - Partition list
Get list of all Partitions on all real disks
Return value
list - Partition list
Get used real disks
Function parameters
map<string,map> tg
boolean ignore_boot
Return value
list<string> - disks List of disks
Determine if there is any Linux partition on this system.
Return value
boolean - true if there is anything that might be a Linux partition
Set the flag if a disk needs to be initialized
Function parameters
string disk
boolean value
Return value
boolean
Check if a container is partitionale
Function parameters
map entry
Return value
boolean - true if partitionale
Check if a disk is a real disk and not RAID or LVM
Function parameters
map entry
Return value
boolean - true if real disk