- Ceph Cookbook(Second Edition)
- Vikhyat Umrao Michael Hackett Karan Singh
- 124字
- 2021-07-02 23:19:12
How to do it...
- Both clients must have the rbd-mirror installed and running:
# yum install rbd-mirror
# systemctl enable ceph-rbd-mirror.target
# systemctl enable ceph-rbd-mirror@<client-id>
# systemctl start ceph-rbd-mirror@<client-id>
- As with one way mirroring, both clients must have copies of the respective cluster configuration files and keyrings for client users for the mirrored pools.
- The pools to be replicated must have mirroring enabled at the pool or image level in both clusters:
# rbd mirror pool enable <pool> <replication type>
# rbd mirror pool enable <pool> <replication type>
- Validate that mirroring has been successfully enabled:
# rbd mirror pool status data
- The pools to be replicated must have a peer registered for mirroring in both clusters:
# rbd mirror pool peer add <pool>
client.<user>@<primary cluster name>
# rbd mirror pool peer add <pool>
client.<user>@<secondary cluster name>
推薦閱讀
- Oracle SOA Governance 11g Implementation
- 基于LabWindows/CVI的虛擬儀器設計與應用
- 自動控制原理
- Hands-On Cybersecurity with Blockchain
- 現代機械運動控制技術
- 自動生產線的拆裝與調試
- Windows環境下32位匯編語言程序設計
- 菜鳥起飛系統安裝與重裝
- Practical Big Data Analytics
- Creating ELearning Games with Unity
- 手把手教你學Photoshop CS3
- 玩機器人 學單片機
- 系統建模與控制導論
- 創客機器人實戰:基于Arduino和樹莓派
- 從實踐中學嵌入式Linux操作系統