- 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
推薦閱讀
- 火格局的時空變異及其在電網防火中的應用
- 機器學習及應用(在線實驗+在線自測)
- Machine Learning for Cybersecurity Cookbook
- Learning Apache Cassandra(Second Edition)
- 人工智能工程化:應用落地與中臺構建
- PHP開發手冊
- VB語言程序設計
- Creo Parametric 1.0中文版從入門到精通
- C++程序設計基礎(上)
- 重估:人工智能與賦能社會
- 基于人工免疫原理的檢測系統模型及其應用
- 機器學習案例分析(基于Python語言)
- Apache Spark Quick Start Guide
- 計算機硬件技術基礎學習指導與練習
- Python語言從入門到精通