From: Sage Weil Date: Mon, 20 Feb 2017 19:38:49 +0000 (-0500) Subject: qa/suites/upgrade/jewel-x: fix upgrade order; fix split grouping X-Git-Tag: v12.0.1~147^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=269eafb2027ea6dfbad730f6fb1481a1cabc5e60;p=ceph.git qa/suites/upgrade/jewel-x: fix upgrade order; fix split grouping Signed-off-by: Sage Weil --- diff --git a/qa/suites/upgrade/jewel-x/stress-split-erasure-code/4-mon b/qa/suites/upgrade/jewel-x/stress-split-erasure-code/4-mon deleted file mode 120000 index 05f7c0db8b4b..000000000000 --- a/qa/suites/upgrade/jewel-x/stress-split-erasure-code/4-mon +++ /dev/null @@ -1 +0,0 @@ -../stress-split/4-mon/ \ No newline at end of file diff --git a/qa/suites/upgrade/jewel-x/stress-split-erasure-code/4-workload/ec-rados-default.yaml b/qa/suites/upgrade/jewel-x/stress-split-erasure-code/4-workload/ec-rados-default.yaml new file mode 100644 index 000000000000..eeffd92bd7db --- /dev/null +++ b/qa/suites/upgrade/jewel-x/stress-split-erasure-code/4-workload/ec-rados-default.yaml @@ -0,0 +1,22 @@ +meta: +- desc: | + randomized correctness test for rados operations on an erasure coded pool +tasks: + - rados: + clients: [client.0] + ops: 4000 + objects: 50 + ec_pool: true + write_append_excl: false + op_weights: + read: 100 + write: 0 + append: 100 + delete: 50 + snap_create: 50 + snap_remove: 50 + rollback: 50 + copy_from: 50 + setattr: 25 + rmattr: 25 + - print: "**** done rados ec task" diff --git a/qa/suites/upgrade/jewel-x/stress-split-erasure-code/5-finish-upgrade.yaml b/qa/suites/upgrade/jewel-x/stress-split-erasure-code/5-finish-upgrade.yaml new file mode 120000 index 000000000000..a66a7dc1852a --- /dev/null +++ b/qa/suites/upgrade/jewel-x/stress-split-erasure-code/5-finish-upgrade.yaml @@ -0,0 +1 @@ +../stress-split/5-finish-upgrade.yaml \ No newline at end of file diff --git a/qa/suites/upgrade/jewel-x/stress-split-erasure-code/5-workload/ec-rados-default.yaml b/qa/suites/upgrade/jewel-x/stress-split-erasure-code/5-workload/ec-rados-default.yaml deleted file mode 100644 index eeffd92bd7db..000000000000 --- a/qa/suites/upgrade/jewel-x/stress-split-erasure-code/5-workload/ec-rados-default.yaml +++ /dev/null @@ -1,22 +0,0 @@ -meta: -- desc: | - randomized correctness test for rados operations on an erasure coded pool -tasks: - - rados: - clients: [client.0] - ops: 4000 - objects: 50 - ec_pool: true - write_append_excl: false - op_weights: - read: 100 - write: 0 - append: 100 - delete: 50 - snap_create: 50 - snap_remove: 50 - rollback: 50 - copy_from: 50 - setattr: 25 - rmattr: 25 - - print: "**** done rados ec task" diff --git a/qa/suites/upgrade/jewel-x/stress-split-erasure-code/6-luminous.yaml b/qa/suites/upgrade/jewel-x/stress-split-erasure-code/6-luminous.yaml new file mode 120000 index 000000000000..2b99d5c36b9a --- /dev/null +++ b/qa/suites/upgrade/jewel-x/stress-split-erasure-code/6-luminous.yaml @@ -0,0 +1 @@ +../stress-split/6-luminous.yaml \ No newline at end of file diff --git a/qa/suites/upgrade/jewel-x/stress-split-erasure-code/6-next-mon b/qa/suites/upgrade/jewel-x/stress-split-erasure-code/6-next-mon deleted file mode 120000 index c1c26d6c655a..000000000000 --- a/qa/suites/upgrade/jewel-x/stress-split-erasure-code/6-next-mon +++ /dev/null @@ -1 +0,0 @@ -../stress-split/6-next-mon/ \ No newline at end of file diff --git a/qa/suites/upgrade/jewel-x/stress-split-erasure-code/7-final-workload/ec-rados-plugin=jerasure-k=3-m=1.yaml b/qa/suites/upgrade/jewel-x/stress-split-erasure-code/7-final-workload/ec-rados-plugin=jerasure-k=3-m=1.yaml new file mode 100644 index 000000000000..ab439d5216b1 --- /dev/null +++ b/qa/suites/upgrade/jewel-x/stress-split-erasure-code/7-final-workload/ec-rados-plugin=jerasure-k=3-m=1.yaml @@ -0,0 +1,35 @@ +# +# k=3 implies a stripe_width of 1376*3 = 4128 which is different from +# the default value of 4096 It is also not a multiple of 1024*1024 and +# creates situations where rounding rules during recovery becomes +# necessary. +# +meta: +- desc: | + randomized correctness test for rados operations on an erasure coded pool + using the jerasure plugin with k=3 and m=1 +tasks: +- rados: + clients: [client.0] + ops: 4000 + objects: 50 + ec_pool: true + write_append_excl: false + erasure_code_profile: + name: jerasure31profile + plugin: jerasure + k: 3 + m: 1 + technique: reed_sol_van + ruleset-failure-domain: osd + op_weights: + read: 100 + write: 0 + append: 100 + delete: 50 + snap_create: 50 + snap_remove: 50 + rollback: 50 + copy_from: 50 + setattr: 25 + rmattr: 25 diff --git a/qa/suites/upgrade/jewel-x/stress-split-erasure-code/8-next-mon b/qa/suites/upgrade/jewel-x/stress-split-erasure-code/8-next-mon deleted file mode 120000 index 6f626f98fa21..000000000000 --- a/qa/suites/upgrade/jewel-x/stress-split-erasure-code/8-next-mon +++ /dev/null @@ -1 +0,0 @@ -../stress-split/8-next-mon/ \ No newline at end of file diff --git a/qa/suites/upgrade/jewel-x/stress-split-erasure-code/9-workload/ec-rados-plugin=jerasure-k=3-m=1.yaml b/qa/suites/upgrade/jewel-x/stress-split-erasure-code/9-workload/ec-rados-plugin=jerasure-k=3-m=1.yaml deleted file mode 100644 index ab439d5216b1..000000000000 --- a/qa/suites/upgrade/jewel-x/stress-split-erasure-code/9-workload/ec-rados-plugin=jerasure-k=3-m=1.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# -# k=3 implies a stripe_width of 1376*3 = 4128 which is different from -# the default value of 4096 It is also not a multiple of 1024*1024 and -# creates situations where rounding rules during recovery becomes -# necessary. -# -meta: -- desc: | - randomized correctness test for rados operations on an erasure coded pool - using the jerasure plugin with k=3 and m=1 -tasks: -- rados: - clients: [client.0] - ops: 4000 - objects: 50 - ec_pool: true - write_append_excl: false - erasure_code_profile: - name: jerasure31profile - plugin: jerasure - k: 3 - m: 1 - technique: reed_sol_van - ruleset-failure-domain: osd - op_weights: - read: 100 - write: 0 - append: 100 - delete: 50 - snap_create: 50 - snap_remove: 50 - rollback: 50 - copy_from: 50 - setattr: 25 - rmattr: 25 diff --git a/qa/suites/upgrade/jewel-x/stress-split/0-cluster/start.yaml b/qa/suites/upgrade/jewel-x/stress-split/0-cluster/start.yaml index 40536ab40471..9aef0e718a6d 100644 --- a/qa/suites/upgrade/jewel-x/stress-split/0-cluster/start.yaml +++ b/qa/suites/upgrade/jewel-x/stress-split/0-cluster/start.yaml @@ -1,13 +1,10 @@ meta: - desc: | Run ceph on two nodes, - with a separate client-only node. + with a separate client-only node. Use xfs beneath the osds. overrides: ceph: - conf: - mon: - mon warn on legacy crush tunables: false fs: xfs roles: - - mon.a diff --git a/qa/suites/upgrade/jewel-x/stress-split/2-partial-upgrade/firsthalf.yaml b/qa/suites/upgrade/jewel-x/stress-split/2-partial-upgrade/firsthalf.yaml index ab5dcace9f72..442dcf105a79 100644 --- a/qa/suites/upgrade/jewel-x/stress-split/2-partial-upgrade/firsthalf.yaml +++ b/qa/suites/upgrade/jewel-x/stress-split/2-partial-upgrade/firsthalf.yaml @@ -2,11 +2,11 @@ meta: - desc: | install upgrade ceph/-x on one node only 1st half - restart : osd.0,1,2,3,4,5 + restart : osd.0,1,2 tasks: - install.upgrade: - osd.0: + osd.0: - print: "**** done install.upgrade osd.0" - ceph.restart: - daemons: [osd.0, osd.1, osd.2, osd.3, osd.4, osd.5] + daemons: [mon.a,mon.b,mon.c,osd.0, osd.1, osd.2] - print: "**** done ceph.restart 1st half" diff --git a/qa/suites/upgrade/jewel-x/stress-split/3-thrash/default.yaml b/qa/suites/upgrade/jewel-x/stress-split/3-thrash/default.yaml index a600a166a864..398803296872 100644 --- a/qa/suites/upgrade/jewel-x/stress-split/3-thrash/default.yaml +++ b/qa/suites/upgrade/jewel-x/stress-split/3-thrash/default.yaml @@ -9,6 +9,9 @@ overrides: - objects unfound and apparently lost - log bound mismatch tasks: +- parallel: + - stress-tasks +stress-tasks: - thrashosds: timeout: 1200 chance_pgnum_grow: 1 diff --git a/qa/suites/upgrade/jewel-x/stress-split/4-mon/mona.yaml b/qa/suites/upgrade/jewel-x/stress-split/4-mon/mona.yaml deleted file mode 100644 index e3c369dcae3c..000000000000 --- a/qa/suites/upgrade/jewel-x/stress-split/4-mon/mona.yaml +++ /dev/null @@ -1,9 +0,0 @@ -meta: -- desc: | - restart mon.a so it is upgraded to -x -tasks: -- ceph.restart: - daemons: [mon.a] - wait-for-healthy: false - wait-for-osds-up: true -- print: "**** done ceph.restart mon.a" diff --git a/qa/suites/upgrade/jewel-x/stress-split/4-workload/+ b/qa/suites/upgrade/jewel-x/stress-split/4-workload/+ new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/qa/suites/upgrade/jewel-x/stress-split/4-workload/radosbench.yaml b/qa/suites/upgrade/jewel-x/stress-split/4-workload/radosbench.yaml new file mode 100644 index 000000000000..626ae8ea6653 --- /dev/null +++ b/qa/suites/upgrade/jewel-x/stress-split/4-workload/radosbench.yaml @@ -0,0 +1,40 @@ +meta: +- desc: | + run randomized correctness test for rados operations + generate write load with rados bench +stress-tasks: +- full_sequential: + - radosbench: + clients: [client.0] + time: 150 + - radosbench: + clients: [client.0] + time: 150 + - radosbench: + clients: [client.0] + time: 150 + - radosbench: + clients: [client.0] + time: 150 + - radosbench: + clients: [client.0] + time: 150 + - radosbench: + clients: [client.0] + time: 150 + - radosbench: + clients: [client.0] + time: 150 + - radosbench: + clients: [client.0] + time: 150 + - radosbench: + clients: [client.0] + time: 150 + - radosbench: + clients: [client.0] + time: 150 + - radosbench: + clients: [client.0] + time: 150 +- print: "**** done radosbench 7-workload" diff --git a/qa/suites/upgrade/jewel-x/stress-split/4-workload/rbd-cls.yaml b/qa/suites/upgrade/jewel-x/stress-split/4-workload/rbd-cls.yaml new file mode 100644 index 000000000000..7f4b06be2a53 --- /dev/null +++ b/qa/suites/upgrade/jewel-x/stress-split/4-workload/rbd-cls.yaml @@ -0,0 +1,10 @@ +meta: +- desc: | + run basic cls tests for rbd +stress-tasks: +- workunit: + branch: kraken + clients: + client.0: + - cls/test_cls_rbd.sh +- print: "**** done cls/test_cls_rbd.sh 5-workload" diff --git a/qa/suites/upgrade/jewel-x/stress-split/4-workload/rbd-import-export.yaml b/qa/suites/upgrade/jewel-x/stress-split/4-workload/rbd-import-export.yaml new file mode 100644 index 000000000000..b8b6ad3bad33 --- /dev/null +++ b/qa/suites/upgrade/jewel-x/stress-split/4-workload/rbd-import-export.yaml @@ -0,0 +1,12 @@ +meta: +- desc: | + run basic import/export cli tests for rbd +stress-tasks: +- workunit: + branch: kraken + clients: + client.0: + - rbd/import_export.sh + env: + RBD_CREATE_ARGS: --new-format +- print: "**** done rbd/import_export.sh 5-workload" diff --git a/qa/suites/upgrade/jewel-x/stress-split/4-workload/rbd_api.yaml b/qa/suites/upgrade/jewel-x/stress-split/4-workload/rbd_api.yaml new file mode 100644 index 000000000000..a5ae1e53e74f --- /dev/null +++ b/qa/suites/upgrade/jewel-x/stress-split/4-workload/rbd_api.yaml @@ -0,0 +1,10 @@ +meta: +- desc: | + librbd C and C++ api tests +stress-tasks: +- workunit: + branch: kraken + clients: + client.0: + - rbd/test_librbd.sh +- print: "**** done rbd/test_librbd.sh 7-workload" diff --git a/qa/suites/upgrade/jewel-x/stress-split/4-workload/readwrite.yaml b/qa/suites/upgrade/jewel-x/stress-split/4-workload/readwrite.yaml new file mode 100644 index 000000000000..41e34d6d7d32 --- /dev/null +++ b/qa/suites/upgrade/jewel-x/stress-split/4-workload/readwrite.yaml @@ -0,0 +1,16 @@ +meta: +- desc: | + randomized correctness test for rados operations on a replicated pool, + using only reads, writes, and deletes +stress-tasks: +- full_sequential: + - rados: + clients: [client.0] + ops: 4000 + objects: 500 + write_append_excl: false + op_weights: + read: 45 + write: 45 + delete: 10 +- print: "**** done rados/readwrite 5-workload" diff --git a/qa/suites/upgrade/jewel-x/stress-split/4-workload/snaps-few-objects.yaml b/qa/suites/upgrade/jewel-x/stress-split/4-workload/snaps-few-objects.yaml new file mode 100644 index 000000000000..f56d0de0f745 --- /dev/null +++ b/qa/suites/upgrade/jewel-x/stress-split/4-workload/snaps-few-objects.yaml @@ -0,0 +1,18 @@ +meta: +- desc: | + randomized correctness test for rados operations on a replicated pool with snapshot operations +stress-tasks: +- full_sequential: + - rados: + clients: [client.0] + ops: 4000 + objects: 50 + write_append_excl: false + op_weights: + read: 100 + write: 100 + delete: 50 + snap_create: 50 + snap_remove: 50 + rollback: 50 +- print: "**** done rados/snaps-few-objects 5-workload" diff --git a/qa/suites/upgrade/jewel-x/stress-split/5-finish-upgrade.yaml b/qa/suites/upgrade/jewel-x/stress-split/5-finish-upgrade.yaml new file mode 100644 index 000000000000..9693b680d03a --- /dev/null +++ b/qa/suites/upgrade/jewel-x/stress-split/5-finish-upgrade.yaml @@ -0,0 +1,8 @@ +tasks: +- install.upgrade: + osd.3: +- ceph.restart: + daemons: [osd.3, osd.4, osd.5] + wait-for-healthy: false + wait-for-osds-up: true + diff --git a/qa/suites/upgrade/jewel-x/stress-split/5-workload/+ b/qa/suites/upgrade/jewel-x/stress-split/5-workload/+ deleted file mode 100644 index e69de29bb2d1..000000000000 diff --git a/qa/suites/upgrade/jewel-x/stress-split/5-workload/rbd-cls.yaml b/qa/suites/upgrade/jewel-x/stress-split/5-workload/rbd-cls.yaml deleted file mode 100644 index 84827e40c843..000000000000 --- a/qa/suites/upgrade/jewel-x/stress-split/5-workload/rbd-cls.yaml +++ /dev/null @@ -1,10 +0,0 @@ -meta: -- desc: | - run basic cls tests for rbd -tasks: -- workunit: - branch: jewel - clients: - client.0: - - cls/test_cls_rbd.sh -- print: "**** done cls/test_cls_rbd.sh 5-workload" diff --git a/qa/suites/upgrade/jewel-x/stress-split/5-workload/rbd-import-export.yaml b/qa/suites/upgrade/jewel-x/stress-split/5-workload/rbd-import-export.yaml deleted file mode 100644 index dd3d25f54efb..000000000000 --- a/qa/suites/upgrade/jewel-x/stress-split/5-workload/rbd-import-export.yaml +++ /dev/null @@ -1,12 +0,0 @@ -meta: -- desc: | - run basic import/export cli tests for rbd -tasks: -- workunit: - branch: jewel - clients: - client.0: - - rbd/import_export.sh - env: - RBD_CREATE_ARGS: --new-format -- print: "**** done rbd/import_export.sh 5-workload" diff --git a/qa/suites/upgrade/jewel-x/stress-split/5-workload/readwrite.yaml b/qa/suites/upgrade/jewel-x/stress-split/5-workload/readwrite.yaml deleted file mode 100644 index 1b161b4f27ed..000000000000 --- a/qa/suites/upgrade/jewel-x/stress-split/5-workload/readwrite.yaml +++ /dev/null @@ -1,16 +0,0 @@ -meta: -- desc: | - randomized correctness test for rados operations on a replicated pool, - using only reads, writes, and deletes -tasks: -- full_sequential: - - rados: - clients: [client.0] - ops: 4000 - objects: 500 - write_append_excl: false - op_weights: - read: 45 - write: 45 - delete: 10 -- print: "**** done rados/readwrite 5-workload" diff --git a/qa/suites/upgrade/jewel-x/stress-split/5-workload/snaps-few-objects.yaml b/qa/suites/upgrade/jewel-x/stress-split/5-workload/snaps-few-objects.yaml deleted file mode 100644 index 71445bd62425..000000000000 --- a/qa/suites/upgrade/jewel-x/stress-split/5-workload/snaps-few-objects.yaml +++ /dev/null @@ -1,18 +0,0 @@ -meta: -- desc: | - randomized correctness test for rados operations on a replicated pool with snapshot operations -tasks: -- full_sequential: - - rados: - clients: [client.0] - ops: 4000 - objects: 50 - write_append_excl: false - op_weights: - read: 100 - write: 100 - delete: 50 - snap_create: 50 - snap_remove: 50 - rollback: 50 -- print: "**** done rados/snaps-few-objects 5-workload" diff --git a/qa/suites/upgrade/jewel-x/stress-split/6-luminous.yaml b/qa/suites/upgrade/jewel-x/stress-split/6-luminous.yaml new file mode 120000 index 000000000000..5283ac73e1b2 --- /dev/null +++ b/qa/suites/upgrade/jewel-x/stress-split/6-luminous.yaml @@ -0,0 +1 @@ +../../../../releases/luminous.yaml \ No newline at end of file diff --git a/qa/suites/upgrade/jewel-x/stress-split/6-next-mon/monb.yaml b/qa/suites/upgrade/jewel-x/stress-split/6-next-mon/monb.yaml deleted file mode 100644 index ba71c73901a5..000000000000 --- a/qa/suites/upgrade/jewel-x/stress-split/6-next-mon/monb.yaml +++ /dev/null @@ -1,9 +0,0 @@ -meta: -- desc: | - restart mon.b so it is upgraded to -x -tasks: -- ceph.restart: - daemons: [mon.b] - wait-for-healthy: false - wait-for-osds-up: true -- print: "**** done ceph.restart mon.b 6-next-mon" diff --git a/qa/suites/upgrade/jewel-x/stress-split/7-final-workload/+ b/qa/suites/upgrade/jewel-x/stress-split/7-final-workload/+ new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/qa/suites/upgrade/jewel-x/stress-split/7-final-workload/rbd-python.yaml b/qa/suites/upgrade/jewel-x/stress-split/7-final-workload/rbd-python.yaml new file mode 100644 index 000000000000..24c2644b9ac8 --- /dev/null +++ b/qa/suites/upgrade/jewel-x/stress-split/7-final-workload/rbd-python.yaml @@ -0,0 +1,10 @@ +meta: +- desc: | + librbd python api tests +tasks: +- workunit: + branch: kraken + clients: + client.0: + - rbd/test_librbd_python.sh +- print: "**** done rbd/test_librbd_python.sh 9-workload" diff --git a/qa/suites/upgrade/jewel-x/stress-split/7-final-workload/rgw-swift.yaml b/qa/suites/upgrade/jewel-x/stress-split/7-final-workload/rgw-swift.yaml new file mode 100644 index 000000000000..a3bf03b1f448 --- /dev/null +++ b/qa/suites/upgrade/jewel-x/stress-split/7-final-workload/rgw-swift.yaml @@ -0,0 +1,12 @@ +meta: +- desc: | + swift api tests for rgw +tasks: +- rgw: + client.0: + default_idle_timeout: 300 +- print: "**** done rgw 9-workload" +- swift: + client.0: + rgw_server: client.0 +- print: "**** done swift 9-workload" diff --git a/qa/suites/upgrade/jewel-x/stress-split/7-final-workload/snaps-many-objects.yaml b/qa/suites/upgrade/jewel-x/stress-split/7-final-workload/snaps-many-objects.yaml new file mode 100644 index 000000000000..805bf97c3792 --- /dev/null +++ b/qa/suites/upgrade/jewel-x/stress-split/7-final-workload/snaps-many-objects.yaml @@ -0,0 +1,16 @@ +meta: +- desc: | + randomized correctness test for rados operations on a replicated pool with snapshot operations +tasks: +- rados: + clients: [client.0] + ops: 4000 + objects: 500 + write_append_excl: false + op_weights: + read: 100 + write: 100 + delete: 50 + snap_create: 50 + snap_remove: 50 + rollback: 50 diff --git a/qa/suites/upgrade/jewel-x/stress-split/7-workload/+ b/qa/suites/upgrade/jewel-x/stress-split/7-workload/+ deleted file mode 100644 index e69de29bb2d1..000000000000 diff --git a/qa/suites/upgrade/jewel-x/stress-split/7-workload/radosbench.yaml b/qa/suites/upgrade/jewel-x/stress-split/7-workload/radosbench.yaml deleted file mode 100644 index 7d2be5f193b3..000000000000 --- a/qa/suites/upgrade/jewel-x/stress-split/7-workload/radosbench.yaml +++ /dev/null @@ -1,40 +0,0 @@ -meta: -- desc: | - run randomized correctness test for rados operations - generate write load with rados bench -tasks: -- full_sequential: - - radosbench: - clients: [client.0] - time: 150 - - radosbench: - clients: [client.0] - time: 150 - - radosbench: - clients: [client.0] - time: 150 - - radosbench: - clients: [client.0] - time: 150 - - radosbench: - clients: [client.0] - time: 150 - - radosbench: - clients: [client.0] - time: 150 - - radosbench: - clients: [client.0] - time: 150 - - radosbench: - clients: [client.0] - time: 150 - - radosbench: - clients: [client.0] - time: 150 - - radosbench: - clients: [client.0] - time: 150 - - radosbench: - clients: [client.0] - time: 150 -- print: "**** done radosbench 7-workload" diff --git a/qa/suites/upgrade/jewel-x/stress-split/7-workload/rbd_api.yaml b/qa/suites/upgrade/jewel-x/stress-split/7-workload/rbd_api.yaml deleted file mode 100644 index 81067e63cfb5..000000000000 --- a/qa/suites/upgrade/jewel-x/stress-split/7-workload/rbd_api.yaml +++ /dev/null @@ -1,10 +0,0 @@ -meta: -- desc: | - librbd C and C++ api tests -tasks: -- workunit: - branch: jewel - clients: - client.0: - - rbd/test_librbd.sh -- print: "**** done rbd/test_librbd.sh 7-workload" diff --git a/qa/suites/upgrade/jewel-x/stress-split/8-next-mon/monc.yaml b/qa/suites/upgrade/jewel-x/stress-split/8-next-mon/monc.yaml deleted file mode 100644 index 12788b7b631a..000000000000 --- a/qa/suites/upgrade/jewel-x/stress-split/8-next-mon/monc.yaml +++ /dev/null @@ -1,12 +0,0 @@ -meta: -- desc: | - restart mon.c so it is upgraded to -x - as all mon were upgrated, expected ceph cluster reach quorum -tasks: -- ceph.restart: - daemons: [mon.c] - wait-for-healthy: false - wait-for-osds-up: true -- print: "**** done ceph.restart mon.c 8-next-mon" -- ceph.wait_for_mon_quorum: [a, b, c] -- print: "**** done wait_for_mon_quorum 8-next-mon" diff --git a/qa/suites/upgrade/jewel-x/stress-split/9-workload/+ b/qa/suites/upgrade/jewel-x/stress-split/9-workload/+ deleted file mode 100644 index e69de29bb2d1..000000000000 diff --git a/qa/suites/upgrade/jewel-x/stress-split/9-workload/rbd-python.yaml b/qa/suites/upgrade/jewel-x/stress-split/9-workload/rbd-python.yaml deleted file mode 100644 index 8da34579c811..000000000000 --- a/qa/suites/upgrade/jewel-x/stress-split/9-workload/rbd-python.yaml +++ /dev/null @@ -1,10 +0,0 @@ -meta: -- desc: | - librbd python api tests -tasks: -- workunit: - branch: jewel - clients: - client.0: - - rbd/test_librbd_python.sh -- print: "**** done rbd/test_librbd_python.sh 9-workload" diff --git a/qa/suites/upgrade/jewel-x/stress-split/9-workload/rgw-swift.yaml b/qa/suites/upgrade/jewel-x/stress-split/9-workload/rgw-swift.yaml deleted file mode 100644 index ba004ceac637..000000000000 --- a/qa/suites/upgrade/jewel-x/stress-split/9-workload/rgw-swift.yaml +++ /dev/null @@ -1,12 +0,0 @@ -meta: -- desc: | - swift api tests for rgw -tasks: -- rgw: - client.0: - default_idle_timeout: 300 -- print: "**** done rgw 9-workload" -- swift: - client.0: - rgw_server: client.0 -- print: "**** done swift 9-workload" diff --git a/qa/suites/upgrade/jewel-x/stress-split/9-workload/snaps-many-objects.yaml b/qa/suites/upgrade/jewel-x/stress-split/9-workload/snaps-many-objects.yaml deleted file mode 100644 index 805bf97c3792..000000000000 --- a/qa/suites/upgrade/jewel-x/stress-split/9-workload/snaps-many-objects.yaml +++ /dev/null @@ -1,16 +0,0 @@ -meta: -- desc: | - randomized correctness test for rados operations on a replicated pool with snapshot operations -tasks: -- rados: - clients: [client.0] - ops: 4000 - objects: 500 - write_append_excl: false - op_weights: - read: 100 - write: 100 - delete: 50 - snap_create: 50 - snap_remove: 50 - rollback: 50