]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/suites/fs/upgrade/featureful_client/upgraded_client/tasks/0-nautilus.yaml
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / qa / suites / fs / upgrade / featureful_client / upgraded_client / tasks / 0-nautilus.yaml
diff --git a/ceph/qa/suites/fs/upgrade/featureful_client/upgraded_client/tasks/0-nautilus.yaml b/ceph/qa/suites/fs/upgrade/featureful_client/upgraded_client/tasks/0-nautilus.yaml
new file mode 100644 (file)
index 0000000..c89d18b
--- /dev/null
@@ -0,0 +1,38 @@
+meta:
+- desc: |
+   install ceph/nautilus latest
+tasks:
+- install:
+    branch: nautilus
+    exclude_packages:
+      - librados3
+      - ceph-mgr-dashboard
+      - ceph-mgr-diskprediction-local
+      - ceph-mgr-rook
+      - ceph-mgr-cephadm
+      - cephadm
+    extra_packages: ['librados2']
+- print: "**** done installing nautilus"
+- ceph:
+    log-ignorelist:
+      - overall HEALTH_
+      - \(FS_
+      - \(MDS_
+      - \(OSD_
+      - \(MON_DOWN\)
+      - \(CACHE_POOL_
+      - \(POOL_
+      - \(MGR_DOWN\)
+      - \(PG_
+      - \(SMALLER_PGP_NUM\)
+      - Monitor daemon marked osd
+      - Behind on trimming
+      - Manager daemon
+    conf:
+      global:
+        mon warn on pool no app: false
+        ms bind msgr2: false
+- exec:
+    osd.0:
+      - ceph osd set-require-min-compat-client nautilus
+- print: "**** done ceph"