numam-spdk/doc
Konrad Sztyber c94ecfaedc lib/bdev: zoned info in get_bdevs RPC call
Zoned bdev properties were added to the result of the get_bdevs RPC
call:
 - zoned: indicates whether the device is zoned or a regular
   block device
 - zone_size: number of blocks in a single zone
 - max_open_zones: maximum number of open zones
 - optimal_open_zones: optimal number of open zones

The "zoned" field is a boolean and is always present, while the rest is
only available for zoned bdevs.

Change-Id: Ib82b39d4ab20543d0a754dbc4c0317885fb831d1
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/467144
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Mateusz Kozlowski <mateusz.kozlowski@intel.com>
Reviewed-by: Maciej Szwed <maciej.szwed@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
2019-10-02 21:13:16 +00:00
..
img
.gitignore
about.md
applications.md RPC: rename start_subsystem_init to framework_start_init 2019-09-30 21:13:41 +00:00
bdev_module.md
bdev_pg.md
bdev.md
blob.md
blobfs.md
compression.md
concepts.md
concurrency.md
Doxyfile
driver_modules.md
event.md
footer.html
ftl.md
gdb_macros.md
general.md
getting_started.md
header.html
index.md
intro.md
ioat.md
iscsi.md rpc: Rename delete_target_node to iscsi_delete_target_node 2019-10-01 14:00:30 +00:00
jsonrpc_proxy.md
jsonrpc.md lib/bdev: zoned info in get_bdevs RPC call 2019-10-02 21:13:16 +00:00
lvol.md
Makefile
memory.md
misc.md
notify.md RPC: rename get_notification_types to notify_get_types 2019-09-24 16:42:41 +00:00
nvme_spec.md
nvme-cli.md
nvme.md
nvmf_tgt_pg.md
nvmf_tracing.md
nvmf.md RPC: rename nvmf_subsystem_create to nvmf_create_subsystem 2019-09-24 16:42:41 +00:00
overview.md
peer_2_peer.md
performance_reports.md
porting.md
prog_guides.md
README.md
spdkcli.md
ssd_internals.md
stylesheet.css
system_configuration.md
template_pg.md
tools.md
two.min.js
user_guides.md
userspace.md
vagrant.md
vhost_processing.md
vhost.md
virtio.md
vpp_integration.md

SPDK Documentation

The current version of the SPDK documentation can be found online at http://www.spdk.io/doc/

Building the Documentation

To convert the documentation into HTML run make in the doc directory. The output will be located in doc/output/html. Before running make ensure all pre-requisites are installed. See Installing Prerequisites for more details.