mirror of
https://github.com/ceph/ceph
synced 2025-04-01 23:02:17 +00:00
rgw: store bucket information in the .rgw pool instead of .buckets
Signed-off-by: Greg Farnum <gregory.farnum@dreamhost.com>
This commit is contained in:
parent
80ba05e8ef
commit
444ca65638
@ -7,7 +7,7 @@
|
||||
#include "rgw_common.h"
|
||||
|
||||
|
||||
#define BUCKETS_POOL_NAME ".buckets"
|
||||
#define BUCKETS_POOL_NAME ".rgw"
|
||||
|
||||
extern int rgw_get_bucket_info_id(uint64_t bucket_id, RGWBucketInfo& info);
|
||||
extern int rgw_get_bucket_info(string& bucket_name, RGWBucketInfo& info);
|
||||
|
Loading…
Reference in New Issue
Block a user