Skip to content

Commit

Permalink
qa/tests: added ragweed coverage to stress-split* upgrade suites
Browse files Browse the repository at this point in the history
added ceph config set global bluestore_warn_on_legacy_statfs fals

Fixes: http://tracker.ceph.com/issues/40452
Fices: http://tracker.ceph.com/issues/40467
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
  • Loading branch information
yuriw committed Jun 20, 2019
1 parent 0df799f commit 646aa89
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 11 deletions.
Expand Up @@ -33,6 +33,7 @@ tasks:
conf:
global:
mon warn on pool no app: false
bluestore_warn_on_legacy_statfs: false
- exec:
osd.0:
- ceph osd require-osd-release mimic
Expand Down
Expand Up @@ -13,6 +13,9 @@ tasks:
extra_packages: ['librados2']
- print: "**** done install mimic"
- ceph:
conf:
global:
bluestore_warn_on_legacy_statfs: false
- exec:
osd.0:
- ceph osd require-osd-release mimic
Expand Down
@@ -0,0 +1,14 @@
meta:
- desc: |
rgw ragweed prepare before upgrade
stress-tasks:
- full_sequential:
- sequential:
- rgw:
- client.0
- ragweed:
client.0:
default-branch: ceph-nautilus
rgw_server: client.0
stages: prepare
- print: "**** done rgw ragweed prepare 4-workload"
@@ -0,0 +1,18 @@
meta:
- desc: |
swift api tests for rgw
rgw ragweed check after upgrade
tasks:
- rgw:
client.0:
- print: "**** done rgw 7-workload"
- swift:
client.0:
rgw_server: client.0
- print: "**** done swift 7-workload"
- ragweed:
client.0:
default-branch: ceph-nautilus
rgw_server: client.0
stages: check
- print: "**** done rgw ragweed check 7-workload"

This file was deleted.

0 comments on commit 646aa89

Please sign in to comment.