+11
−1
+1
−1
+33
−0
+1
−0
Loading
This patch adds spdk_lvs_grow_live() pipes through to spdk_bs_grow_live() and use it when bdev_lvol_grow_lvstore RPC is called. Growing the size of lvs still needs to be explicit RPC call by the user. Moved include for blob_bdev.h to header of the whole bdev module. This way spdk_bdev_update_bs_blockcnt() can be called when RPC is called. Please note that there already exists a test with this RPC - blobstore_grow.sh. Next patch in series adds test calling grow while I/O is being performed. Signed-off-by:Tomasz Zawadzki <tomasz.zawadzki@intel.com> Change-Id: I9e896c65a8b017d0d20b77d3758901e588e9e70c Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/20322 Community-CI: Mellanox Build Bot Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Jim Harris <jim.harris@samsung.com> Reviewed-by:
Shuhei Matsumoto <smatsumoto@nvidia.com>