Merge pull request #48541 from lxbsz/wip-qa-upgrade-fix

qa/cephfs: fix confusing config when upgrading mds nodes

Reviewed-by: Rishabh Dave <ridave@redhat.com>
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Reviewed-by: Kotresh HR <khiremat@redhat.com>
Reviewed-by: Dhairya Parmar <dparmar@redhat.com>
This commit is contained in:
Rishabh Dave 2023-01-30 17:25:14 +05:30 committed by GitHub
commit d33a2a9181
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 6 deletions

View File

@ -20,11 +20,10 @@ tasks:
- mds_pre_upgrade:
- print: "**** done mds pre-upgrade sequence"
- install.upgrade:
# upgrade the single cluster node, which is running all the mon/mds/osd/mgr daemons
mon.a:
branch: quincy
mon.b:
branch: quincy
- print: "**** done install.upgrade both hosts"
- print: "**** done install.upgrade the host"
- ceph.restart:
daemons: [mon.*, mgr.*]
mon-health-to-clog: false

View File

@ -20,11 +20,10 @@ tasks:
- mds_pre_upgrade:
- print: "**** done mds pre-upgrade sequence"
- install.upgrade:
# upgrade the single cluster node, which is running all the mon/mds/osd/mgr daemons
mon.a:
branch: quincy
mon.b:
branch: quincy
- print: "**** done install.upgrade both hosts"
- print: "**** done install.upgrade the host"
- ceph.restart:
daemons: [mon.*, mgr.*]
mon-health-to-clog: false