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
common: support OSDs with more than 2 digits #5087
Conversation
|
jenkins test centos-container-purge |
7948d3b
to
7cd0320
Compare
|
jenkins test centos-container-purge |
7cd0320
to
8813342
Compare
|
jenkins test centos-container-purge |
|
What happens when we get to four digits? |
We make a new PR 😆 joke aside, a refact of this patch is in progress to address this issue. |
8813342
to
0b42a38
Compare
When running environment with OSDs having ID with more than 2 digits, some tasks don't match the system units and therefore, playbook can fail. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1805643 Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
0b42a38
to
e19574c
Compare
|
jenkins test centos-container-purge |
|
jenkins test centos-non_container-purge |
|
jenkins test centos-container-update |
|
jenkins test centos-non_container-update |
|
jenkins test centos-non_container-switch_to_containers |
|
jenkins test centos-non_container-all_daemons |
|
jenkins test centos-container-all_daemons |
purge-container-cluster: support OSDs with 3 digits
When running environment with OSDs having ID with more than 2 digits,
this task doesn't match the system units and therefore, fails the playbook.
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1805643
Signed-off-by: Guillaume Abrioux gabrioux@redhat.com