diff --git a/Documentation/disaster-recovery-overview.md b/Documentation/disaster-recovery-overview.md new file mode 100644 index 0000000000000..82d8e991addfd --- /dev/null +++ b/Documentation/disaster-recovery-overview.md @@ -0,0 +1,13 @@ +--- +title: Disaster Recovery Overview +weight: 3240 +--- + +# Planned Migration and Disaster Recovery with Rook + +Rook v1.6.0 comes with the new volume replication support and Ceph-CSI v3.3.0, which allows users to perform disaster recovery and planned migration of clusters. + +The following documents will help to configure the clusters, as well as track the procedure for failover and failback in case of a Disaster recovery or Planned migration use cases: + +* [Configuring clusters with DR](rbd-mirroring.md): Understanding RBD Mirroring and steps to set it up using rook. +* [Async DR Failover and Failback Steps](async-disaster-recovery.md): Tracks steps for Failover and Failback in case of a Disaster or a Planned migration.