027a8e4b54
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>
16 lines
281 B
JSON
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"
|
|
}
|
|
]
|
|
}
|