Commit Graph

15 Commits

Author SHA1 Message Date
Adam King
4e5f269c01 qa/distros: reinstall nvme-cli on centos 9 nodes
To work around a potential linking issue between
nvme-cli ad libnvme that prevents nvme-cli from
correctly generating a hostnqn, causing

nvme_fabrics: found same hostid edb4e426-766f-44c6-b127-da2a5b7446ef but different hostnqn hostnqn

messages in dmesg and the inability to setup nvme
loop devices

Fixes: https://tracker.ceph.com/issues/67684

Signed-off-by: Adam King <adking@redhat.com>
2024-08-22 15:30:44 -04:00
Venky Shankar
0b52d0f815 qa: ignore container checkpoint/restore related selinux denials for centos9
Fixes: http://tracker.ceph.com/issues/66640
Signed-off-by: Venky Shankar <vshankar@redhat.com>
2024-07-01 14:52:19 +05:30
Guillaume Abrioux
d707c41eac 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>
2024-06-27 15:43:26 +02:00
Venky Shankar
71c9fe55d6 qa: use allowlist instead of whitelist for selinux denials
https://github.com/ceph/teuthology/pull/1757 introduced this change,
however, qa/distros continued to use `whitelist' keyword.

Signed-off-by: Venky Shankar <vshankar@redhat.com>
2024-03-06 14:58:31 +05:30
Adam King
c8873c6591 qa: remove container hosts install from centos 9 distros
We needed the container-hosts version of podman on centos 8,
but there's no need to keep using it in centos 9

Additionally, changes from crun variants to runc variants since
crun is now the default container runtime on centos 9

Signed-off-by: Adam King <adking@redhat.com>
2024-01-18 10:56:39 -05:00
Casey Bodley
12254d8f54 qa/distros: bump container-hosts from ubuntu 20 to 22
Signed-off-by: Casey Bodley <cbodley@redhat.com>
2024-01-18 10:56:39 -05:00
Casey Bodley
7193f76a15 qa/distos: remove rhel from podman and container-hosts
Signed-off-by: Casey Bodley <cbodley@redhat.com>
2024-01-18 10:56:38 -05:00
Casey Bodley
bac9e74abf qa/distros: bump container-hosts from centos 8 to 9
Signed-off-by: Casey Bodley <cbodley@redhat.com>
2024-01-18 10:56:38 -05:00
Adam King
3011d95498 qa/distros: pass --allowerasing --nobest when installing container-tools
One of the tests in the orch suite is running distro install
commands from multiple distros, causing it to first install
container-tools 3.0 and then later install container-tools,
which fails, causing the test to fail. This is sort of a bandaid
fix to getthe test to work. It will cause whatever the last
version of the package to be installed to end up being installed
(and will do so without error) which is what we want in the tests.

Fixes: https://tracker.ceph.com/issues/57771

Signed-off-by: Adam King <adking@redhat.com>
2023-02-28 13:23:30 -05:00
David Galloway
b8c4488c55 qa: Default to RHEL8.6 instead of 8.5
Signed-off-by: David Galloway <dgallowa@redhat.com>
2022-06-15 14:13:35 -04:00
David Galloway
fcd512b50b qa: Latest RHEL8 -> RHEL8.5
Signed-off-by: David Galloway <dgallowa@redhat.com>
2022-04-01 15:00:01 -04:00
Neha Ojha
77b0791760 qa/distros/container-hosts: remove centos_8.2 and centos_8.3
Related to https://tracker.ceph.com/issues/54087

Signed-off-by: Neha Ojha <nojha@redhat.com>
2022-02-02 20:03:33 +00:00
Guillaume Abrioux
5c0f0698a5 qa/cephadm: install hwe kernel only for focal
Let's install hwe kernel only on Ubuntu focal, otherwise we only shift the
problem on Ubuntu bionic given that the hwe kernel for bionic is 5.4.

Fixes: https://tracker.ceph.com/issues/53863

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2022-01-18 10:36:24 +01:00
Sage Weil
f28f32dbc0 qa/distros/container-hosts: add 8.stream + crun
Signed-off-by: Sage Weil <sage@newdream.net>
2021-11-16 09:58:32 -06:00
Sage Weil
ec6a502cdb qa/distros/container-hosts: add collection of container targets
Signed-off-by: Sage Weil <sage@newdream.net>
2021-11-16 09:58:23 -06:00