mgr/cephadm: re-enable osdspec affinity passing#35374
mgr/cephadm: re-enable osdspec affinity passing#35374sebastian-philipp merged 2 commits intoceph:masterfrom
Conversation
Signed-off-by: Joshua Schmid <jschmid@suse.de>
|
fixing |
Signed-off-by: Joshua Schmid <jschmid@suse.de>
well, the upgrade order demands that MGRs are upgraded before OSDs. |
err.. right |
|
I guess the best option we have is to wait a bit more until we get this in |
|
hm. Why do we have a problem here at all?
|
I think this is the most problematic case. In this case the OSDs don't have a version of Problems like this will probably occur more often in the future when we have cross-dependencies (that are not easily resolvable with version constraints) |
Signed-off-by: Joshua Schmid jschmid@suse.de
#34835 is merged now.
There is a big pitfall to this patch:
When the mgr is updated before the osd daemons, the mgr will crash. Currently there is no safeguard against this scenario besides the 'update order' itself.