numam-spdk/test/iscsi_tgt/calsoft/iscsi.json
Jim Harris 027a8e4b54 test/iscsi: remove reference to auth.conf in calsoft json
Also remove the discovery auth group from the json file,
and use RPC to set it instead.

Signed-off-by: Jim Harris <james.r.harris@intel.com>
Change-Id: I597b60a7c7e4de9d7e1719b0145ab2b11c6f26b0

Reviewed-on: https://review.gerrithub.io/434265
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
2018-11-21 20:09:07 +00:00

16 lines
281 B
JSON

{
"subsystem": "iscsi",
"config": [
{
"params": {
"allow_duplicated_isid": true,
"nop_timeout": 30,
"nop_in_interval": 10,
"max_sessions": 256,
"error_recovery_level": 2
},
"method": "set_iscsi_options"
}
]
}