fio.sh still uses conf file because hot remove is not yet imlemented in rpc calls Change-Id: If9066e6b24e1e3d381876909fb9e00000a302e02 Signed-off-by: Pawel Niedzwiecki <pawelx.niedzwiecki@intel.com> Reviewed-on: https://review.gerrithub.io/419125 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com>
18 lines
365 B
JSON
18 lines
365 B
JSON
{
|
|
"subsystem": "iscsi",
|
|
"config": [
|
|
{
|
|
"params": {
|
|
"allow_duplicated_isid": true,
|
|
"nop_timeout": 30,
|
|
"nop_in_interval": 10,
|
|
"discovery_auth_group": 1,
|
|
"max_sessions": 256,
|
|
"error_recovery_level": 2,
|
|
"auth_file": "/usr/local/etc/auth.conf"
|
|
},
|
|
"method": "set_iscsi_options"
|
|
}
|
|
]
|
|
}
|