From: Vasu Kulkarni Date: Mon, 7 Aug 2017 19:19:41 +0000 (-0700) Subject: Add kernel tar/untar and systemd task X-Git-Tag: v13.0.1~999^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=526d4aef1cb73ffa6f73e1353dc06eed6cccb9f9;p=ceph-ci.git Add kernel tar/untar and systemd task Signed-off-by: Vasu Kulkarni --- 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 152b87a81d6..09ad644b6c9 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