From ee3213da3e4879bb3ccb46a0f3d5edf495531467 Mon Sep 17 00:00:00 2001 From: Maciej Szwed Date: Tue, 24 Apr 2018 13:11:04 +0200 Subject: [PATCH] doc: changelog update Signed-off-by: Maciej Szwed Change-Id: Ia2d0c596725c5df239f0e01ac9f10e5b65b02764 Reviewed-on: https://review.gerrithub.io/408825 Reviewed-by: Daniel Verkamp Tested-by: SPDK Automated Test System Reviewed-by: John Kariuki Reviewed-by: Dariusz Stojaczyk Reviewed-by: Tomasz Zawadzki Reviewed-by: Karol Latecki Reviewed-by: Jim Harris --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f6840b7f..76ce4616e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,11 @@ Users should switch to the `-r` command-line parameter instead. The JSON-RPC server implementation now allows up to 32 megabyte responses, growing as needed; previously, the response was limited to 32 kilobytes. +### SPDKCLI + +EXPERIMENTAL: New SPDKCLI interactive command tool for managing SPDK is available. +See the [SPDKCLI](http://www.spdk.io/doc/spdkcli.html) documentation for more details. + ### NVMe Driver EXPERIMENTAL: Adds support for WDS and RDS capable CMBs in NVMe controllers. This support is @@ -72,6 +77,13 @@ required to sync the updated metadata to disk. A new `destroy_lvol_bdev` RPC method to delete logical volumes has been added. +Lvols now have their own UUIDs which replace previous LvolStoreUUID_BlobID combination. + +New Snapshot and Clone funtionalities have been added. User may create Snapshots of existing Lvols +and Clones of existing Snapshots. +See the [lvol snapshots](http://www.spdk.io/doc/logical_volumes.html#lvol_snapshots) documentation +for more details. + ### Lib A set of changes were made in the SPDK's lib code altering,