Skip to content

Commit

Permalink
qa: create common conf for all cephfs suites
Browse files Browse the repository at this point in the history
This will be followed by removing common CephFS configurations in the
ceph.conf.template in teuthology.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 73fa0ef)

Conflicts:
	qa/suites/fs/32bits/overrides/debug.yaml
	qa/suites/fs/basic_functional/overrides/debug.yaml
	qa/suites/fs/basic_workload/overrides/debug.yaml
	qa/suites/fs/multiclient/overrides/debug.yaml
	qa/suites/fs/multifs/overrides/debug.yaml
	qa/suites/fs/permission/overrides/debug.yaml
	qa/suites/fs/snaps/overrides/debug.yaml
	qa/suites/fs/thrash/overrides/debug.yaml
	qa/suites/fs/traceless/overrides/debug.yaml
	qa/suites/fs/upgrade/snaps/overrides/debug.yaml
	qa/suites/fs/verify/overrides/debug.yaml
	qa/suites/kcephfs/cephfs/overrides/debug.yaml
	qa/suites/kcephfs/mixed-clients/overrides/debug.yaml
	qa/suites/kcephfs/recovery/debug/.qa
	qa/suites/kcephfs/recovery/overrides/debug.yaml
	qa/suites/kcephfs/thrash/overrides/debug.yaml

All of the above files were deleted by the master commit, but showed up as
conflicts due to slightly different content in mimic. Resolved trivially by
"git rm".

        qa/suites/fs/bugs/conf

This file was deleted because sub-suite does not exist in Mimic. The QA test
for #22139 was chosen not to be backported.
  • Loading branch information
batrick authored and smithfarm committed Sep 5, 2018
1 parent 42cfc1b commit 0be60a6
Show file tree
Hide file tree
Showing 44 changed files with 28 additions and 53 deletions.
Empty file added qa/cephfs/conf/+
Empty file.
@@ -1,9 +1,7 @@
overrides:
ceph:
conf:
mds:
debug ms: 1
debug mds: 20
client:
client mount timeout: 600
debug ms: 1
debug client: 20
9 changes: 9 additions & 0 deletions qa/cephfs/conf/mds.yaml
@@ -0,0 +1,9 @@
overrides:
ceph:
conf:
mds:
mds debug scatterstat: true
mds verify scatter: true
mds debug frag: true
debug ms: 1
debug mds: 20
6 changes: 0 additions & 6 deletions qa/cephfs/overrides/whitelist_wrongly_marked_down.yaml
Expand Up @@ -7,9 +7,3 @@ overrides:
- but it is still running
# MDS daemon 'b' is not responding, replacing it as rank 0 with standby 'a'
- is not responding
conf:
mds:
debug mds: 20
debug ms: 1
client:
debug client: 10
1 change: 1 addition & 0 deletions qa/suites/fs/32bits/conf
1 change: 0 additions & 1 deletion qa/suites/fs/32bits/overrides/debug.yaml

This file was deleted.

1 change: 1 addition & 0 deletions qa/suites/fs/basic_functional/conf
1 change: 0 additions & 1 deletion qa/suites/fs/basic_functional/overrides/debug.yaml

This file was deleted.

1 change: 1 addition & 0 deletions qa/suites/fs/basic_workload/conf
1 change: 0 additions & 1 deletion qa/suites/fs/basic_workload/overrides/debug.yaml

This file was deleted.

Expand Up @@ -2,13 +2,8 @@ overrides:
ceph:
conf:
client:
debug ms: 1
debug client: 20
fuse set user groups: true
fuse default permissions: false
mds:
debug ms: 1
debug mds: 20
tasks:
- workunit:
clients:
Expand Down
1 change: 1 addition & 0 deletions qa/suites/fs/multiclient/conf
1 change: 0 additions & 1 deletion qa/suites/fs/multiclient/overrides/debug.yaml

This file was deleted.

1 change: 1 addition & 0 deletions qa/suites/fs/multifs/conf
1 change: 0 additions & 1 deletion qa/suites/fs/multifs/overrides/debug.yaml

This file was deleted.

1 change: 1 addition & 0 deletions qa/suites/fs/permission/conf
1 change: 0 additions & 1 deletion qa/suites/fs/permission/overrides/debug.yaml

This file was deleted.

1 change: 1 addition & 0 deletions qa/suites/fs/snaps/conf
1 change: 0 additions & 1 deletion qa/suites/fs/snaps/overrides/debug.yaml

This file was deleted.

1 change: 1 addition & 0 deletions qa/suites/fs/thrash/conf
1 change: 0 additions & 1 deletion qa/suites/fs/thrash/overrides/debug.yaml

This file was deleted.

1 change: 1 addition & 0 deletions qa/suites/fs/traceless/conf
1 change: 0 additions & 1 deletion qa/suites/fs/traceless/overrides/debug.yaml

This file was deleted.

1 change: 1 addition & 0 deletions qa/suites/fs/upgrade/snaps/conf
1 change: 0 additions & 1 deletion qa/suites/fs/upgrade/snaps/overrides/debug.yaml

This file was deleted.

1 change: 1 addition & 0 deletions qa/suites/fs/verify/conf
1 change: 0 additions & 1 deletion qa/suites/fs/verify/overrides/debug.yaml

This file was deleted.

1 change: 1 addition & 0 deletions qa/suites/kcephfs/cephfs/conf
1 change: 0 additions & 1 deletion qa/suites/kcephfs/cephfs/overrides/debug.yaml

This file was deleted.

Expand Up @@ -3,5 +3,3 @@ overrides:
conf:
global:
ms die on skipped message: false
mds:
debug mds: 20
1 change: 1 addition & 0 deletions qa/suites/kcephfs/mixed-clients/conf
1 change: 0 additions & 1 deletion qa/suites/kcephfs/mixed-clients/overrides/debug.yaml

This file was deleted.

Expand Up @@ -3,5 +3,3 @@ overrides:
conf:
global:
ms die on skipped message: false
mds:
debug mds: 20
1 change: 1 addition & 0 deletions qa/suites/kcephfs/recovery/conf
1 change: 0 additions & 1 deletion qa/suites/kcephfs/recovery/debug/.qa

This file was deleted.

12 changes: 0 additions & 12 deletions qa/suites/kcephfs/recovery/debug/mds_client.yaml

This file was deleted.

1 change: 0 additions & 1 deletion qa/suites/kcephfs/recovery/overrides/debug.yaml

This file was deleted.

1 change: 1 addition & 0 deletions qa/suites/kcephfs/thrash/conf
1 change: 0 additions & 1 deletion qa/suites/kcephfs/thrash/overrides/debug.yaml

This file was deleted.

Expand Up @@ -3,5 +3,3 @@ overrides:
conf:
global:
ms die on skipped message: false
mds:
debug mds: 20
1 change: 1 addition & 0 deletions qa/suites/multimds/basic/conf
5 changes: 0 additions & 5 deletions qa/suites/multimds/basic/tasks/cfuse_workunit_suites_pjd.yaml
Expand Up @@ -2,13 +2,8 @@ overrides:
ceph:
conf:
client:
debug ms: 1
debug client: 20
fuse set user groups: true
fuse default permissions: false
mds:
debug ms: 1
debug mds: 20
tasks:
- workunit:
clients:
Expand Down
1 change: 1 addition & 0 deletions qa/suites/multimds/thrash/conf
1 change: 1 addition & 0 deletions qa/suites/multimds/verify/conf

0 comments on commit 0be60a6

Please sign in to comment.