From 8c87110b54469aabaec90a0d43f7a20513aadba7 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 30 Jan 2020 10:36:28 -0600 Subject: [PATCH] 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 --- qa/tasks/ceph_manager.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/tasks/ceph_manager.py b/qa/tasks/ceph_manager.py index 0832265252b..b2f7fbb8e52 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(