Skip to content

Commit 28fe52a

Browse files
authored
Merge pull request ceph#55797 from ajarr/wip-64574
qa: add diff-continuous and compare-mirror-image tests to rbd and krbd suites respectively Reviewed-by: Ilya Dryomov <[email protected]>
2 parents 9b38ed6 + 92b2541 commit 28fe52a

35 files changed

+108
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.qa/objectstore/bluestore-bitmap.yaml
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
meta:
2+
- desc: 2 ceph clusters with 1 mon, 1 mgr and 3 osd each
3+
roles:
4+
- - cluster1.mon.a
5+
- cluster1.mgr.x
6+
- cluster1.osd.0
7+
- cluster1.osd.1
8+
- cluster1.osd.2
9+
- - cluster2.mon.a
10+
- cluster2.mgr.x
11+
- cluster2.osd.0
12+
- cluster2.osd.1
13+
- cluster2.osd.2
14+
- cluster1.client.mirror
15+
- cluster1.client.mirror.0
16+
- cluster2.client.mirror
17+
- cluster2.client.mirror.0

qa/suites/krbd/mirror/conf.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
overrides:
2+
ceph:
3+
conf:
4+
global:
5+
mon warn on pool no app: false
6+
ms die on skipped message: false
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
tasks:
2+
- install:
3+
extra_packages:
4+
- rbd-mirror
5+
- ceph:
6+
cluster: cluster1
7+
- ceph:
8+
cluster: cluster2
9+
- rbd-mirror:
10+
client: cluster1.client.mirror.0
11+
thrash: False
12+
- rbd-mirror:
13+
client: cluster2.client.mirror.0
14+
thrash: False

qa/suites/krbd/mirror/ms_mode$/.qa

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../.qa/
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
overrides:
2+
ceph:
3+
conf:
4+
client:
5+
rbd default map options: ms_mode=crc,rxbounce

0 commit comments

Comments
 (0)