scripts/perf: remove hardcoded NVMeOF initiator parameter
Removing hardcoded "-i 8" value for kernel NVMe-oF initiator parameter "nr-io-queues". This was previously merged by mistake and had to be removed manually in test runs. Change-Id: I454ad468863f93ac2ce93a1f0bd00f678ed4995c Signed-off-by: Karol Latecki <karol.latecki@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/477766 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: 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> Reviewed-by: Maciej Wawryk <maciejx.wawryk@intel.com> Reviewed-by: Pawel Kaminski <pawelx.kaminski@intel.com> Reviewed-by: Seth Howell <seth.howell@intel.com>
This commit is contained in:
parent
9dfe2a4bce
commit
f610df8d52
@ -581,7 +581,7 @@ class KernelInitiator(Initiator):
|
||||
self.log_print("Below connection attempts may result in error messages, this is expected!")
|
||||
for subsystem in subsystems:
|
||||
self.log_print("Trying to connect %s %s %s" % subsystem)
|
||||
self.remote_call("sudo %s connect -t %s -s %s -n %s -a %s -i 8" % (self.nvmecli_bin, self.transport, *subsystem))
|
||||
self.remote_call("sudo %s connect -t %s -s %s -n %s -a %s" % (self.nvmecli_bin, self.transport, *subsystem))
|
||||
time.sleep(2)
|
||||
|
||||
def kernel_init_disconnect(self, address_list, subsys_no):
|
||||
|
Loading…
Reference in New Issue
Block a user