From: Sage Weil Date: Thu, 30 Jan 2020 16:36:28 +0000 (-0600) Subject: qa/tasks/ceph_manager: add --log-early to raw_cluster_cmd X-Git-Tag: v15.1.1~582^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F32989%2Fhead;p=ceph.git qa/tasks/ceph_manager: add --log-early to raw_cluster_cmd This is harmless if logging is low, but adds useful info when it is turned up. Hunting bug https://tracker.ceph.com/issues/43914 Signed-off-by: Sage Weil --- diff --git a/qa/tasks/ceph_manager.py b/qa/tasks/ceph_manager.py index 0832265252b92..b2f7fbb8e5295 100644 --- a/qa/tasks/ceph_manager.py +++ b/qa/tasks/ceph_manager.py @@ -1346,6 +1346,7 @@ class CephManager: 'ceph', '--cluster', self.cluster, + '--log-early', ] ceph_args.extend(args) proc = self.controller.run(