summaryrefslogtreecommitdiffstats
path: root/qa/suites/rados
diff options
context:
space:
mode:
authorKamoltat (Junior) Sirivadhna <ksirivad@redhat.com>2024-11-05 19:07:06 +0100
committerGitHub <noreply@github.com>2024-11-05 19:07:06 +0100
commit28e38e30bb374ec9683a9af8d3d3f27642f3d45e (patch)
tree1918e1ae5e7423a618b72739f68687b1f657c697 /qa/suites/rados
parentMerge pull request #56832 from Matan-B/wip-matanb-crimson-recovery-version (diff)
parentsrc/mon/MonMap: modify dump function (diff)
downloadceph-28e38e30bb374ec9683a9af8d3d3f27642f3d45e.tar.xz
ceph-28e38e30bb374ec9683a9af8d3d3f27642f3d45e.zip
Merge pull request #59483 from kamoltat/wip-ksirivad-exit-stretch-mode
mon [stretch mode]: support disable_stretch_mode Reviewed-by: Nitzan Mordechai <nmordech@redhat.com>
Diffstat (limited to 'qa/suites/rados')
-rw-r--r--qa/suites/rados/singleton/all/stretch-mode-5-mons-8-osds.yaml58
1 files changed, 58 insertions, 0 deletions
diff --git a/qa/suites/rados/singleton/all/stretch-mode-5-mons-8-osds.yaml b/qa/suites/rados/singleton/all/stretch-mode-5-mons-8-osds.yaml
new file mode 100644
index 00000000000..d7b10c50a94
--- /dev/null
+++ b/qa/suites/rados/singleton/all/stretch-mode-5-mons-8-osds.yaml
@@ -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 \ No newline at end of file