New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
allow adding a manager to a deployed cluster #3931
Conversation
|
This PR covers both containerized and non-containerized deployment. Locally it ran successfully; I have attached the logs to this comment. |
|
@guits @dsavineau I've named the new node as mgr0. But should it be named as mgr1 considering that one MGR is already deployed at mon0? |
|
jenkins test dev-centos-non_container-add_mgrs |
|
jenkins test dev-centos-container-add_mgrs |
I don't think this need to be mgr1. Even if there's already a mgr node collocated on mon0, the first mgr node (dedicated) should be named mgr0 |
|
jenkins test dev-centos-non_container-all_daemons |
|
jenkins test pipeline |
|
jenkins test dev-centos-container-update |
cb1854b
to
0b26e9f
Compare
|
jenkins test dev-centos-non_container-lvm_osds |
|
jenkins test dev-centos-container-lvm_osds |
|
jenkins test dev-centos-container-add_mgrs |
|
jenkins test dev-centos-non_container-add_mgrs |
Add a playbook that deploys manager on a new node and adds that node to the already deployed Ceph cluster. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1677431 Signed-off-by: Rishabh Dave <ridave@redhat.com>
Add code in ceph-mgr for creating a keyring for manager in so that managers can be deployed on a separate node too. Signed-off-by: Rishabh Dave <ridave@redhat.com>
|
jenkins test dev-centos-non_container-add_mgrs |
|
jenkins test dev-centos-container-add_mgrs |
Add a playbook that deploys manager on a new node and adds that node to
the already deployed Ceph cluster.
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1677431
Signed-off-by: Rishabh Dave ridave@redhat.com