]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tests: make sure nvmetcli and nvme-cli are up to date 58290/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 26 Jun 2024 10:35:43 +0000 (10:35 +0000)
committerGuillaume Abrioux <gabrioux@ibm.com>
Thu, 27 Jun 2024 13:43:26 +0000 (15:43 +0200)
commitd707c41eacb513bdcb9fec17c823bfbfdc182700
tree327da8b7bd597617fb71a54b607587c72a44640c
parent6fc28857ad572d05bfdf6f9549d921642b4c8698
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>
qa/distros/container-hosts/centos_9.stream.yaml
qa/distros/container-hosts/centos_9.stream_runc.yaml
qa/tasks/nvme_loop.py