1
0
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:
Greg Farnum 2011-09-29 13:45:40 -07:00
parent 80ba05e8ef
commit 444ca65638

View File

@ -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);