Skip to content

Commit

Permalink
qa: use cephfs standard configs for kclient
Browse files Browse the repository at this point in the history
Specifically, qa/cephfs/begin.yaml.

Fixes: http://tracker.ceph.com/issues/26967

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
  • Loading branch information
batrick committed Aug 20, 2018
1 parent 001fcbe commit 862b84c
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 23 deletions.
1 change: 1 addition & 0 deletions qa/suites/kcephfs/cephfs/begin.yaml
3 changes: 0 additions & 3 deletions qa/suites/kcephfs/cephfs/inline/no.yaml
@@ -1,3 +0,0 @@
tasks:
- install:
- ceph:
2 changes: 0 additions & 2 deletions qa/suites/kcephfs/cephfs/inline/yes.yaml
@@ -1,6 +1,4 @@
tasks:
- install:
- ceph:
- exec:
client.0:
- sudo ceph fs set cephfs inline_data true --yes-i-really-mean-it
1 change: 1 addition & 0 deletions qa/suites/kcephfs/mixed-clients/begin.yaml
@@ -1,6 +1,4 @@
tasks:
- install:
- ceph:
- parallel:
- user-workload
- kclient-workload
Expand Down
@@ -1,6 +1,4 @@
tasks:
- install:
- ceph:
- parallel:
- user-workload
- kclient-workload
Expand Down
1 change: 1 addition & 0 deletions qa/suites/kcephfs/recovery/begin.yaml
2 changes: 0 additions & 2 deletions qa/suites/kcephfs/recovery/mounts/kmounts.yaml
@@ -1,4 +1,2 @@
tasks:
- install:
- ceph:
- kclient:
1 change: 1 addition & 0 deletions qa/suites/kcephfs/thrash/begin.yaml
10 changes: 5 additions & 5 deletions qa/suites/kcephfs/thrash/thrashers/default.yaml
@@ -1,7 +1,7 @@
tasks:
- install:
- ceph:
overrides:
ceph:
log-whitelist:
- but it is still running
- objects unfound and apparently lost
- but it is still running
- objects unfound and apparently lost
tasks:
- thrashosds:
8 changes: 3 additions & 5 deletions qa/suites/kcephfs/thrash/thrashers/mds.yaml
@@ -1,9 +1,7 @@
tasks:
- install:
- ceph:
- mds_thrash:

overrides:
ceph:
log-whitelist:
- not responding, replacing

tasks:
- mds_thrash:
3 changes: 1 addition & 2 deletions qa/suites/kcephfs/thrash/thrashers/mon.yaml
Expand Up @@ -2,9 +2,8 @@ overrides:
ceph:
log-whitelist:
- \(MON_DOWN\)

tasks:
- install:
- ceph:
- mon_thrash:
revive_delay: 20
thrash_delay: 1

0 comments on commit 862b84c

Please sign in to comment.