-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refs/pull/56354/head: qa/suites/fs/workload: enable snap_schedule early Reviewed-by: Greg Farnum <[email protected]>
- Loading branch information
Showing
3 changed files
with
27 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.qa/cephfs/begin/3-modules.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters