doc: changelog update
Signed-off-by: Maciej Szwed <maciej.szwed@intel.com> Change-Id: Ia2d0c596725c5df239f0e01ac9f10e5b65b02764 Reviewed-on: https://review.gerrithub.io/408825 Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com> Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: John Kariuki <John.K.Kariuki@intel.com> Reviewed-by: Dariusz Stojaczyk <dariuszx.stojaczyk@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Karol Latecki <karol.latecki@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
parent
addd386d81
commit
ee3213da3e
12
CHANGELOG.md
12
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,
|
||||
|
Loading…
Reference in New Issue
Block a user