From: Ilya Dryomov Date: Tue, 9 Jul 2024 20:22:59 +0000 (+0200) Subject: qa/tasks/ceph: fix "ceph mgr module enable" command X-Git-Tag: v20.0.0~1220^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8b5e7cc5b5d75060e91853bc3983f0e5b68eea20;p=ceph.git qa/tasks/ceph: fix "ceph mgr module enable" command This was typoed in commit 9d485ae1f450 ("qa/tasks/ceph: provide configuration for setting configs via mon") and went unnoticed likely because 3-snaps/yes.yaml in fs:workload is the only user of the new mgr-modules stanza so far and fs:workload suite runs exclusively on cephadm. Signed-off-by: Ilya Dryomov --- diff --git a/qa/tasks/ceph.py b/qa/tasks/ceph.py index 6314183c3b37..235a406bfacd 100644 --- a/qa/tasks/ceph.py +++ b/qa/tasks/ceph.py @@ -376,7 +376,7 @@ def module_setup(ctx, config): cluster_name, 'mgr', 'module', - 'emable', + 'enable', m, ] log.info("enabling module %s", m)