OpenMediaVault  0.6 (Kralizec)
The open network attached storage solution
 All Classes Functions Variables Groups Pages
Static Public Member Functions | List of all members
OMVLvmLogicalVolumes Class Reference
Inheritance diagram for OMVLvmLogicalVolumes:
OMVObject

Static Public Member Functions

static get ()
 
static enumerate ()
 

Additional Inherited Members

- Public Member Functions inherited from OMVObject
 __construct ()
 
 getLastError ()
 
- Protected Member Functions inherited from OMVObject
 setLastError ($error)
 
 debug ()
 

Detailed Description

Helper class to get the LVM logical volumes.

Member Function Documentation

static OMVLvmLogicalVolumes::enumerate ( )
static

Enumerate LVM logical volumes.

Returns
A list of LVM logical volumes, otherwise FALSE. Example: array( 0 => /dev/mapper/vgName-lvName 1 => /dev/mapper/... )
static OMVLvmLogicalVolumes::get ( )
static

Get a list of logical volumes.

Deprecated:
Returns
A list of logical volumes, otherwise FALSE. Example: array( 0 => /dev/mapper/vgName-lvName 1 => /dev/mapper/... )

The documentation for this class was generated from the following file: