]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tests: make sure nvmetcli and nvme-cli are up to date 58341/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 26 Jun 2024 10:35:43 +0000 (10:35 +0000)
committerGuillaume Abrioux <gabrioux@redhat.com>
Fri, 28 Jun 2024 12:24:25 +0000 (12:24 +0000)
commit440243b04dd8d6ab9265f8be80587026fe16aacb
tree334267ffc47cbadd5be546f45e43348ba6eaa31e
parent48db58014882d3d474e0520282f406f3a4092250
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