From: Sage Weil Date: Sat, 5 Aug 2017 17:53:26 +0000 (-0400) Subject: qa/tasks/ceph: debug osd setup X-Git-Tag: v12.1.3~64^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=62482ce82cd3bf66bffbaba9ec45a81791f64d80;p=ceph.git qa/tasks/ceph: debug osd setup I've seen a couple rbd runs that seem to skip the next block :/ Signed-off-by: Sage Weil --- diff --git a/qa/tasks/ceph.py b/qa/tasks/ceph.py index 3702058d0db61..6268c49874c3f 100644 --- a/qa/tasks/ceph.py +++ b/qa/tasks/ceph.py @@ -693,6 +693,7 @@ def cluster(ctx, config): '-p', mnt_point, ]) + log.info(str(roles_to_devs)) log.info(str(roles_to_journals)) log.info(role) if roles_to_devs.get(role):