proper flow control between iscsi and nvmeof
Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
This commit is contained in:
parent
7ed64c22cc
commit
524dd85c3d
|
|
@ -2457,9 +2457,7 @@ class CsiBaseDriver {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
} else if (await filesystem.deviceIsNVMEoF(block_device_info_i.path)) {
|
||||||
|
|
||||||
if (await filesystem.deviceIsNVMEoF(block_device_info_i.path)) {
|
|
||||||
let nqn = await nvmeof.nqnByNamespaceDeviceName(
|
let nqn = await nvmeof.nqnByNamespaceDeviceName(
|
||||||
block_device_info_i.name
|
block_device_info_i.name
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue