use nvme args compatible with current container image
Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
This commit is contained in:
parent
afba7d8527
commit
263a72635a
|
|
@ -69,7 +69,7 @@ class NVMEoF {
|
||||||
transport_args.push("--trsvcid", transport.service);
|
transport_args.push("--trsvcid", transport.service);
|
||||||
}
|
}
|
||||||
|
|
||||||
args.unshift("connect", "-o", "json", "--nqn", nqn, ...transport_args);
|
args.unshift("connect", "--nqn", nqn, ...transport_args);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
await nvmeof.exec(nvmeof.options.paths.nvme, args);
|
await nvmeof.exec(nvmeof.options.paths.nvme, args);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue