Commit 7e1a85af authored by Shuhei Matsumoto's avatar Shuhei Matsumoto Committed by Tomasz Zawadzki
Browse files

CHANGELOG: Move bdev_examine_bdev from bdev section to RPC section



bdev_examine_bdev is not a public SPDK API but a JSON RPC method.
Hence move the description from the bdev section to the RPC section.
Additionally, clarify auto_examine is disabled by setting bdev_auto_examine
of the RPC bdev_set_options to false.

Signed-off-by: default avatarShuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Change-Id: I6de7db9769a20ad8435292a6fb302f102ef5d68d
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4646


Community-CI: Mellanox Build Bot
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
Reviewed-by: default avatarAleksey Marchuk <alexeymar@mellanox.com>
parent bba9e8db
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -2,11 +2,6 @@

## v20.10: (Upcoming Release)

### bdev

A new API was added `bdev_examine_bdev` that allows users to examine a
bdev explicitly. It can be used only if auto_examine is disabled.

### dpdk

Updated DPDK submodule to DPDK 20.08.
@@ -45,6 +40,9 @@ not enabled.
A new optional parameter `enable_placement_id` was added to the `sock_impl_set_options`
RPC.

A new RPC `bdev_examine_bdev` was added to allow users to examine a bdev explicitly.
It can be used only if bdev_auto_examine is set to false by the RPC `bdev_set_options`.

### Miscellaneous

The contents of the log_rpc library have been moved to the event library. The log_rpc
@@ -57,6 +55,7 @@ The contents of the bdev_rpc library have been moved to the bdev library. The ap
library now no longer exists.

### scsi

Two new APIs have been added `spdk_scsi_dev_construct_ext` and
`spdk_scsi_dev_add_lun_ext` that allow the upper layer(e.g. vhost-scsi) to
receive the notification when the scsi bdev has been resized.