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

rgw: sync status compares the current master period #12907

Merged
merged 3 commits into from Jan 18, 2017

Commits on Jan 12, 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>
    theanalyst committed Jan 12, 2017
    Copy the full SHA
    4ca18df View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2017

  1. 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>
    theanalyst committed Jan 13, 2017
    Copy the full SHA
    063c949 View commit details
    Browse the repository at this point in the history
  2. 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>
    theanalyst committed Jan 13, 2017
    Copy the full SHA
    cc306c5 View commit details
    Browse the repository at this point in the history