CHANGELOG: updated for v19.01.1

Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Change-Id: I5e9f021370d2b46b0da0199b1915f593842c37e8
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/447679
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
Tomasz Zawadzki 2019-03-11 08:55:56 -04:00 committed by Darek Stojaczyk
parent 05b978da0c
commit c58f0e9117

View File

@ -7,6 +7,33 @@
Added option to change method for erasing data region on lvol store creation.
Default of unmapping can now be changed to writing zeroes or no operation.
### autotest
Introduce SPDK_RUN_FUNCTIONAL_TEST variable enabled by default, that can be
manually disabled on systems where e.g. only unit tests are run.
### FTL
Add detection for OpenChannel devices, so that NVMe tests and FTL bdev tests
are run on appropriate devices.
### QoS
Enabled rate limit when opening the bdev, as there were some cases where
previously closed bdev would have QoS disabled.
### GitHub issues
#523: (fio_plugin) Fixed hang on pthread_exit(NULL).
#633: (crypto bdev) Fixed memory leak in driver init path.
#602: (nvme bdev) Will not attach user deleted controllers automatically.
#676: (nvme_bdev) Added SHST_COMPLETE quirk for VMWare emulated SSDs.
#638: (nvmf) Fixed the lvol creation failure issue for NVMe-oF TCP.
#699: (nvmf) Updated default number of shared buffers for RDMA.
#673: (vhost) Will use mmap_size to check for 2MB hugepage multiple.
#663: (building) Fixed duplicated clean target in shared_lib/Makefile
#593: (spdkcli) Will exit with 1 when rpc throws JSONRPCException.
## v19.01:
### ocf bdev