From f68211cd4b620cfde7744ae0b9ec421dc2d44167 Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Tue, 30 Jan 2018 14:22:20 -0700 Subject: [PATCH] changelog: add thin provisioning and live migration Change-Id: I939a6f492f4a97994052479b515b63075ff38e0b Signed-off-by: Daniel Verkamp Reviewed-on: https://review.gerrithub.io/397272 Reviewed-by: Jim Harris Reviewed-by: Dariusz Stojaczyk Reviewed-by: Ben Walker Tested-by: SPDK Automated Test System --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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