From: Matt Benjamin Date: Wed, 13 Jul 2022 18:28:08 +0000 (-0400) Subject: rgwlc: return real default zone type from sal_dbstore and sal_motr X-Git-Tag: v17.2.8~130^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e76b0619aef4ba20ce9caa3565cfb8f5a19f94ea;p=ceph.git rgwlc: return real default zone type from sal_dbstore and sal_motr Signed-off-by: Matt Benjamin (cherry picked from commit 92657be1ea204700e3b0e0e30a8e0e1dc2074470) Conflicts: src/rgw/rgw_sal_dbstore.h (trivial) src/rgw/rgw_sal_motr.h (not exist) --- diff --git a/src/rgw/rgw_sal_dbstore.h b/src/rgw/rgw_sal_dbstore.h index e42615d5ef21..80656991f2dc 100644 --- a/src/rgw/rgw_sal_dbstore.h +++ b/src/rgw/rgw_sal_dbstore.h @@ -270,7 +270,7 @@ protected: virtual bool get_redirect_endpoint(std::string* endpoint) override; virtual bool has_zonegroup_api(const std::string& api) const override; virtual const std::string& get_current_period_id() override; - virtual const std::string& get_tier_type() override { return "fixme"; } + virtual const std::string& get_tier_type() override { return "rgw"; } }; class DBLuaScriptManager : public LuaScriptManager {