]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgwlc: return real default zone type from sal_dbstore and sal_motr
authorMatt Benjamin <mbenjamin@redhat.com>
Wed, 13 Jul 2022 18:28:08 +0000 (14:28 -0400)
committerMykola Golub <mgolub@suse.com>
Tue, 12 Dec 2023 10:17:29 +0000 (12:17 +0200)
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)

src/rgw/rgw_sal_dbstore.h

index e42615d5ef21603245d5c4f58e843ded1828e9c1..80656991f2dcdce77d28b0e1fc41ec03c3934bff 100644 (file)
@@ -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 {