CEPH filesystem development
 help / color / mirror / Atom feed
* Reg: Ceph Federated Gateway - Primary & Sec Region in one node
@ 2015-01-02  5:15 Prithiv M
  0 siblings, 0 replies; only message in thread
From: Prithiv M @ 2015-01-02  5:15 UTC (permalink / raw)
  To: majordomo@vger.kernel.org; +Cc: ceph-devel@vger.kernel.org

Hi,

i have already posted this question in various ceph users group but I haven't got an answer yet. I am trying to install ceph federated gateway setup with two regions - Master and Secondary with two zones each(primary and sec), all in one node. I am getting an error “region map does not specify master region." while creating user for secondary region. I have specified different ports for different zones.

Is it possible to install ceph in this setup. If not, why.

JSON FILE FOR MASTER REGION
—————————————————————


{ "name": "us",
  "api_name": "us",
  "is_master": "true",
  "endpoints": [
        "http:\/\/fqdn:80\/"],
  "master_zone": "us-east",
  "zones": [
        { "name": "us-east",
          "endpoints": [
                "http:\/\/fqdn:80\/"],
          "log_meta": "true",
          "log_data": "true"},
        { "name": "us-west",
          "endpoints": [
                "http:\/\/fqdn:81\/"],
          "log_meta": "true",
          "log_data": "true"}],
  "placement_targets": [
   {
     "name": "default-placement",
     "tags": []
   }
  ],
  "default_placement": "default-placement”}



JSON FILE FOR SEC REGION
———————————————————

{ "name": "eu",
  "api_name": "eu",
  "is_master": "false",
  "endpoints": [
        "http:\/\/fqdn:82\/"],
  "master_zone": "eu-east",
  "zones": [
        { "name": "eu-east",
          "endpoints": [
                "http:\/\/fqdn:82\/"],
          "log_meta": "true",
          "log_data": "true"},
        { "name": "eu-west",
          "endpoints": [
                "http:\/\/fqdn:83\/"],
          "log_meta": "true",
          "log_data": "true"}],
  "placement_targets": [
   {
     "name": "default-placement",
     "tags": []
   }
  ],
  "default_placement": "default-placement"}

Cheers
Prithiv
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-01-02  6:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-02  5:15 Reg: Ceph Federated Gateway - Primary & Sec Region in one node Prithiv M

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox