ede6d97e3c
Inflate call can be used on thin provisioned blob or clones. Function allocates all unallocated clusters on specified blob and: - For clones, copies data from backing blob. - For thin provisioned blobs, clusters are zeroed. After this call all dependency from specified blob is removed what allows deletion i.e. snapshots. Signed-off-by: Piotr Pelplinski <piotr.pelplinski@intel.com> Signed-off-by: Tomasz Kulasek <tomaszx.kulasek@intel.com> Change-Id: Ibff569e45b12068b2fb46557156be348b36c252b Reviewed-on: https://review.gerrithub.io/399367 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>