From: Casey Bodley Date: Mon, 5 May 2025 16:02:29 +0000 (-0400) Subject: Merge pull request #62398 from AliMasarweh/wip-alimasa-rgw-standalone-zone X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=f733a87f4d8f08ce15c541ff6e06a905772b323f;p=ceph.git Merge pull request #62398 from AliMasarweh/wip-alimasa-rgw-standalone-zone RGW/standalone: refactor rgw_zone.h with configstore Reviewed-by: Casey Bodley Reviewed-by: Daniel Gryniewicz --- f733a87f4d8f08ce15c541ff6e06a905772b323f diff --cc src/rgw/rgw_period_puller.cc index 54137a0b0d384,862a9f3116ff6..9feffdfdf6b6f --- a/src/rgw/rgw_period_puller.cc +++ b/src/rgw/rgw_period_puller.cc @@@ -4,9 -4,9 +4,10 @@@ #include "rgw_rados.h" #include "rgw_zone.h" #include "rgw_rest_conn.h" +#include "rgw_http_errors.h" #include "common/ceph_json.h" #include "common/errno.h" + #include "rgw_sal_config.h" #include "services/svc_zone.h"