]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks/ceph_manager.py: don't use log-early in raw_cluster_cmd 39960/head
authorNeha Ojha <nojha@redhat.com>
Tue, 9 Mar 2021 19:40:31 +0000 (19:40 +0000)
committerNeha Ojha <nojha@redhat.com>
Tue, 9 Mar 2021 20:40:12 +0000 (20:40 +0000)
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 <nojha@redhat.com>
qa/tasks/ceph_manager.py

index dfbeb4076256d3cba828e93c4dd31f5f97ec0ab2..3e1a2ec51eab982fe0e5b2c02084a79f11361917 100644 (file)
@@ -1154,7 +1154,6 @@ class CephManager:
             'ceph',
             '--cluster',
             self.cluster,
-            '--log-early',
         ]
         ceph_args.extend(args)
         proc = self.controller.run(