- Ceph Cookbook(Second Edition)
- Vikhyat Umrao Michael Hackett Karan Singh
- 235字
- 2021-07-02 23:19:12
How to do it...
- How to properly failover after an orderly shutdown:
- Stop all client's that are writing to the primary image
- Demote the primary image located on the ceph cluster:
# rbd mirror image demote data/image-1
-
- Promote the non-primary image located on the backup cluster:
# rbd-mirror image promote data/image-1
-
- Validate image has become primary on the backup cluster:
# rbd mirror image status data/image-1
-
- Resume client access to the image:


- How to properly failover after a non-orderly shutdown:
- Validate that the primary cluster is in a down state
- Stop all client access to the ceph cluster that accesses the primary image
- Promote the non-primary image using the FORCE option on the backup cluster, as the demotion cannot be propagated to the down ceph cluster:
# rbd-mirror image promote data/image-1
-
- Resume client access to the peer image
- How to failback from a disaster:
- If there was a non-orderly shutdown on the ceph cluster then demote the old primary image on the ceph cluster once it returns:
# rbd mirror image demote data/image-1
-
- Resynchronize the image only if there was a non-orderly shutdown:
# rbd mirror image resync data/image-1
-
- Validate that the re-synchronization has completed and image is in up+replaying state:
# rbd mirror image status data/image-1
-
- Demote the secondary image on the backup cluster:
# rbd mirror image demote data/image-1
-
- Promote the formerly primary image on ceph cluster:
# rbd mirror image promotion data/image-1
推薦閱讀
- Canvas LMS Course Design
- Natural Language Processing Fundamentals
- 控制與決策系統仿真
- 手把手教你玩轉RPA:基于UiPath和Blue Prism
- 手把手教你學AutoCAD 2010
- 西門子S7-200 SMART PLC從入門到精通
- Dreamweaver CS3網頁設計與網站建設詳解
- 機器人智能運動規劃技術
- Multimedia Programming with Pure Data
- 信息物理系統(CPS)測試與評價技術
- Linux內核精析
- C++程序設計基礎(上)
- 基于敏捷開發的數據結構研究
- 21天學通Linux嵌入式開發
- 3ds Max造型表現藝術