From 96d28fb9b401e56b45ce1194a878f0940d0398d7 Mon Sep 17 00:00:00 2001 From: vibhuti sodhi Date: Fri, 27 Sep 2024 17:51:05 +0530 Subject: [PATCH] OADP-4074-network-settings --- _topic_maps/_topic_map.yml | 5 ++++ .../oadp-performance/_attributes | 1 + .../oadp-performance/images | 1 + .../oadp-performance/modules | 1 + .../oadp-recommended-network-settings.adoc | 25 +++++++++++++++++++ .../oadp-performance/snippets | 1 + 6 files changed, 34 insertions(+) create mode 120000 backup_and_restore/application_backup_and_restore/oadp-performance/_attributes create mode 120000 backup_and_restore/application_backup_and_restore/oadp-performance/images create mode 120000 backup_and_restore/application_backup_and_restore/oadp-performance/modules create mode 100644 backup_and_restore/application_backup_and_restore/oadp-performance/oadp-recommended-network-settings.adoc create mode 120000 backup_and_restore/application_backup_and_restore/oadp-performance/snippets diff --git a/_topic_maps/_topic_map.yml b/_topic_maps/_topic_map.yml index ba50080821..008325cc56 100644 --- a/_topic_maps/_topic_map.yml +++ b/_topic_maps/_topic_map.yml @@ -3376,6 +3376,11 @@ Topics: Topics: - Name: OADP 1.4 release notes File: oadp-1-4-release-notes + - Name: OADP performance + Dir: oadp-performance + Topics: + - Name: OADP recommended network settings + File: oadp-recommended-network-settings - Name: OADP features and plugins File: oadp-features-plugins - Name: OADP use cases diff --git a/backup_and_restore/application_backup_and_restore/oadp-performance/_attributes b/backup_and_restore/application_backup_and_restore/oadp-performance/_attributes new file mode 120000 index 0000000000..bf7c2529fd --- /dev/null +++ b/backup_and_restore/application_backup_and_restore/oadp-performance/_attributes @@ -0,0 +1 @@ +../../../_attributes/ \ No newline at end of file diff --git a/backup_and_restore/application_backup_and_restore/oadp-performance/images b/backup_and_restore/application_backup_and_restore/oadp-performance/images new file mode 120000 index 0000000000..4399cbb3c0 --- /dev/null +++ b/backup_and_restore/application_backup_and_restore/oadp-performance/images @@ -0,0 +1 @@ +../../../images/ \ No newline at end of file diff --git a/backup_and_restore/application_backup_and_restore/oadp-performance/modules b/backup_and_restore/application_backup_and_restore/oadp-performance/modules new file mode 120000 index 0000000000..36719b9de7 --- /dev/null +++ b/backup_and_restore/application_backup_and_restore/oadp-performance/modules @@ -0,0 +1 @@ +../../modules/ \ No newline at end of file diff --git a/backup_and_restore/application_backup_and_restore/oadp-performance/oadp-recommended-network-settings.adoc b/backup_and_restore/application_backup_and_restore/oadp-performance/oadp-recommended-network-settings.adoc new file mode 100644 index 0000000000..8d2919ac47 --- /dev/null +++ b/backup_and_restore/application_backup_and_restore/oadp-performance/oadp-recommended-network-settings.adoc @@ -0,0 +1,25 @@ +:_mod-docs-content-type: ASSEMBLY +[id="oadp-recommended-network-settings.adoc"] += {oadp-short} recommended network settings +include::_attributes/common-attributes.adoc[] +include::_attributes/attributes-openshift-dedicated.adoc[] + +:context: oadp-recommended-network-settings + +toc::[] + +For a supported experience with {oadp-first}, you should have a stable and resilient network across {OCP-short} nodes, S3 storage, and in supported cloud environments that meet {OCP-short} network requirement recommendations. + +To ensure successful backup and restore operations for deployments with remote S3 buckets located off-cluster with suboptimal data paths, it is recommended that your network settings meet the following minimum requirements in such less optimal conditions: + +* Bandwidth (network upload speed to object storage): Greater than 2 Mbps for small backups and 10-100 Mbps depending on the data volume for larger backups. +* Packet loss: 1% +* Packet corruption: 1% +* Latency: 100ms + +Ensure that your {product-title} network performs optimally and meets {product-title} network requirements. + +[IMPORTANT] +==== +Although Red Hat provides supports for standard backup and restore failures, it does not provide support for failures caused by network settings that do not meet the recommended thresholds. +==== diff --git a/backup_and_restore/application_backup_and_restore/oadp-performance/snippets b/backup_and_restore/application_backup_and_restore/oadp-performance/snippets new file mode 120000 index 0000000000..ce62fd7c41 --- /dev/null +++ b/backup_and_restore/application_backup_and_restore/oadp-performance/snippets @@ -0,0 +1 @@ +../../../snippets/ \ No newline at end of file