diff --git a/doc/lvol.md b/doc/lvol.md index 3b0f59d02..9734bde62 100644 --- a/doc/lvol.md +++ b/doc/lvol.md @@ -61,6 +61,10 @@ Blobs can be inflated to copy data from backing devices (e.g. snapshots) and all ![Removing backing blob and bdevs relations using inflate call](lvol_inflate_clone_snapshot.svg) +## Decoupling {#lvol_decoupling} + +Blobs can be decoupled from all dependencies by copying data from backing devices (e.g. snapshots) for all allocated clusters. Remainig unallocated clusters are kept thin provisioned. + # Configuring Logical Volumes There is no static configuration available for logical volumes. All configuration is done trough RPC. Information about logical volumes is kept on block devices. @@ -137,4 +141,8 @@ inflate_lvol_bdev [-h] name Inflate lvol bdev optional arguments: -h, --help show help +decouple_parent_lvol_bdev [-h] name + Decouple parent of a logical volume + optional arguments: + -h, --help show help ```