From: Vasu Kulkarni Date: Wed, 6 Dec 2017 20:13:40 +0000 (-0800) Subject: qa/tests: Add debug info when creating ceph volumes X-Git-Tag: v13.0.2~841^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F19244%2Fhead;p=ceph.git qa/tests: Add debug info when creating ceph volumes Signed-off-by: Vasu Kulkarni --- diff --git a/qa/tasks/ceph_deploy.py b/qa/tasks/ceph_deploy.py index 74fd21922bbe..9b11f23bc99c 100644 --- a/qa/tasks/ceph_deploy.py +++ b/qa/tasks/ceph_deploy.py @@ -263,7 +263,7 @@ def build_ceph_cluster(ctx, config): no_of_osds = 0 for remote in osds.remotes.iterkeys(): # all devs should be lvm - osd_create_cmd = './ceph-deploy osd create ' + remote.shortname + ' ' + osd_create_cmd = './ceph-deploy osd create --debug ' + remote.shortname + ' ' # default is bluestore so we just need config item for filestore roles = ctx.cluster.remotes[remote] dev_needed = len([role for role in roles