]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/suites/upgrade/mimic-x/parallel/3-upgrade-sequence/upgrade-all.yaml
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / qa / suites / upgrade / mimic-x / parallel / 3-upgrade-sequence / upgrade-all.yaml
diff --git a/ceph/qa/suites/upgrade/mimic-x/parallel/3-upgrade-sequence/upgrade-all.yaml b/ceph/qa/suites/upgrade/mimic-x/parallel/3-upgrade-sequence/upgrade-all.yaml
deleted file mode 100644 (file)
index 6f27c2b..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-meta:
-- desc: |
-   upgrade the ceph cluster
-upgrade-sequence:
-   sequential:
-   - ceph.restart:
-       daemons: [mon.a, mon.b, mon.c, mgr.x, mgr.y]
-       mon-health-to-clog: false
-       wait-for-healthy: false
-   - exec:
-       mon.a:
-         - ceph config set global mon_warn_on_msgr2_not_enabled false
-   - ceph.healthy:
-   - ceph.restart:
-       daemons: [osd.0, osd.1, osd.2, osd.3, osd.4, osd.5]
-       wait-for-healthy: false
-       wait-for-osds-up: true
-   - ceph.restart:
-       daemons: [mds.a, mds.b,rgw.*]
-       wait-for-healthy: false
-       wait-for-osds-up: true
-   - print: "**** done ceph.restart all"