{% extends "base.html" %} {% block title %}Sites - S3 Compatible Storage{% endblock %} {% block content %}
Geo-Distribution
Configure this site's identity and manage peer sites for geo-distribution.
This site's configuration
Register a remote site
Known remote sites in the cluster
| Health | Site ID | Endpoint | Region | Priority | Sync Status | Actions |
|---|---|---|---|---|---|---|
| {% if peer.is_healthy == true %} {% elif peer.is_healthy == false %} {% else %} {% endif %} |
{{ peer.display_name or peer.site_id }}
{% if peer.display_name and peer.display_name != peer.site_id %}
{{ peer.site_id }} {% endif %} |
{% set parsed = peer.endpoint | split(pat="//") %} {% if parsed|length > 1 %}{% set host_parts = parsed[1] | split(pat="/") %}{{ host_parts[0] }}{% else %}{{ peer.endpoint }}{% endif %} | {{ peer.region }} | {{ peer.priority }} |
{% if item.has_connection %}
{{ item.buckets_syncing }} bucket{% if item.buckets_syncing != 1 %}s{% else %}{% endif %}
{% if item.has_bidirectional %}
{% endif %}
|
|
Add peer sites to enable geo-distribution and site-to-site replication.