-
Notifications
You must be signed in to change notification settings - Fork 35
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
Unable to set microcephd ip address #303
Comments
Thanks @krombel. As I see it there's two use cases for splitting public/cluster networks a) reducing attack surface by separating networks For maximum flexibility I'd suggest to add an extra cli param for the bootstrap command to bind microcephd to a specific net |
Signed-off-by: Matthias Kesler <krombel@krombel.de>
Thanks for checking this issue. By using the command Regards. |
Fix #303: Introduce flag --microceph-ip for cluster bootstrap
Issue report
I cannot set microcephd listening ip when using
microceph cluster bootstrap
What version of MicroCeph are you using ?
microceph (reef/stable) 18.2.0+snap3f8909a69a
What are the steps to reproduce this issue ?
What happens (observed behaviour) ?
What were you expecting to happen ?
Additional comments.
While looking at the bootstrap code it does not seem to be possible to overwrite the microcephd-IP.
It only seems to be possible with
microceph init
in the interactive setup (as this code shows) but there it is not possible to set the ceph ips...The text was updated successfully, but these errors were encountered: