Skip to content

Commit 8b5e7cc

Browse files
committed
qa/tasks/ceph: fix "ceph mgr module enable" command
This was typoed in commit 9d485ae ("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 <[email protected]>
1 parent a5ca0c5 commit 8b5e7cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/tasks/ceph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ def module_setup(ctx, config):
376376
cluster_name,
377377
'mgr',
378378
'module',
379-
'emable',
379+
'enable',
380380
m,
381381
]
382382
log.info("enabling module %s", m)

0 commit comments

Comments
 (0)