Skip to content

Commit 9a0bf7d

Browse files
authored
Merge pull request #71987 from ousleyp/cnv-36930
CNV#36930: DR link to kbase and assembly stub updates
2 parents 71edfac + 63721a0 commit 9a0bf7d

File tree

2 files changed

+33
-4
lines changed

2 files changed

+33
-4
lines changed

modules/virt-about-dr-methods.adoc

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * virt/backup_restore/virt-disaster-recovery.adoc
4+
5+
:_mod-docs-content-type: CONCEPT
6+
[id="virt-about-dr-methods_{context}"]
7+
= About disaster recovery methods
8+
9+
For an overview of disaster recovery (DR) concepts, architecture, and planning considerations, see the link:https://access.redhat.com/articles/7041594[Red Hat {VirtProductName} disaster recovery guide] in the Red Hat Knowledgebase.
10+
11+
The two primary DR methods for {VirtProductName} are Metropolitan Disaster Recovery (Metro-DR) and Regional-DR.
12+
13+
Metro-DR::
14+
15+
Metro-DR uses synchronous replication. It writes to storage at both the primary and secondary sites so that the data is always synchronized between sites. Because the storage provider is responsible for ensuring that the synchronization succeeds, the environment must meet the throughput and latency requirements of the storage provider.
16+
17+
Regional-DR::
18+
19+
Regional-DR uses asynchronous replication. The data in the primary site is synchronized with the secondary site at regular intervals. For this type of replication, you can have a higher latency connection between the primary and secondary sites.
20+
21+
[id="metro-dr_{context}"]
22+
== Metro-DR for {rh-storage-first}
23+
24+
{VirtProductName} supports the link:https://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.14/html-single/configuring_openshift_data_foundation_disaster_recovery_for_openshift_workloads/index#metro-dr-solution[Metro-DR solution for {rh-storage}], which provides two-way synchronous data replication between managed {VirtProductName} clusters installed on primary and secondary sites. This solution combines {rh-rhacm-first}, Red Hat Ceph Storage, and {rh-storage} components.
25+
26+
Use this solution during a site disaster to fail applications from the primary to the secondary site, and to relocate the application back to the primary site after restoring the disaster site.
27+
28+
This synchronous solution is only available to metropolitan distance data centers with a 10 millisecond latency or less.
29+
30+
For more information about using the Metro-DR solution for {rh-storage} with {VirtProductName}, see link:https://access.redhat.com/articles/7053115[the Red Hat Knowledgebase].

virt/backup_restore/virt-disaster-recovery.adoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
[id="virt-disaster-recovery"]
33
= Disaster recovery
44
include::_attributes/common-attributes.adoc[]
5-
:context: virt-about-dr
5+
:context: virt-disaster-recovery
66

77
toc::[]
88

9-
The disaster recovery documentation provides information for administrators on how to recover from certain disaster scenarios that might occur with an {product-title} cluster. As an administrator, you must plan your {VirtProductName} deployment in advance in order to take advantage of disaster recovery.
9+
{VirtProductName} supports using disaster recovery (DR) solutions to ensure that your environment can recover after a site outage. To use these methods, you must plan your {VirtProductName} deployment in advance.
1010

11-
Metropolitan Disaster Recovery (Metro-DR)::
12-
Metro-DR provides two-way synchronous data replication between managed {VirtProductName} clusters installed on primary and secondary sites. Use Metro-DR during a site disaster to fail applications from the primary to the secondary site, and to relocate the application back to the primary site after restoring the disaster site. This synchronous solution is only available to metropolitan distance data centers with a 10 millisecond latency or less. For more information, see https://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.14/html-single/configuring_openshift_data_foundation_disaster_recovery_for_openshift_workloads/index#metro-dr-solution[Metro-DR solution for OpenShift Data Foundation].
11+
include::modules/virt-about-dr-methods.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)