]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/upgarde/luminous-x/stress-split: 8 osds (not 6) 21753/head
authorSage Weil <sage@redhat.com>
Tue, 1 May 2018 12:00:10 +0000 (07:00 -0500)
committerSage Weil <sage@redhat.com>
Fri, 4 May 2018 13:42:29 +0000 (08:42 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
qa/suites/upgrade/luminous-x/stress-split/0-cluster/start.yaml
qa/suites/upgrade/luminous-x/stress-split/2-partial-upgrade/firsthalf.yaml
qa/suites/upgrade/luminous-x/stress-split/5-finish-upgrade.yaml

index e3ad918e8b849c7b50db583f9b292b1fcab75871..a4699731279f43166bb9d49a7b1a31b5ca89d944 100644 (file)
@@ -23,7 +23,9 @@ roles:
   - osd.0
   - osd.1
   - osd.2
-- - osd.3
-  - osd.4
+  - osd.3
+- - osd.4
   - osd.5
+  - osd.6
+  - osd.7
 - - client.0
index aabfd6d4f82269a9906bf06d65fe1fbc960e0c96..02ba5c1bba88c6c158ca462d1c03ca4438b6a681 100644 (file)
@@ -2,12 +2,12 @@ meta:
 - desc: |
    install upgrade ceph/-x on one node only
    1st half
-   restart : osd.0,1,2
+   restart : osd.0,1,2,3
 tasks:
 - install.upgrade:
     osd.0:
 - print: "**** done install.upgrade osd.0"
 - ceph.restart:
-    daemons: [mon.a,mon.b,mon.c,mgr.x,osd.0,osd.1,osd.2]
+    daemons: [mon.a,mon.b,mon.c,mgr.x,osd.0,osd.1,osd.2,osd.3]
     mon-health-to-clog: false
 - print: "**** done ceph.restart 1st half"
index 1d528cd5de7515caab48fc6ee10a45d42e517ab2..6e2fc54509e5ccea1f54c3fa5d355eddb748b8cf 100644 (file)
@@ -1,9 +1,9 @@
 tasks:
 - install.upgrade:
-    osd.3:
+    osd.4:
     client.0:
 - ceph.restart:
-    daemons: [osd.3, osd.4, osd.5]
+    daemons: [osd.4, osd.5, osd.6, osd.7]
     wait-for-healthy: false
     wait-for-osds-up: true