From 0ec838099064db9e5bbe31f9573445689339c4aa Mon Sep 17 00:00:00 2001 From: Neha Ojha Date: Thu, 28 Oct 2021 22:26:34 +0000 Subject: [PATCH] qa/suites/upgrade/octopus-x: exclude ceph-volume To fix failure like Failure Reason: Command failed on smithi085 with status 1: 'sudo yum -y install ceph-volume' Signed-off-by: Neha Ojha --- qa/suites/upgrade/octopus-x/parallel/1-tasks.yaml | 2 ++ qa/suites/upgrade/octopus-x/stress-split/1-start.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/qa/suites/upgrade/octopus-x/parallel/1-tasks.yaml b/qa/suites/upgrade/octopus-x/parallel/1-tasks.yaml index fbe632b6f3fcd..0be7a0b7b0c05 100644 --- a/qa/suites/upgrade/octopus-x/parallel/1-tasks.yaml +++ b/qa/suites/upgrade/octopus-x/parallel/1-tasks.yaml @@ -1,6 +1,8 @@ tasks: - install: branch: octopus + exclude_packages: + - ceph-volume - print: "**** done install task..." - print: "**** done start installing octopus cephadm ..." - cephadm: diff --git a/qa/suites/upgrade/octopus-x/stress-split/1-start.yaml b/qa/suites/upgrade/octopus-x/stress-split/1-start.yaml index 8e86449f567df..211a369f35205 100644 --- a/qa/suites/upgrade/octopus-x/stress-split/1-start.yaml +++ b/qa/suites/upgrade/octopus-x/stress-split/1-start.yaml @@ -1,6 +1,8 @@ tasks: - install: branch: octopus + exclude_packages: + - ceph-volume - cephadm: image: docker.io/ceph/daemon-base:latest-octopus -- 2.39.5