Skip to content

Commit

Permalink
clusters: Remove mds from default fixed-* configs
Browse files Browse the repository at this point in the history
Create a separate fixed-3-cephfs cluster config for
use in the filesystem tests.

Signed-off-by: John Spray <[email protected]>
  • Loading branch information
John Spray committed Jul 18, 2014
1 parent d81d77d commit a06df52
Show file tree
Hide file tree
Showing 21 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion clusters/fixed-1.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
roles:
- [mon.a, mon.b, mon.c, mds.a, osd.0, osd.1, osd.2, client.0]
- [mon.a, mon.b, mon.c, osd.0, osd.1, osd.2, client.0]
2 changes: 1 addition & 1 deletion clusters/fixed-2.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
roles:
- [mon.a, mon.c, osd.0, osd.1, osd.2, client.0]
- [mon.b, mds.a, osd.3, osd.4, osd.5, client.1]
- [mon.b, osd.3, osd.4, osd.5, client.1]
File renamed without changes.
2 changes: 1 addition & 1 deletion clusters/fixed-3.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
roles:
- [mon.a, mon.c, osd.0, osd.1, osd.2]
- [mon.b, mds.a, osd.3, osd.4, osd.5]
- [mon.b, osd.3, osd.4, osd.5]
- [client.0]
1 change: 1 addition & 0 deletions suites/fs/basic/clusters/fixed-3-cephfs.yaml
1 change: 0 additions & 1 deletion suites/fs/basic/clusters/fixed-3.yaml

This file was deleted.

1 change: 1 addition & 0 deletions suites/fs/snaps/clusters/fixed-3-cephfs.yaml
1 change: 0 additions & 1 deletion suites/fs/snaps/clusters/fixed-3.yaml

This file was deleted.

1 change: 1 addition & 0 deletions suites/fs/traceless/clusters/fixed-3-cephfs.yaml
1 change: 0 additions & 1 deletion suites/fs/traceless/clusters/fixed-3.yaml

This file was deleted.

1 change: 1 addition & 0 deletions suites/fs/verify/clusters/fixed-3-cephfs.yaml
1 change: 0 additions & 1 deletion suites/fs/verify/clusters/fixed-3.yaml

This file was deleted.

1 change: 1 addition & 0 deletions suites/kcephfs/cephfs/clusters/fixed-3-cephfs.yaml
1 change: 0 additions & 1 deletion suites/kcephfs/cephfs/clusters/fixed-3.yaml

This file was deleted.

1 change: 1 addition & 0 deletions suites/kcephfs/mixed-clients/clusters/fixed-3-cephfs.yaml
1 change: 1 addition & 0 deletions suites/kcephfs/thrash/clusters/fixed-3-cephfs.yaml
1 change: 0 additions & 1 deletion suites/kcephfs/thrash/clusters/fixed-3.yaml

This file was deleted.

1 change: 1 addition & 0 deletions suites/smoke/basic/clusters/fixed-3-cephfs.yaml
1 change: 0 additions & 1 deletion suites/smoke/basic/clusters/fixed-3.yaml

This file was deleted.

1 change: 1 addition & 0 deletions suites/stress/bench/clusters/fixed-3-cephfs.yaml
1 change: 0 additions & 1 deletion suites/stress/bench/clusters/fixed-3.yaml

This file was deleted.

0 comments on commit a06df52

Please sign in to comment.