From 6cc150023f1dc2450bbf83ebdba8360c5693645c Mon Sep 17 00:00:00 2001 From: Vasu Kulkarni Date: Mon, 7 Aug 2017 12:19:41 -0700 Subject: [PATCH] Add kernel tar/untar and systemd task Signed-off-by: Vasu Kulkarni (cherry picked from commit 526d4aef1cb73ffa6f73e1353dc06eed6cccb9f9) --- .../jewel-x/ceph-deploy/jewel-luminous.yaml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/qa/suites/upgrade/jewel-x/ceph-deploy/jewel-luminous.yaml b/qa/suites/upgrade/jewel-x/ceph-deploy/jewel-luminous.yaml index 152b87a81d685..09ad644b6c905 100644 --- a/qa/suites/upgrade/jewel-x/ceph-deploy/jewel-luminous.yaml +++ b/qa/suites/upgrade/jewel-x/ceph-deploy/jewel-luminous.yaml @@ -3,7 +3,8 @@ meta: Setup 4 node ceph cluster using ceph-deploy, use latest stable jewel as initial release, upgrade to luminous and also setup mgr nodes along after upgrade, check for - cluster to reach healthy state, This test will detect any + cluster to reach healthy state, After upgrade run kernel tar/untar + task and systemd task. This test will detect any ceph upgrade issue and systemd issues. overrides: ceph-deploy: @@ -15,6 +16,8 @@ overrides: osd pool default size: 2 osd objectstore: filestore osd sloppy crc: true + client: + rbd default features: 5 roles: - - mon.a - mds.a @@ -47,4 +50,12 @@ tasks: - mon.a - mon.b - mon.c - - osd.6 +- workunit: + clients: + all: + - kernel_untar_build.sh +- systemd: +- workunit: + clients: + all: + - rados/load-gen-mix.sh -- 2.39.5