]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/rados/thrash: make sure osds have map before legacy scrub 15117/head
authorSage Weil <sage@redhat.com>
Tue, 16 May 2017 16:28:40 +0000 (12:28 -0400)
committerSage Weil <sage@redhat.com>
Tue, 16 May 2017 16:28:40 +0000 (12:28 -0400)
The OSDs must have a map reflecting the require_luminous flag in order
for the legacy conversion to happen.  A quick rados bench should ensure
that.

Signed-off-by: Sage Weil <sage@redhat.com>
qa/suites/rados/thrash/d-require-luminous/at-end.yaml

index cca8541832ddf83d64ebd78404126110cb4d74c7..3cf78ca5a79d9ccbf70c15c1dcb0a8080593d676 100644 (file)
@@ -6,6 +6,8 @@ tasks:
   - exec:
       mon.a:
         - ceph osd set require_luminous_osds
+# make sure osds have latest map
+        - rados -p rbd bench 5 write -b 4096
   - ceph.osd_scrub_pgs:
       cluster: ceph
   - exec: