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 MDS to already deployed cluster #3599
Conversation
|
TODO:
|
c7e7d15
to
90aebb7
Compare
be37586
to
ee7aebe
Compare
|
Attaching logs where dev-centos-non_container-add_mdss-SUCCEEDED.log |
|
jenkins test dev-centos-non_container-add_mdss |
|
out of my curiosity, does running the main playbook with |
If the inventory file is not updated I think it would redploy MDS on Originally, I did this mainly because I was following add-osd.yml and this README. But I am a little confused after reading it again. In contrast to what the README says, there are plenty instances where we are using roles - @guits @leseb Am I understanding it (the README) incorrectly? |
|
Looks like it worked! I ran |
c98c737
to
77c2d04
Compare
|
jenkins test dev-centos-non_container-add_mdss |
|
@guits @dsavineau |
|
jenkins test dev-centos-non_container-switch_to_containers |
f7531be
to
266e9a3
Compare
|
jenkins test dev-centos-non_container-switch_to_containers |
|
jenkins test dev-centos-container-add_mdss |
|
jenkins test dev-centos-non_container-add_mdss |
|
jenkins test dev-centos-non_container-all_daemons |
|
jenkins test dev-centos-container-all_daemons |
Add a tox scenario that adds an new MDS node as a part of already deployed Ceph cluster and deploys MDS there. Signed-off-by: Rishabh Dave <ridave@redhat.com>
even on master, force the release to be nautilus. this scenarios is failing because at multiple times this scenario is actually downgrading the ceph version. It might happen that the latest-master image is older than what was deployed in the first step of the scenario (the RPM deployment). Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com> (cherry picked from commit 41b0fa1)
|
jenkins test dev-centos-container-all_daemons |
|
jenkins test dev-centos-non_container-all_daemons |
|
jenkins test dev-centos-non_container-add_mdss |
|
jenkins test dev-centos-container-add_mdss |
Add a playbook that creates a new MDS node as a part of already
deployed Ceph cluster and deploys MDS there.