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: user quota may not adjust on bucket removal #7586

Merged
merged 1 commit into from Feb 10, 2016
Merged

rgw: user quota may not adjust on bucket removal #7586

merged 1 commit into from Feb 10, 2016

Commits on Feb 9, 2016

  1. rgw: user quota may not adjust on bucket removal

    Description:
    If the user/admin removes a bucket using --force/--purge-objects options with s3cmd/radosgw-admin respectively, the user stats will continue to reflect the deleted objects for quota purposes, and there seems to be no way to reset them. User stats need to be sync'ed prior to bucket removal.
    
    Solution:
    Sync user stats before removing a bucket.
    
    Fixes: #14507
    Signed-off-by: Edward Yang eyang@us.fujitsu.com
    root committed Feb 9, 2016
    Copy the full SHA
    0650799 View commit details
    Browse the repository at this point in the history