274. Xpram

Xpram settings, input and output functions

274.1. Summary of Module Globals

List of Global Functions

  • Read - Read all xpram settings

  • ReadSysconfig - Read xpram settings from /etc/sysconfig/xpram

  • Write - Write all xpram settings

List of Global Variables

  • force - Should xpram be really started?

  • fstype - Filesystem used for the XpRAM

  • modified - Data was modified?

  • mountpoint - mountpoint used for xpram

  • start - Should xpram be started?

274.2. Global Functions

274.2.1. Read

Read all xpram settings

Return value

  • boolean - true on success

274.2.2. ReadSysconfig

Read xpram settings from /etc/sysconfig/xpram

Return value

  • boolean - true when file exists

274.2.3. Write

Write all xpram settings

Return value

  • boolean - true on success

274.3. Global Variables

274.3.1. force

Should xpram be really started?

274.3.2. fstype

Filesystem used for the XpRAM

274.3.3. modified

Data was modified?

274.3.4. mountpoint

mountpoint used for xpram

274.3.5. start

Should xpram be started?

274.4. Module Requirements

274.4.1. Module Imports

  • FileUtils
  • Progress
  • Report
  • Service

274.4.2. Module Includes