]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tests: Add debug info when creating ceph volumes 19244/head
authorVasu Kulkarni <vasu@redhat.com>
Wed, 6 Dec 2017 20:13:40 +0000 (12:13 -0800)
committerVasu Kulkarni <vasu@redhat.com>
Wed, 6 Dec 2017 20:14:27 +0000 (12:14 -0800)
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
qa/tasks/ceph_deploy.py

index 74fd21922bbe11a23f8142541786a337887df3dc..9b11f23bc99c924703e33633a955a6d301a54fb0 100644 (file)
@@ -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