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 lifecycle testing #11131

Merged
merged 2 commits into from Sep 21, 2016
Merged

Rgw lifecycle testing #11131

merged 2 commits into from Sep 21, 2016

Commits on Sep 21, 2016

  1. Lifecycle - Fix config locking

    The lifecycle config lock was not setting a cookie.  This means that all
    instances of that lock conflict, causing errors to be returned to the
    client.
    
    Set a unique cookie on each lock instance.
    
    Signed-off-by: Daniel Gryniewicz <dang@redhat.com>
    dang committed Sep 21, 2016
    Copy the full SHA
    1707da2 View commit details
    Browse the repository at this point in the history
  2. Lifecycle testing

    Add new config option - rgw_lc_debug_interval - that modifies the
    lifecycle algorithm.  It treats days as being the configured number of
    seconds.  This allows lifecycle to be tested in minutes, rather than
    days.
    
    Signed-off-by: Daniel Gryniewicz <dang@redhat.com>
    dang committed Sep 21, 2016
    Copy the full SHA
    77853a4 View commit details
    Browse the repository at this point in the history