|
openmediavault
4.0 (Arrakis)
The open network attached storage solution
|
Additional Inherited Members | |
Public Member Functions inherited from OMV\System\Storage\StorageDeviceLvm | |
| __construct ($deviceFile) | |
| refresh () | |
| exists () | |
| getPreferredDeviceFile () | |
| getVGName () | |
| getName () | |
| getPath () | |
| getSize () | |
| getUuid () | |
| getAttributes () | |
| getVGAttributes () | |
| IsMediaAvailable () | |
| getDescription () | |
| create ($name, $size, $vgName) | |
| createSnapshot ($name, $size) | |
| remove () | |
| rename ($name) | |
| extend ($size) | |
| reduce ($size) | |
Public Member Functions inherited from OMV\System\Storage\StorageDeviceDM | |
| getDeviceMapperName () | |
| getDeviceMapperUuid () | |
| getSlaves () | |
| getDescription () | |
Public Member Functions inherited from OMV\System\Storage\StorageDevice | |
| getModel () | |
| getVendor () | |
| getSerialNumber () | |
| getDescription () | |
| isRotational () | |
| isRemovable () | |
| isRaid () | |
| isUsb () | |
| isAta () | |
| isReadOnly () | |
| IsMediaAvailable () | |
| hasSmartSupport () | |
| assertHasSmartSupport () | |
| wipe () | |
Public Member Functions inherited from OMV\System\BlockDevice | |
| __construct ($deviceFile) | |
| exists () | |
| assertExists () | |
| getDeviceFile () | |
| getCanonicalDeviceFile () | |
| getDeviceFileById () | |
| hasDeviceFileById () | |
| getDeviceFileByPath () | |
| hasDeviceFileByPath () | |
| getPredictableDeviceFile () | |
| getPreferredDeviceFile () | |
| getDeviceFileSymlinks () | |
| getDeviceName ($canonical=FALSE) | |
| getSize () | |
| getBlockSize () | |
| getSectorSize () | |
| getDeviceNumber () | |
| getMajor () | |
| getMinor () | |
| getDescription () | |
| hasUdevProperty ($id) | |
| assertUdevProperty ($id) | |
| getUdevProperty ($id) | |
| waitForDevice ($timeout) | |
Public Member Functions inherited from OMV\System\Storage\IStorageDevice | |
| getDeviceFile () | |
| getCanonicalDeviceFile () | |
| getDeviceFileById () | |
| hasDeviceFileById () | |
| getDeviceFileSymlinks () | |
| getDeviceName ($canonical=FALSE) | |
| getBlockSize () | |
| getSectorSize () | |
| isMediaAvailable () | |
Static Public Member Functions inherited from OMV\System\Storage\StorageDeviceLvm | |
| static | enumerate () |
Static Public Member Functions inherited from OMV\System\Storage\StorageDevice | |
| static | enumerate ($type=OMV_STORAGE_DEVICE_TYPE_ALL) |
| static | enumerateUnused ($type=OMV_STORAGE_DEVICE_TYPE_ALL) |
| static | enumerateUsed ($type=OMV_STORAGE_DEVICE_TYPE_ALL) |
| static | isUsed ($deviceFile, $type=OMV_STORAGE_DEVICE_TYPE_ALL) |
| static | getStorageDevice ($deviceFile) |
| static | assertStorageDeviceExists ($deviceFile) |
Protected Member Functions inherited from OMV\System\BlockDevice | |
| getUdevData ($force=FALSE) | |
Protected Attributes inherited from OMV\System\Storage\StorageDeviceLvm | |
| $uuid = "" | |
| $lvAttr = "" | |
| $vgAttr = "" | |
| $kernelMajor = "" | |
| $kernelMinor = "" | |
| $lvName = "" | |
| $vgName = "" | |
Protected Attributes inherited from OMV\System\Storage\StorageDevice | |
| $model = NULL | |
| $vendor = NULL | |
Protected Attributes inherited from OMV\System\BlockDevice | |
| $deviceFile = NULL | |
| $deviceFileById = NULL | |
| $size = FALSE | |
| $blockSize = FALSE | |
| $sectorSize = FALSE | |
| $udevData = NULL | |
This class provides a simple interface to handle a LVM logical volume.
1.8.13