Commit fcdae78
committed
cephadm: bootstrap: verify orch module is running before setting cephadm backend
There have been occasional failures when bootstrapping with error
messages like
```
Module 'orchestrator' is not enabled/loaded (required by command 'orch set backend'): use `ceph mgr module enable orchestrator` to enable it
```
despite the orchestrator being meant to be an always on module.
Since trying to enable an already enabled module causes no issues,
trying to enable it ourselves seems like a sensible workaround.
Fixes: https://tracker.ceph.com/issues/67969
Signed-off-by: Adam King <[email protected]>1 parent ce2c7d5 commit fcdae78
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2408 | 2408 | | |
2409 | 2409 | | |
2410 | 2410 | | |
| 2411 | + | |
| 2412 | + | |
| 2413 | + | |
| 2414 | + | |
| 2415 | + | |
| 2416 | + | |
2411 | 2417 | | |
2412 | 2418 | | |
2413 | 2419 | | |
| |||
0 commit comments