]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks/ceph: fix "ceph mgr module enable" command
authorIlya Dryomov <idryomov@gmail.com>
Tue, 9 Jul 2024 20:22:59 +0000 (22:22 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Tue, 9 Jul 2024 21:16:37 +0000 (23:16 +0200)
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 <idryomov@gmail.com>
qa/tasks/ceph.py

index 6314183c3b3742ebecc78f0d792e3f47d1060c9a..235a406bfacd8008d90dfb2643ce2d33e89bd98d 100644 (file)
@@ -376,7 +376,7 @@ def module_setup(ctx, config):
            cluster_name,
            'mgr',
            'module',
-           'emable',
+           'enable',
            m,
         ]
         log.info("enabling module %s", m)