summaryrefslogtreecommitdiffstats
path: root/src/spdk/test/iscsi_tgt/calsoft/iscsi.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/spdk/test/iscsi_tgt/calsoft/iscsi.json')
-rw-r--r--src/spdk/test/iscsi_tgt/calsoft/iscsi.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/spdk/test/iscsi_tgt/calsoft/iscsi.json b/src/spdk/test/iscsi_tgt/calsoft/iscsi.json
new file mode 100644
index 000000000..64b4a9595
--- /dev/null
+++ b/src/spdk/test/iscsi_tgt/calsoft/iscsi.json
@@ -0,0 +1,15 @@
+{
+ "subsystem": "iscsi",
+ "config": [
+ {
+ "params": {
+ "allow_duplicated_isid": true,
+ "nop_timeout": 30,
+ "nop_in_interval": 10,
+ "max_sessions": 256,
+ "error_recovery_level": 2
+ },
+ "method": "iscsi_set_options"
+ }
+ ]
+}