Skip to content

Instantly share code, notes, and snippets.

@flaf
Created April 1, 2019 07:12
Show Gist options
  • Save flaf/247e4475a5025157906654b521e9986f to your computer and use it in GitHub Desktop.
Save flaf/247e4475a5025157906654b521e9986f to your computer and use it in GitHub Desktop.
endpoints of a zonegroup
[root@ceph01 /]# radosgw-admin --cluster ceph-a zonegroup get
{
    "id": "47e7433a-bfe2-4c6a-b761-4cdf32cbf25c",
    "name": "zg-1",
    "api_name": "zg-1",
    "is_master": "true",
    "endpoints": [
        "http://s3.virt.priv:8080"
    ],
    "hostnames": [
        "s3.virt.priv"
    ],
    "hostnames_s3website": [],
    "master_zone": "d46ab057-f09f-4357-9c3d-af9b30af458c",
    "zones": [
        {
            "id": "d46ab057-f09f-4357-9c3d-af9b30af458c",
            "name": "ceph-a",
            "endpoints": [
                "s3.virt.priv:8080"
            ],
            "log_meta": "false",
            "log_data": "false",
            "bucket_index_max_shards": 0,
            "read_only": "false",
            "tier_type": "",
            "sync_from_all": "true",
            "sync_from": [],
            "redirect_zone": ""
        }
    ],
    "placement_targets": [
        {
            "name": "default-placement",
            "tags": []
        }
    ],
    "default_placement": "default-placement",
    "realm_id": "14deb524-c0fa-41a0-a43f-2a46485bf229"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment