Specify a device mapper option. Applies only to device mapper drivers.
-v
Display verbose logging.
COMMANDS
check
Check for orphaned devices.
create
Create a volume on a driver.
create-thin-pool
Create an LVM thin pool.
disable
Disable a driver.
init
Initialize a driver.
list
Print volumes on a driver.
mount
Mount an existing volume from a driver.
remove
Remove an existing volume from a driver.
resize
Resize an existing volume.
set
Set the default driver.
status
Print the driver status
sync
Sync data from a volume to another volume.
unset
Unset the default driver.
version
Print the version and exit.
serviced-storage check
The serviced-storage check command searches for orphaned snapshot
devices in the serviced application data thin pool and removes them,
if requested. This command requires the path of serviced tenant volumes,
which is determined by the SERVICED_VOLUMES_PATH variable in
/etc/default/serviced. The default path is /opt/serviced/var/volumes.
The serviced-storage create-thin-pool command creates an LVM thin pool
either for Docker data or for Control Center application data. When
devices are specified, the command creates an LVM volume group.
The size of the thin pool to create. The size can be a fixed value (in
gigabytes) or a relative value (a percentage) of the available storage.
When this option is not used, the thin pool size defaults to 90% of the
specified storage resource.
EXAMPLES
Create an LVM volume group named zenoss and use it for both thin pools:
If you specify devices or partitions, serviced-storage creates an LVM
volume group with the same name as the thin pool. The following example
yields the same result as the previous, except the name of the volume
group is docker instead of zenoss:
The serviced-storage resize command increases the size of a serviced
tenant device in its LVM thin pool. Like LVM thin pools, the size of a
serviced tenant device can never decrease.
Stop the serviced daemon before running serviced-storageresize.