Commit ffa1a21e authored by Pierre Lestringant's avatar Pierre Lestringant Committed by Konrad Sztyber
Browse files

doc/jsonrpc: fix type of fabrics_connect_timeout_us in bdev_nvme_attach_controller



Change-Id: Icab0797f7519c61f4c47afaef530928a71bc7a46
Signed-off-by: default avatarPierre Lestringant <plestringant@kalray.eu>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24684


Reviewed-by: default avatarShuhei Matsumoto <smatsumoto@nvidia.com>
Reviewed-by: default avatarJim Harris <jim.harris@samsung.com>
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
parent afdd4d2e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4146,7 +4146,7 @@ prchk_reftag | Optional | bool | Enable checking of PI refe
prchk_guard                | Optional | bool        | Enable checking of PI guard for I/O processing
hdgst                      | Optional | bool        | Enable TCP header digest
ddgst                      | Optional | bool        | Enable TCP data digest
fabrics_connect_timeout_us | Optional | bool        | Timeout for fabrics connect (in microseconds)
fabrics_connect_timeout_us | Optional | number      | Timeout for fabrics connect (in microseconds)
multipath                  | Optional | string      | Multipathing behavior: disable, failover, multipath. Default is failover.
num_io_queues              | Optional | number      | The number of IO queues to request during initialization. Range: (0, UINT16_MAX + 1], Default is 1024.
ctrlr_loss_timeout_sec     | Optional | number      | Time to wait until ctrlr is reconnected before deleting ctrlr.  -1 means infinite reconnects. 0 means no reconnect.