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: add missing call to pick_addresses #16940

Merged
merged 1 commit into from Aug 18, 2017
Merged

Conversation

jcsp
Copy link
Contributor

@jcsp jcsp commented Aug 9, 2017

Previously this was presumably simply not
applying the public_network setting at all.

Fixes: http://tracker.ceph.com/issues/20955
Signed-off-by: John Spray john.spray@redhat.com

@jcsp jcsp added the mgr label Aug 9, 2017
@jcsp jcsp requested a review from tchaikov August 9, 2017 11:49
Previously this was presumably simply not
applying the public_network setting at all.

Fixes: http://tracker.ceph.com/issues/20955
Signed-off-by: John Spray <john.spray@redhat.com>
@@ -52,6 +53,8 @@ int main(int argc, const char **argv)
usage();
}

pick_addresses(g_ceph_context, CEPH_PICK_ADDRESS_PUBLIC);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe a space is added Intentionally between function calls.
It is required, serves a purpose?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the space is fine.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jcsp Cool Thanks

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jcsp Thanks

@@ -52,6 +53,8 @@ int main(int argc, const char **argv)
usage();
}

pick_addresses(g_ceph_context, CEPH_PICK_ADDRESS_PUBLIC);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jcsp Cool Thanks

@@ -52,6 +53,8 @@ int main(int argc, const char **argv)
usage();
}

pick_addresses(g_ceph_context, CEPH_PICK_ADDRESS_PUBLIC);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jcsp Thanks

@tchaikov tchaikov merged commit 405c73e into ceph:master Aug 18, 2017
@tchaikov tchaikov modified the milestone: luminous Aug 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants