doc/jsonrpc: Add transport_tos for bdev_nvme_set_options RPC
Recently the transport_tos option was added but doc/jsonrpc was not updated. Signed-off-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Change-Id: I27d98767cfe5fa0a8cf66738f1037aa14eccf589 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16170 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com>
This commit is contained in:
parent
e33ae4a6d5
commit
075b0d1736
@ -3429,6 +3429,7 @@ reconnect_delay_sec | Optional | number | Time to delay a reconnect
|
||||
fast_io_fail_timeout_sec | Optional | number | Time to wait until ctrlr is reconnected before failing I/O to ctrlr. 0 means no such timeout.
|
||||
disable_auto_failback | Optional | boolean | Disable automatic failback. The RPC bdev_nvme_set_preferred_path can be used to do manual failback.
|
||||
generate_uuids | Optional | boolean | Enable generation of UUIDs for NVMe bdevs that do not provide this value themselves.
|
||||
transport_tos | Optional | number | IPv4 Type of Service value. Only applicable for RDMA transport. Default: 0 (no TOS is applied).
|
||||
nvme_error_stat | Optional | boolean | Enable collecting NVMe error counts.
|
||||
|
||||
#### Example
|
||||
|
Loading…
Reference in New Issue
Block a user