mirror of
https://github.com/ceph/ceph
synced 2025-01-03 01:22:53 +00:00
rgw: some fixes
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
This commit is contained in:
parent
c1c40df12b
commit
a854d8937d
@ -295,7 +295,7 @@ protected:
|
||||
int fetch_stats_from_storage(const string& user, rgw_bucket& bucket, RGWStorageStats& stats);
|
||||
|
||||
public:
|
||||
RGWBucketStatsCache(RGWRados *_store) : RGWQuotaCache(store, store->ctx()->_conf->rgw_bucket_quota_cache_size) {
|
||||
RGWBucketStatsCache(RGWRados *_store) : RGWQuotaCache(_store, _store->ctx()->_conf->rgw_bucket_quota_cache_size) {
|
||||
}
|
||||
|
||||
AsyncRefreshHandler *allocate_refresh_handler(const string& user, rgw_bucket& bucket) {
|
||||
@ -386,7 +386,7 @@ protected:
|
||||
int fetch_stats_from_storage(const string& user, rgw_bucket& bucket, RGWStorageStats& stats);
|
||||
|
||||
public:
|
||||
RGWUserStatsCache(RGWRados *_store) : RGWQuotaCache(store, store->ctx()->_conf->rgw_bucket_quota_cache_size) {
|
||||
RGWUserStatsCache(RGWRados *_store) : RGWQuotaCache(_store, _store->ctx()->_conf->rgw_bucket_quota_cache_size) {
|
||||
}
|
||||
|
||||
AsyncRefreshHandler *allocate_refresh_handler(const string& user, rgw_bucket& bucket) {
|
||||
|
Loading…
Reference in New Issue
Block a user