From 456d60a744f4709500f547a114442d6f6eb77559 Mon Sep 17 00:00:00 2001 From: Tomasz Zawadzki Date: Thu, 31 Oct 2019 15:35:46 -0400 Subject: [PATCH] changelog: add RPC rename entry Added info on new names of RPC. Moved rest of the RPC section to the top to acompany it. Change-Id: I3ee265ab2f163d0bf01b74ca87d4510835041c3a Signed-off-by: Tomasz Zawadzki Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/472991 Tested-by: SPDK CI Jenkins Reviewed-by: Jim Harris Reviewed-by: Shuhei Matsumoto --- CHANGELOG.md | 39 +++++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa3e88f4b..0912e64e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,27 @@ optimization for aarch64. ## v19.10: +### rpc + +Many of SPDK's RPCs were renamed to be more consistent and intuitive in this release. +The old names will continue to function, but will display a deprecation warning. + +Added optional parameters '--arbitration-burst' and '--low/medium/high-priority-weight' to +'bdev_nvme_set_options' RPC method. + +Added optional parameter '--md-size' to 'construct_null_bdev' RPC method. + +Added optional parameters '--dif-type' and '--dif-is-head-of-md' to 'construct_null_bdev' +RPC method. + +Added `blobfs_detect` RPC method to detect whether a blobfs exists on given bdev. + +Added `blobfs_create` RPC method to build blobfs on given bdev. + +Added `blobfs_mount` RPC method to mount blobfs on given bdev to a host path by FUSE. +Then on the host path, user can directly do some file operations which will be mapped +to blobfs. + ### bdev Added new parameter `cdw0` to `spdk_bdev_io_complete_nvme_status()` and @@ -214,24 +235,6 @@ New cache modes added to use via RPC, wi - write invalidate and wa - write aroun New version of OCF provides fully asynchronous management API. -### rpc - -Added optional parameters '--arbitration-burst' and '--low/medium/high-priority-weight' to -'bdev_nvme_set_options' RPC method. - -Added optional parameter '--md-size' to 'construct_null_bdev' RPC method. - -Added optional parameters '--dif-type' and '--dif-is-head-of-md' to 'construct_null_bdev' -RPC method. - -Added `blobfs_detect` RPC method to detect whether a blobfs exists on given bdev. - -Added `blobfs_create` RPC method to build blobfs on given bdev. - -Added `blobfs_mount` RPC method to mount blobfs on given bdev to a host path by FUSE. -Then on the host path, user can directly do some file operations which will be mapped -to blobfs. - ## v19.07: ### ftl