summaryrefslogtreecommitdiffstats
path: root/src/spdk/test/iscsi_tgt/fio/iscsi.json
blob: d901fc78b0aff015748f9e0594df975469d2fa47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  "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
          }
        }
      ]
    }
  ]
}