Top | ![]() |
![]() |
![]() |
![]() |
EnableCompression (IN b enable, IN a{sv} options); EnableDeduplication (IN b enable, IN a{sv} options); ResizeLogical (IN t size, IN a{sv} options); ResizePhysical (IN t size, IN a{sv} options);
VDOPool readable o OperatingMode readable s CompressionState readable s IndexState readable s UsedSize readable t Compression readable b Deduplication readable b
Objects with this interface represent VDO logical volumes in a volume group.
VDO logical volume objects are children of their VDO pool object, and also link to it via the #VDOPool property.
Since 2.9.0
EnableCompression (IN b enable, IN a{sv} options);
Enables or disables compression on the VDO volume. If the VDO volume is running, takes effect immediately.
|
A boolean value indicating whether compression should be enabled. |
|
Additional options (currently unused except for standard options). |
Since 2.9.0
EnableDeduplication (IN b enable, IN a{sv} options);
Enables or disables deduplication on the VDO volume. If the VDO volume is running, takes effect immediately.
|
A boolean value indicating whether deduplication should be enabled. |
|
Additional options (currently unused except for standard options). |
Since 2.9.0
ResizeLogical (IN t size, IN a{sv} options);
Resizes the logical size of a VDO volume to the size specified by the size
argument.
This is only a convenience method and it's equivalent to using the
org.freedesktop.UDisks2.LogicalVolume:Resize method.
|
The new logical size for the VDO volume in bytes. |
|
Additional options (currently unused except for standard options). |
Since 2.9.0
ResizePhysical (IN t size, IN a{sv} options);
Resizes the physical size of a VDO volume to the size specified by the size
argument.
This is only a convenience method and it's equivalent to using the
org.freedesktop.UDisks2.LogicalVolume:Resize method on the #VDOPool.
|
The new physical size for the VDO volume in bytes. |
|
Additional options (currently unused except for standard options). |
Since 2.9.0
OperatingMode readable s
Operating mode of the VDO volume.
One of "normal", "read-only" or "recovering".
Since 2.9.0
CompressionState readable s
Compression state of the VDO volume.
One of "online" or "offline".
Since 2.9.0
IndexState readable s
State of the VDO index of the volume.
One of "online", "offline", "opening", "closing", "closed" or "error".
Since 2.9.0
UsedSize readable t
The total physical size used by this VDO volume.
Since 2.9.0
Compression readable b
Indicates whether compression is enabled.
Since 2.9.0