]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/cephfs: fix confusing config when upgrading mds nodes
authorXiubo Li <xiubli@redhat.com>
Wed, 19 Oct 2022 01:40:57 +0000 (09:40 +0800)
committerXiubo Li <xiubli@redhat.com>
Mon, 21 Nov 2022 09:06:19 +0000 (17:06 +0800)
commit59cd40d2b1ea561b388ea07bc400a9aa8416d13b
treea8acbd322d3f5dad8a7e00ee69b6a63330c0a8d3
parentfb9491e0ec7238a09287fbbeddf7229a688a9612
qa/cephfs: fix confusing config when upgrading mds nodes

Both these two cephfs tests are using 1-mds-2-client-micro.yaml:
roles:
- [mon.a, mon.b, mon.c, mgr.x, mgr.y, mds.a, mds.b, mds.c, osd.0, osd.1, osd.2, osd.3]
- [client.0]
- [client.1]

So all the mon/mgr/mds/osd daemons are running in the first single
node. It makes no sense to upgrade the same node twice.

Signed-off-by: Xiubo Li <xiubli@redhat.com>
qa/suites/fs/upgrade/featureful_client/old_client/tasks/2-upgrade.yaml
qa/suites/fs/upgrade/featureful_client/upgraded_client/tasks/2-upgrade.yaml