diff options
Diffstat (limited to 'src/rgw/rgw_rados.h')
-rw-r--r-- | src/rgw/rgw_rados.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rgw/rgw_rados.h b/src/rgw/rgw_rados.h index d01f76ec224..381b886d462 100644 --- a/src/rgw/rgw_rados.h +++ b/src/rgw/rgw_rados.h @@ -438,6 +438,8 @@ struct RGWZoneParams { void init_default(RGWRados *store); int store_info(CephContext *cct, RGWRados *store, RGWRegion& region); + int verify_pools_valid(CephContext *cct); + void encode(bufferlist& bl) const { ENCODE_START(4, 1, bl); ::encode(domain_root, bl); |