From ad8096e0a0493795a57c44493581feb98b014cdd Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 18 May 2021 13:37:32 -0500 Subject: [PATCH] qa/suites/orch/rook: disable centos for now We are hitting an selinux denial: type=AVC msg=audit(1621353663.595:6016): avc: denied { write } for pid=28812 comm="cephcsi" name="pids.max" dev="cgroup" ino=2933 scontext=system_u:system_r:container_t:s0:c43,c177 tcontext=system_u:object_r:cgroup_t:s0 tclass=file permissive=1 Signed-off-by: Sage Weil --- qa/suites/orch/rook/smoke/0-distro/centos_8.2_kubic_stable.yaml | 1 - qa/suites/orch/rook/smoke/0-distro/centos_latest.yaml | 1 - 2 files changed, 2 deletions(-) delete mode 120000 qa/suites/orch/rook/smoke/0-distro/centos_8.2_kubic_stable.yaml delete mode 120000 qa/suites/orch/rook/smoke/0-distro/centos_latest.yaml diff --git a/qa/suites/orch/rook/smoke/0-distro/centos_8.2_kubic_stable.yaml b/qa/suites/orch/rook/smoke/0-distro/centos_8.2_kubic_stable.yaml deleted file mode 120000 index 3afeed74d5099..0000000000000 --- a/qa/suites/orch/rook/smoke/0-distro/centos_8.2_kubic_stable.yaml +++ /dev/null @@ -1 +0,0 @@ -.qa/distros/podman/centos_8.2_kubic_stable.yaml \ No newline at end of file diff --git a/qa/suites/orch/rook/smoke/0-distro/centos_latest.yaml b/qa/suites/orch/rook/smoke/0-distro/centos_latest.yaml deleted file mode 120000 index bd9854e702982..0000000000000 --- a/qa/suites/orch/rook/smoke/0-distro/centos_latest.yaml +++ /dev/null @@ -1 +0,0 @@ -.qa/distros/supported/centos_latest.yaml \ No newline at end of file -- 2.47.3