Skip to content
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

mgr/orchestractor: rgw realm and zone flags must both be provided #40735

Merged
merged 1 commit into from Apr 14, 2021

Conversation

Daniel-Pivonka
Copy link

if only realm was provided rgw runs in default(nonmultisite) mode which is not the expected behavior.
if only zone was provided the daemons would crash. error was obvious in the containers logs but user would have had to go looking there to figure it out.

adding check that both flags are provided and error if not so the user is clearly aware of the problem.

Fixes: https://tracker.ceph.com/issues/50267
Signed-off-by: Daniel Pivonka dpivonka@redhat.com

@liewegas
Copy link
Member

liewegas commented Apr 9, 2021

orchestrator/module.py:1088:21: E126 continuation line over-indented for hanging indent
orchestrator/module.py:1091:21: E126 continuation line over-indented for hanging indent

Signed-off-by: Daniel Pivonka <dpivonka@redhat.com>
@liewegas liewegas merged commit ff97629 into ceph:master Apr 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants