doc/nvmf: Fix the section "Using RPCs" not to use deprecated --max-qpairs-per-ctrlr

The section "Using RPCs" uses the parameter --max-qpairs-per-ctrlr
but it has been deprecated.

Use max_io_qpairs_per_ctrlr instead.

Signed-off-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Change-Id: Iee0646656e5201e0c7b2ee220ea93b674e07fce1
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4057
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Community-CI: Broadcom CI
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
Shuhei Matsumoto 2020-09-04 11:11:57 +09:00 committed by Jim Harris
parent 4aa0bb676b
commit 102ab66926

View File

@ -158,8 +158,8 @@ and an in capsule data size of 0 bytes. The TCP transport is configured with an
~~~{.sh} ~~~{.sh}
build/bin/nvmf_tgt build/bin/nvmf_tgt
scripts/rpc.py nvmf_create_transport -t RDMA -u 8192 -p 4 -c 0 scripts/rpc.py nvmf_create_transport -t RDMA -u 8192 -m 4 -c 0
scripts/rpc.py nvmf_create_transport -t TCP -u 16384 -p 8 -c 8192 scripts/rpc.py nvmf_create_transport -t TCP -u 16384 -m 8 -c 8192
~~~ ~~~
Below is an example of creating a malloc bdev and assigning it to a subsystem. Adjust the bdevs, Below is an example of creating a malloc bdev and assigning it to a subsystem. Adjust the bdevs,