Rely on "bootstrap" to configure MGR module#270
Conversation
|
Sometimes, when testing this PR with: I'm facing the following failure: On But after the failure, when I run I wasn't able to reproduce this on |
|
I'm tempted to say this is a bug in ceph/ceph#35195 (but I'm not sure yet) |
|
Apparently the error is caused by The following PR should fix that ceph/ceph#35678 |
|
Note that ATM, we are relying on [1] https://github.com/ceph/ceph-salt/blob/master/ceph-salt-formula/salt/_modules/ceph_orch.py#L10 |
|
The exit code issue is now reported in cephadm: https://tracker.ceph.com/issues/46233 |
e0dccff to
b90c0f2
Compare
Fixes: ceph#236 Signed-off-by: Ricardo Marques <rimarques@suse.com>
b90c0f2 to
e794816
Compare
|
All required ceph PRs are now backported, and this PR is now working as expected. |
After ceph/ceph#35678 is backportedAfter ceph/ceph#35805 is backportedAfter #283This PR will rely on cephadm bootstrap to configure cephadm MGR module, which will guarantee that all initializations are properly done (including the execution of ceph orch apply crash)
Fixes: #236
(Requires ceph/ceph#35195 - merged and backported, and ceph/ceph#35678)
Signed-off-by: Ricardo Marques rimarques@suse.com