6.4. 在多站点 Ceph 对象网关配置中同步数据
在存储集群的多站点 Ceph 对象网关配置中,故障转移和故障恢复会导致数据同步停止。radosgw-admin sync status
命令报告数据同步在延长时间内已落后。
您可以运行 radosgw-admin data sync init
命令,来同步站点之间的数据,然后重启 Ceph 对象网关。此命令不涉及任何实际对象数据,并启动指定源区的数据同步。这会导致区从源区重启完全同步。
重要
在运行 data sync init
命令前,请联系红帽支持。 https://access.redhat.com/support/contact/technicalSupport
如果您要完全重启同步,并且源区上需要同步很多数据,则必须相应地规划带宽消耗。
注意
如果用户意外删除次要站点上的存储桶,您可以使用站点上的 metadata sync init
命令同步数据。
先决条件
- 一个正在运行的 Red Hat Ceph Storage 集群。
- Ceph 对象网关至少配置两个站点。
流程
检查站点之间的同步状态:
示例
[ceph: host04 /]# radosgw-admin sync status realm d713eec8-6ec4-4f71-9eaf-379be18e551b (india) zonegroup ccf9e0b2-df95-4e0a-8933-3b17b64c52b7 (shared) zone 04daab24-5bbd-4c17-9cf5-b1981fd7ff79 (primary) current time 2022-09-15T06:53:52Z zonegroup features enabled: resharding metadata sync no sync (zone is master) data sync source: 596319d2-4ffe-4977-ace1-8dd1790db9fb (secondary) syncing full sync: 0/128 shards incremental sync: 128/128 shards data is caught up with source
同步来自 second zone 的数据:
示例
[ceph: root@host04 /]# radosgw-admin data sync init --source-zone primary
在站点重启所有 Ceph 对象网关守护进程:
示例
[ceph: root@host04 /]# ceph orch restart rgw.myrgw