Skip to content

Commit a4f97c0

Browse files
committed
qa: Run test_admin with the squid client
This is required to test the features involving fixes both in client and mds. This is to make sure the older clients are not broken with the fix. The version 19.2.2 is used for client. The test suite sets up the cluster with squid 19.2.2 and upgrades only the ceph cluster node leaving the client node. Signed-off-by: Kotresh HR <[email protected]>
1 parent 54197bf commit a4f97c0

File tree

19 files changed

+80
-0
lines changed

19 files changed

+80
-0
lines changed

qa/suites/fs/bugs/multifs_mdsauthcaps/%

Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../.qa/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../.qa/
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
roles:
2+
- [mon.a, mon.b, mon.c, mgr.x, mgr.y, mds.a, mds.b, mds.c, mds.d, osd.0, osd.1, osd.2, osd.3]
3+
- [client.0, client.1, client.2, client.3]
4+
openstack:
5+
- volumes: # attached to each instance
6+
count: 4
7+
size: 20 # GB
8+
- machine:
9+
disk: 200 # GB
10+
log-rotate:
11+
ceph-mds: 10G
12+
ceph-osd: 10G
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.qa/cephfs/conf
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.qa/distros/supported-random-distro$
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../.qa/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.qa/objectstore/bluestore-bitmap.yaml

qa/suites/fs/bugs/multifs_mdsauthcaps/overrides/+

Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../.qa/

0 commit comments

Comments
 (0)