Spdk/test/unit/lib/bdev
Jim Harris 463925ff0f blob: make spdk_blob_resize an async operation
To support resize operations during I/O, we will need
to send messages to each thread to quiesce I/O while
the resize operation is in progress to guard against
the cluster map memory changing while another thread
is accessing the cluster map.

Therefore, spdk_blob_resize needs to be asynchronous.

Signed-off-by: Jim Harris <james.r.harris@intel.com>
Change-Id: Ida037334739b4b80a1dbc76e8f1c70bca8b73582

Reviewed-on: https://review.gerrithub.io/404616
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
2018-04-05 18:43:11 -04:00
..
bdev.c test/unit/bdev: mock out thread for tests. 2018-04-04 17:05:22 -04:00
gpt test: move test_env.c under test/common/lib 2018-03-29 00:31:24 -04:00
mt test/bdev/mt free unregistered bdevs after polling. 2018-04-04 17:05:22 -04:00
part.c test/unit/part: mock out thread for tests. 2018-04-04 17:05:22 -04:00
pmem bdev/pmem: add conf support to test in blockdev.sh 2018-04-03 14:14:29 -04:00
scsi_nvme.c test: use spdk.unittest.mk in bdev unit tests 2018-02-14 11:07:05 -05:00
vbdev_lvol.c blob: make spdk_blob_resize an async operation 2018-04-05 18:43:11 -04:00
Makefile bdev: move part helper code into its own file 2018-02-27 12:36:26 -05:00