diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bc1f13ba..0265756e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v18.01: (Upcoming Release) +## v18.01: Blobstore Thin Provisioning ### Build System @@ -77,6 +77,9 @@ rather than struct spdk_blob **. The function signature of spdk_bs_iter_next() has changed. It now takes a struct spdk_blob * argument rather than struct spdk_blob **. +Thin provisioning support has been added to the blobstore. It can be enabled by setting the +`thin_provision` flag in struct spdk_blob_opts when calling spdk_bs_create_blob_ext(). + ### NBD device The NBD application (test/lib/bdev/nbd) has been removed; Same functionality can now be @@ -230,6 +233,10 @@ The driver is capable of creating block devices on top of LUNs exposed by anothe See the [Virtio SCSI](http://www.spdk.io/doc/virtio.html) documentation and [Getting Started](http://www.spdk.io/doc/bdev.html#bdev_config_virtio_scsi) guide for more information. +### Vhost target + +The vhost target application now supports live migration between QEMU instances. + ## v17.07: Build system improvements, userspace vhost-blk target, and GPT bdev