nvmeof connector: get ready for nvme-cli 2.0
Bug #1961222 reported by
Brian Rosmaita
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
os-brick |
In Progress
|
Medium
|
Gorka Eguileor |
Bug Description
The nvmeof connector makes calls out to nvme-cli, for example, in create_hostnqn() in os_brick/
A commit into nvme-cli that changes the exit code to always be either 0 or 1 [0] is in v2.0-rc2, so we can no longer rely on the error_code. Instead, we'll probably have to parse the error message (which, by the way, is sent to stdout; the output sent to stderr is useless).
[0] https:/
Changed in os-brick: | |
status: | New → Triaged |
importance: | Undecided → High |
importance: | High → Medium |
To post a comment you must log in.
Partially resolved by: https:/ /review. opendev. org/c/openstack /os-brick/ +/823654