From 41de7a4e1c44e197ec73e4f1889fd54cd7754eeb 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/+/472990 Reviewed-by: Shuhei Matsumoto Reviewed-by: Jim Harris Tested-by: SPDK CI Jenkins --- CHANGELOG.md | 39 +++++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 904cf1cb00..878347c227 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ ## v19.10: (Upcoming Release) +### 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 @@ -207,24 +228,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