From e76b0619aef4ba20ce9caa3565cfb8f5a19f94ea Mon Sep 17 00:00:00 2001 From: Matt Benjamin Date: Wed, 13 Jul 2022 14:28:08 -0400 Subject: [PATCH] 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) --- src/rgw/rgw_sal_dbstore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rgw/rgw_sal_dbstore.h b/src/rgw/rgw_sal_dbstore.h index e42615d5ef2..80656991f2d 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 { -- 2.47.3