From 1d973c1e900d87824298ec82e8e08a1775dca7b1 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Mon, 10 Dec 2018 18:35:45 +0800 Subject: [PATCH] qa: downgrade librados2,librbd1 for thrash-old-clients tests librados2 and librbd1 are installed as a dependency of qemu-kvm. qemu-kvm is installed by ceph-cm-ansible, see [1]. in thrash-old-clients, jewel packages are installed, but yum does not allow downgrade unless it's required explicitly. in this change, we downgrade librbd1 and librados2 to address this issue. currently, the ceph packages shipped by CentOS/RHEL 7 are still an old version of jewel. so this issue only kicks in when we try to install hammer. this change should address failures like Command failed on smithi136 with status 1: '\n sudo yum -y install rbd-fuse\n ' found in rados/thrash-old-clients tests. --- [1] https://github.com/ceph/ceph-cm-ansible/commit/3db1cbdc226ecdea532bcc7cd6e710b5ad2bb0d6#diff-f2b05d775fedff6c5c6689f564b32f1c Fixes: http://tracker.ceph.com/issues/37618 Signed-off-by: Kefu Chai --- qa/suites/rados/thrash-old-clients/1-install/hammer.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/suites/rados/thrash-old-clients/1-install/hammer.yaml b/qa/suites/rados/thrash-old-clients/1-install/hammer.yaml index e07591617dde9..bfa122b138d17 100644 --- a/qa/suites/rados/thrash-old-clients/1-install/hammer.yaml +++ b/qa/suites/rados/thrash-old-clients/1-install/hammer.yaml @@ -9,6 +9,7 @@ overrides: tasks: - install: branch: hammer + downgrade_packages: ['librbd1', 'librados2'] exclude_packages: ['ceph-mgr','libcephfs2','libcephfs-devel','libcephfs-dev', 'librados3', 'libradospp-devel'] extra_packages: ['librados2'] - install.upgrade: -- 2.39.5