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

jewel: rgw: multisite: sync status reports master is on a different period #13175

Merged
merged 3 commits into from Feb 1, 2017

Commits on Jan 29, 2017

  1. rgw_admin: get master's period from store's current period info

    This ensures that we get the current period in contrast to the admin log
    which gets the master's earliest period.
    
    Fixes: http://tracker.ceph.com/issues/18064
    Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
    (cherry picked from commit 4ca18df)
    theanalyst authored and smithfarm committed Jan 29, 2017
    Copy the full SHA
    a0e0893 View commit details
    Browse the repository at this point in the history
  2. rgw: allow getting master log shards info on specified period

    This is needed for rgw admin's sync status or else we end up always
    publishing that we're behind since we are always checking against
    master's first period to sync from
    
    Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
    (cherry picked from commit 063c949)
    theanalyst authored and smithfarm committed Jan 29, 2017
    Copy the full SHA
    b2feddd View commit details
    Browse the repository at this point in the history
  3. rgw_admin: read master log shards from master's current period

    Also make the sync output look similar to the output of data sync
    Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
    
    (cherry picked from commit cc306c5)
    theanalyst authored and smithfarm committed Jan 29, 2017
    Copy the full SHA
    2cb0307 View commit details
    Browse the repository at this point in the history