Skip to content
This repository has been archived by the owner on Feb 12, 2021. It is now read-only.

quay: update geo-replication.md #1225

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion quay-enterprise/geo-replication.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Georeplication allows for a single globally-distributed Quay Enterprise to serve container images from localized storage.

When georeplication is configured, container image pushes will be written to the preferred storage engine for that QE instance. After the initial push, image data will be replicated in the background to other storage engines. The list of replication locations is configurable. An image pull will always use the closest available storage engine, to maximize pull performance.
When georeplication is configured, container image pushes will be written to the preferred storage engine for that QE instance. After the initial push, image data will be replicated in the background to other storage engines. Georeplication provides eventually consistentency of the image store. The list of replication locations is configurable. An image pull will always use the closest available storage engine, to maximize pull performance. Images pushed when georeplication is enabled will usually be available at other storage site after just a few minutes although this is dependent on the network route between the QE instance and the various storage engines.

## Prerequisites

Expand Down