scripts/perf: fix json param names
Fixed parameter names in the sample json config file. Change-Id: I4e221b17c533c0957a325e24043a627b5acb6220 Signed-off-by: John Kariuki <John.K.Kariuki@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/7688 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>
This commit is contained in:
parent
a922a2e24a
commit
b69796f777
@ -9,13 +9,13 @@
|
|||||||
"mode": "spdk",
|
"mode": "spdk",
|
||||||
"null_block_devices": 0,
|
"null_block_devices": 0,
|
||||||
"nvmet_dir": "/path/to/nvmetcli",
|
"nvmet_dir": "/path/to/nvmetcli",
|
||||||
"num_cores": "[1]",
|
"core_mask": "[1]",
|
||||||
"num_shared_buffers": 4096
|
"num_shared_buffers": 4096
|
||||||
},
|
},
|
||||||
"initiator1": {
|
"initiator1": {
|
||||||
"ip": "10.0.0.1",
|
"ip": "10.0.0.1",
|
||||||
"nic_ips": ["192.0.1.2"],
|
"nic_ips": ["192.0.1.2"],
|
||||||
"remote_nic_ips": ["192.0.1.1"],
|
"target_nic_ips": ["192.0.1.1"],
|
||||||
"mode": "spdk",
|
"mode": "spdk",
|
||||||
"fio_bin": "/path/to/fio/bin",
|
"fio_bin": "/path/to/fio/bin",
|
||||||
"nvmecli_bin": "/path/to/nvmecli/bin",
|
"nvmecli_bin": "/path/to/nvmecli/bin",
|
||||||
@ -24,7 +24,7 @@
|
|||||||
"initiator2": {
|
"initiator2": {
|
||||||
"ip": "10.0.0.2",
|
"ip": "10.0.0.2",
|
||||||
"nic_ips": ["192.0.2.2"],
|
"nic_ips": ["192.0.2.2"],
|
||||||
"remote_nic_ips": ["192.0.2.1"],
|
"target_nic_ips": ["192.0.2.1"],
|
||||||
"mode": "spdk"
|
"mode": "spdk"
|
||||||
},
|
},
|
||||||
"fio": {
|
"fio": {
|
||||||
|
Loading…
Reference in New Issue
Block a user