-
After getting feedback from the community we realized we should have bumped the max_stale default for DNS at the same time we defaulted allow_stale. Setting this to 72 hours would favor availability, …
-
Hi All,
I need help to debug cluster leadership lost problem that we are facing.
I have 3 machines, each machine runs swarm manager and etcd.
The 3 etcds are forming a cluster, and the docker swarm m…
-
Ideally data on `-data-dir` is not all that important on a multi-tenant datacenter since nodes will automatically sync when they come back up, but I would assume that data would be unrecoverable if al…
calvn updated
7 years ago
-
@misterbisson has reported that the `on_change` handler of replicas appear to be firing spuriously after a long period of operation, and this causes a failover even when the primary appears as though …
-
I've been using this utility successfully but recently the restore failed. The difference from before was that the JSON file was relatively large compared to before (30Mb) and heavily populated with H…
-
Seen there is a closed bug on it #546
##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
unarchive
##### ANSIBLE VERSION
```
ansible 2.1.0.0
config file =
configured module search path = D…
-
I need to use a specific version of https://github.com/Azure/azure-sdk-for-go (revision bd73d950fa4440dae889bd9917bff7cef539f86e).
If I run `dep ensure -v github.com/Azure/azure-sdk-for-go@bd73d950…
-
docs: "...Consul Template will not block if a key does not exist:"
Version: master branch
COMMAND
```
consul-template -log-level=debug -consul=[our_ip]:32769 --template=test.ctmpl:test.out
```
TEM…
-
install consul and vault at same instance and clustered (totally 3 instances)
When run `consulate kv backup -b -f consult.json` I got an empty file:
```
$ cat consult.json
[]
```
Then I did below …
-
I tried running this command:
``` bash
$ docker run -d --name redis.0 -p 10000:6379 \
-l "SERVICE_NAME=db" \
-l "SERVICE_TAGS=master,backups" \
-l "SERVICE_REGION=us2" dockerfile/redis
`…