File: fix-generate-hostnqn-in-case-old-nvmecli.yaml

package info (click to toggle)
python-os-brick 6.11.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,220 kB
  • sloc: python: 20,429; sh: 92; makefile: 23
file content (8 lines) | stat: -rw-r--r-- 355 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
---
fixes:
  - |
    The nvmeof connector relies on nvme-cli to query the host-nqn.
    Versions of nvme-cli < 1.10 do not have the 'show-hostnqn' command,
    which could cause the connector to fail to generate the hostnqn.
    Fixed the connector to either get or generate the hostnqn with versions
    of nvme-cli<1.10 that do not have 'show-hostnqn'.