Skip to content

Commit d25fe4e

Browse files
committed
qa/suites/fs/workload: drop mgrmodules stanza
After commit 5601f91 ("qa: move some configs to cluster-conf"), mgrmodules shouldn't be needed. Currently "ceph mgr module enable" command actually gets run twice with the one triggered by mgrmodules coming in 10 minutes later: 2024-07-04T02:37:06.207 INFO:tasks.cephadm:enabling module snap_schedule 2024-07-04T02:37:06.208 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm ... shell ... -- sudo ceph --cluster ceph mgr module enable snap_schedule 2024-07-04T02:47:08.104 INFO:teuthology.run_tasks:Running task sequential... 2024-07-04T02:47:08.114 INFO:teuthology.task.sequential:In sequential, running task sequential... 2024-07-04T02:47:08.114 INFO:teuthology.task.sequential:In sequential, running task print... 2024-07-04T02:47:08.115 INFO:teuthology.task.print:Enabling mgr modules 2024-07-04T02:47:08.115 INFO:teuthology.task.sequential:In sequential, running task exec... 2024-07-04T02:47:08.116 INFO:teuthology.task.exec:Executing custom commands... 2024-07-04T02:47:08.116 INFO:teuthology.task.exec:Running commands on role mon.a host [email protected] 2024-07-04T02:47:08.116 DEBUG:teuthology.orchestra.run.smithi032:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'ceph mgr module enable snap_schedule' Signed-off-by: Ilya Dryomov <[email protected]>
1 parent 8b5e7cc commit d25fe4e

File tree

3 files changed

+0
-25
lines changed

3 files changed

+0
-25
lines changed

qa/cephfs/begin/3-modules.yaml

Lines changed: 0 additions & 19 deletions
This file was deleted.

qa/suites/fs/workload/begin/3-modules.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

qa/suites/fs/workload/tasks/3-snaps/yes.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
mgrmodules:
2-
sequential:
3-
- exec:
4-
mon.a:
5-
- ceph mgr module enable snap_schedule
61
overrides:
72
ceph:
83
mgr-modules:

0 commit comments

Comments
 (0)