diff options
author | Venky Shankar <vshankar@redhat.com> | 2024-08-23 18:32:34 +0200 |
---|---|---|
committer | Venky Shankar <vshankar@redhat.com> | 2024-08-23 18:32:34 +0200 |
commit | db4959e44f0252a53b4d8688fbf88b3dda70ea12 (patch) | |
tree | f6e758f3142b315fc118bb7cbbd483d9606510d0 /qa/cephfs | |
parent | Merge pull request #58336 from Svelar/uadk (diff) | |
parent | qa/suites/fs/workload: drop mgrmodules stanza (diff) | |
download | ceph-db4959e44f0252a53b4d8688fbf88b3dda70ea12.tar.xz ceph-db4959e44f0252a53b4d8688fbf88b3dda70ea12.zip |
Merge PR #58487 into main
* refs/pull/58487/head:
qa/suites/fs/workload: drop mgrmodules stanza
qa/tasks/ceph: fix "ceph mgr module enable" command
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Reviewed-by: Rishabh Dave <ridave@redhat.com>
Reviewed-by: Milind Changire <mchangir@redhat.com>
Diffstat (limited to 'qa/cephfs')
-rw-r--r-- | qa/cephfs/begin/3-modules.yaml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/qa/cephfs/begin/3-modules.yaml b/qa/cephfs/begin/3-modules.yaml deleted file mode 100644 index 25947342569..00000000000 --- a/qa/cephfs/begin/3-modules.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Enable mgr modules now before any CephFS mounts are created by the mgr. This -# avoids the potential race of the mgr mounting CephFS and then getting failed -# over by the monitors before the monitors have a chance to note the new client -# session from the mgr beacon. In that case, the monitors will not blocklist -# that client mount automatically so the MDS will eventually do the eviction -# (and create a cluster log warning which we want to avoid). -# -# Note: ideally the mgr would gently stop mgr modules before respawning so that -# the client mounts can be unmounted but this caused issues historically with -# modules like the dashboard so an abrupt restart was chosen instead. - -mgrmodules: - sequential: - - print: "Enabling mgr modules" - # other fragments append to this - -tasks: - - sequential: - - mgrmodules |