From 62482ce82cd3bf66bffbaba9ec45a81791f64d80 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sat, 5 Aug 2017 13:53:26 -0400 Subject: [PATCH] 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 --- qa/tasks/ceph.py | 1 + 1 file changed, 1 insertion(+) 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): -- 2.39.5