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:
parent
4aa0bb676b
commit
102ab66926
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user