From b8dd87424ecb013a2d7aba84b90dadaeba8f0bac Mon Sep 17 00:00:00 2001 From: Neha Ojha Date: Tue, 9 Mar 2021 19:40:31 +0000 Subject: [PATCH] qa/tasks/ceph_manager.py: don't use log-early in raw_cluster_cmd This option is not present in older versions due to which upgrade tests using the nautilus version of the task will fail. Caused by https://github.com/ceph/ceph/pull/37906 Fixes: https://tracker.ceph.com/issues/49672 Signed-off-by: Neha Ojha --- qa/tasks/ceph_manager.py | 1 - 1 file changed, 1 deletion(-) diff --git a/qa/tasks/ceph_manager.py b/qa/tasks/ceph_manager.py index dfbeb4076256d..3e1a2ec51eab9 100644 --- a/qa/tasks/ceph_manager.py +++ b/qa/tasks/ceph_manager.py @@ -1154,7 +1154,6 @@ class CephManager: 'ceph', '--cluster', self.cluster, - '--log-early', ] ceph_args.extend(args) proc = self.controller.run( -- 2.39.5