mirror of
https://github.com/ceph/ceph
synced 2025-01-04 02:02:36 +00:00
Merge pull request #36542 from mkogan1/wip-rgw-fix-sync-stats
rgw: fix user stats iterative increment Reviewed-by: Daniel Gryniewicz <dang@redhat.com>
This commit is contained in:
commit
3b01bdc692
@ -214,7 +214,7 @@ int RGWRadosBucket::read_bucket_stats(optional_yield y)
|
||||
|
||||
int RGWRadosBucket::sync_user_stats()
|
||||
{
|
||||
return store->ctl()->bucket->sync_user_stats(owner->get_id(), info, &ent);
|
||||
return store->ctl()->bucket->sync_user_stats(owner->get_id(), info);
|
||||
}
|
||||
|
||||
int RGWRadosBucket::update_container_stats(void)
|
||||
|
Loading…
Reference in New Issue
Block a user