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

msg: make loopback Connection feature accurate all the time #11183

Merged
merged 1 commit into from Oct 11, 2016

Commits on Oct 10, 2016

  1. msg: make loopback Connection feature accurate all the time

    In 626360a we made the
    OSD cluster loopback connection CEPH_FEATURES_ALL, but
    all other loopback connections got features == 0.  I
    can't come up with any reason we wouldn't want those
    connections to have accurate feature bits, so let's just
    use CEPH_FEATURES_ALL for all of them.
    
    While we're here, make the cflags argument required.
    
    Signed-off-by: Sage Weil <sage@redhat.com>
    liewegas committed Oct 10, 2016
    Copy the full SHA
    0dbe8fd View commit details
    Browse the repository at this point in the history