Skip to content

Instantly share code, notes, and snippets.

@nfitch
Created November 25, 2014 19:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nfitch/675e6ca06b78ed63f485 to your computer and use it in GitHub Desktop.
Save nfitch/675e6ca06b78ed63f485 to your computer and use it in GitHub Desktop.
{
"backupPort": 12345,
"postgresPort": 5432,
"shardPath": "/manatee/1.moray.coal.joyent.us",
"ttl": 60,
"ip": "10.77.77.7",
"zoneId": "a1481d9c-f9e3-4264-9667-ab6b546ebe5d",
"postgresMgrCfg": {
"dataDir": "/manatee/pg/data",
"dbUser": "postgres",
"hbaConf": "/opt/smartdc/manatee/etc/pg_hba.conf",
"healthChkInterval": 10000,
"healthChkTimeout": 60000,
"oneNodeWriteMode": false,
"opsTimeout": 300000,
"pgCtlPath": "/opt/local/bin/pg_ctl",
"pgInitDbPath": "/opt/local/bin/initdb",
"postgresConf": "/opt/smartdc/manatee/etc/postgresql.manta.coal.conf",
"postgresPath": "/opt/local/bin/postgres",
"recoveryConf": "/opt/smartdc/manatee/etc/recovery.conf",
"replicationTimeout": 60000,
"snapShotterCfg": {
"dataset": "zones/a1481d9c-f9e3-4264-9667-ab6b546ebe5d/data/manatee",
"snapshotDir": "/manatee/pg/.zfs/snapshot/",
"pollInterval": 5000,
"snapshotNumber": 5,
"pgUrl": "tcp://postgres@10.77.77.7:5432/postgres"
},
"syncStateCheckerCfg": {
"interval": 1000,
"cookieLocation": "/var/tmp/manatee_sync_state"
},
"url": "tcp://postgres@10.77.77.7:5432/postgres",
"zfsClientCfg": {
"dataset": "zones/a1481d9c-f9e3-4264-9667-ab6b546ebe5d/data/manatee",
"parentDataset": "zones/a1481d9c-f9e3-4264-9667-ab6b546ebe5d/data",
"snapshotDir": "/manatee/pg/.zfs/snapshot/",
"zfsHost": "10.77.77.7",
"zfsPort": 1234,
"pollInterval": 1000,
"zfsPath": "/usr/sbin/zfs",
"mountpoint": "/manatee/pg"
}
},
"zkCfg": {
"connStr": "10.77.77.6:2181",
"opts": {
"sessionTimeout": 60000,
"spinDelay": 1000,
"retries": 60
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment