From: Guillaume Abrioux Date: Tue, 1 Mar 2022 23:38:17 +0000 (+0100) Subject: ceph-volume: fix generic activate X-Git-Tag: v16.2.11~560^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F46511%2Fhead;p=ceph.git ceph-volume: fix generic activate afd8be7eac5e996c3bd07656601a4534053e2516 broke it. It has dropped`block_wal` and `block_db` from `ceph_volume.devices.raw.activate.activate_bluestore` but `activate.main.Activate.main` still passes those arguments when calling `RAWActivate([]).activate()` Fixes: https://tracker.ceph.com/issues/54441 Signed-off-by: Guillaume Abrioux (cherry picked from commit 3337b62e859673cba908bf8e12c7f3f23fddf2c2) --- diff --git a/src/ceph-volume/ceph_volume/activate/main.py b/src/ceph-volume/ceph_volume/activate/main.py index e1ab4fa2a29..bcd4685155d 100644 --- a/src/ceph-volume/ceph_volume/activate/main.py +++ b/src/ceph-volume/ceph_volume/activate/main.py @@ -50,8 +50,6 @@ class Activate(object): start_osd_uuid=self.args.osd_uuid, tmpfs=not self.args.no_tmpfs, systemd=not self.args.no_systemd, - block_wal=None, - block_db=None, ) return except Exception as e: