]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
11429: wait_for_clean between restarting the osds and starting the bench
authorSamuel Just <sjust@redhat.com>
Wed, 22 Jun 2016 16:22:45 +0000 (09:22 -0700)
committerSamuel Just <sjust@redhat.com>
Wed, 22 Jun 2016 16:25:25 +0000 (09:25 -0700)
ceph.restart now marks the osds down, so the objects are actually being
created while slowest of the osds boots. That causes a ton of 1 byte
objects to be created in a degraded state and causes the cleanup to take
a long time.  Also, reduce length of bench since it's only being used
to ensure the osds came up correctly.

Signed-off-by: Samuel Just <sjust@redhat.com>
suites/rados/singleton-nomsgr/all/11429.yaml

index 755c70f2aaa96190dc68a29f26b9dda8bec0d36d..51526e51b7bd14a50ad8bc9d95823631b3078c89 100644 (file)
@@ -114,14 +114,14 @@ tasks:
   - ceph.restart: [mon.a, mon.b, mon.c, osd.0, osd.1, osd.2]
   - ceph_manager.wait_for_clean: null
   - ceph.restart: [osd.0, osd.1, osd.2]
+  - ceph_manager.wait_for_clean: null
   - exec:
       osd.0:
         - sudo grep -c 'unable to peek at' /var/log/ceph/ceph-osd.0.log
   - radosbench:
       clients: [client.0]
-      time: 30
+      time: 5
       size: 1
-  - ceph_manager.wait_for_clean: null
   - ceph.restart: [osd.0, osd.1, osd.2]
   - ceph_manager.wait_for_clean: null
   - print: '**** done verifying final upgrade'