a24d549038
This parameter may have the values "disable" or "failover". The default is failover to match existing behavior. In the future we expect to change the default behavior to disable. Further, we expect to add an "enable" option soon to do full multipath. Change-Id: Iebbdc9b95f23101f18d64e085933463498e627be Signed-off-by: Ben Walker <benjamin.walker@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/9343 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com> |
||
---|---|---|
.. | ||
img | ||
.gitignore | ||
about.md | ||
accel_fw.md | ||
applications.md | ||
bdev_module.md | ||
bdev_pg.md | ||
bdev.md | ||
bdevperf.md | ||
blob.md | ||
blobfs.md | ||
ci_tools.md | ||
compression.md | ||
concepts.md | ||
concurrency.md | ||
containers.md | ||
distributions.md | ||
Doxyfile | ||
driver_modules.md | ||
event.md | ||
footer.html | ||
ftl.md | ||
gdb_macros.md | ||
general.md | ||
getting_started.md | ||
header.html | ||
idxd.md | ||
index.md | ||
intro.md | ||
ioat.md | ||
iscsi.md | ||
jsonrpc_proxy.md | ||
jsonrpc.md | ||
libraries.md | ||
lvol.md | ||
Makefile | ||
memory.md | ||
misc.md | ||
notify.md | ||
nvme_spec.md | ||
nvme.md | ||
nvmf_tgt_pg.md | ||
nvmf_tracing.md | ||
nvmf.md | ||
overview.md | ||
peer_2_peer.md | ||
performance_reports.md | ||
pkgconfig.md | ||
porting.md | ||
prog_guides.md | ||
README.md | ||
rpm.md | ||
scheduler.md | ||
shfmt.md | ||
spdk_top.md | ||
spdkcli.md | ||
ssd_internals.md | ||
stylesheet.css | ||
system_configuration.md | ||
template_pg.md | ||
tools.md | ||
two.min.js | ||
usdt.md | ||
user_guides.md | ||
userspace.md | ||
vagrant.md | ||
vhost_processing.md | ||
vhost.md | ||
virtio.md | ||
vmd.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.