-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ceph#59483 from kamoltat/wip-ksirivad-exit-stretch…
…-mode mon [stretch mode]: support disable_stretch_mode Reviewed-by: Nitzan Mordechai <[email protected]>
- Loading branch information
Showing
12 changed files
with
945 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
58 changes: 58 additions & 0 deletions
58
qa/suites/rados/singleton/all/stretch-mode-5-mons-8-osds.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
roles: | ||
- - mon.a | ||
- mon.b | ||
- mgr.a | ||
- mgr.b | ||
- osd.0 | ||
- osd.1 | ||
- osd.2 | ||
- osd.3 | ||
- - mon.c | ||
- mon.d | ||
- mgr.c | ||
- mgr.d | ||
- osd.4 | ||
- osd.5 | ||
- osd.6 | ||
- osd.7 | ||
- - mon.e | ||
- - client.0 | ||
|
||
openstack: | ||
- volumes: # attached to each instance | ||
count: 3 | ||
size: 10 # GB | ||
overrides: | ||
ceph: | ||
conf: | ||
global: | ||
mon election default strategy: 3 | ||
osd pool default size: 3 | ||
osd pool default min size: 2 | ||
mon: | ||
debug mon: 30 | ||
tasks: | ||
- install: | ||
- ceph: | ||
pre-mgr-commands: | ||
- sudo ceph config set mgr mgr_pool false --force | ||
log-ignorelist: | ||
- \(POOL_ | ||
- \(CACHE_POOL_ | ||
- overall HEALTH_ | ||
- \(PG_AVAILABILITY\) | ||
- Reduced data availability | ||
- \(PG_DEGRADED\) | ||
- \(MON_DOWN\) | ||
- \(OSD_DATACENTER_DOWN\) | ||
- \(OSD_DOWN\) | ||
- \(OSD_HOST_DOWN\) | ||
|
||
|
||
- workunit: | ||
clients: | ||
client.0: | ||
- mon/mon-stretch-mode-5-mons-8-osds.sh | ||
- cephfs_test_runner: | ||
modules: | ||
- tasks.stretch_mode_disable_enable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.