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

mon: fix "fs new" pool metadata update, tests #16954

Merged
merged 3 commits into from
Aug 11, 2017

Commits on Aug 9, 2017

  1. mdsmon: don't add pool application metadata until running fully-luminous

    Signed-off-by: Greg Farnum <gfarnum@redhat.com>
    gregsfortytwo committed Aug 9, 2017
    Configuration menu
    Copy the full SHA
    bcd3554 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2017

  1. mdsmon: treat the osdmon correctly when doing plugged updates

    Make sure it's writeable before invoking changes, and propose_pending()
    on it when we're done.
    Make the PaxosService::C_RetryMessage public so we can do this from FSCommands.
    
    Maybe-
    Fixes: http://tracker.ceph.com/issues/20959
    
    Signed-off-by: Greg Farnum <gfarnum@redhat.com>
    gregsfortytwo committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    4357177 View commit details
    Browse the repository at this point in the history
  2. qa: test that "fs new" correctly set the application_metadata

    Signed-off-by: Greg Farnum <gfarnum@redhat.com>
    gregsfortytwo committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    c85af7b View commit details
    Browse the repository at this point in the history