From: Neha Ojha Date: Tue, 9 Mar 2021 19:40:31 +0000 (+0000) Subject: qa/tasks/ceph_manager.py: don't use log-early in raw_cluster_cmd X-Git-Tag: v14.2.17~1^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b8dd87424ecb013a2d7aba84b90dadaeba8f0bac;p=ceph.git 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 --- diff --git a/qa/tasks/ceph_manager.py b/qa/tasks/ceph_manager.py index dfbeb407625..3e1a2ec51ea 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(