]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
tests: make sure nvmetcli and nvme-cli are up to date
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 26 Jun 2024 10:35:43 +0000 (10:35 +0000)
committerCasey Bodley <cbodley@redhat.com>
Mon, 1 Jul 2024 15:57:14 +0000 (11:57 -0400)
commit1138d6b17075748e6a98b123ab40351919df473f
tree186062e74750cd9faf6e83eaa2288257e20a51c8
parente7e2617541852de55093e5689cde7db6b6ed9112
tests: make sure nvmetcli and nvme-cli are up to date

Otherwise jobs end up with the following failure:

```
2024-06-25T14:22:18.659 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to write to /dev/nvme-fabrics: Invalid argument
```

Also, the output of nvme list has changed so we have to update
qa/tasks/nvme_loop.py accordingly.

Fixes: https://tracker.ceph.com/issues/66707
Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
(cherry picked from commit d707c41eacb513bdcb9fec17c823bfbfdc182700)
qa/distros/container-hosts/centos_9.stream.yaml
qa/distros/container-hosts/centos_9.stream_runc.yaml
qa/tasks/nvme_loop.py