Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
(cherry picked from commit
92657be1ea204700e3b0e0e30a8e0e1dc2074470)
Conflicts:
src/rgw/rgw_sal_dbstore.h (trivial)
src/rgw/rgw_sal_motr.h (not exist)
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 {