Change-Id: I1ad954db0876e2720d7d0bb19bd259f267c2aa36 Signed-off-by: Pawel Kaminski <pawelx.kaminski@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/468091 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Paul Luse <paul.e.luse@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
33 lines
663 B
JSON
33 lines
663 B
JSON
{
|
|
"subsystems": [
|
|
{
|
|
"subsystem": "bdev",
|
|
"config": [
|
|
{
|
|
"params": {
|
|
"retry_count": 4,
|
|
"nvme_adminq_poll_period_us": 100000,
|
|
"nvme_ioq_poll_period_us": 0,
|
|
"action_on_timeout": "none"
|
|
},
|
|
"method": "bdev_nvme_set_options"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"subsystem": "iscsi",
|
|
"config": [
|
|
{
|
|
"method": "iscsi_set_options",
|
|
"params": {
|
|
"nop_timeout": 30,
|
|
"node_base": "iqn.2016-06.io.spdk",
|
|
"max_sessions": 16,
|
|
"error_recovery_level": 0
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|