Merge pull request #3146 from jolexa/patch-1

Update peers.info message for operators
This commit is contained in:
Alex Dadgar 2017-08-31 09:46:47 -07:00 committed by GitHub
commit a105c8d7c1
1 changed files with 1 additions and 1 deletions

View File

@ -1143,7 +1143,7 @@ func (s *Server) GetConfig() *Config {
const peersInfoContent = `
As of Nomad 0.5.5, the peers.json file is only used for recovery
after an outage. It should be formatted as a JSON array containing the address
and port of each Consul server in the cluster, like this:
and port (RPC) of each Nomad server in the cluster, like this:
["10.1.0.1:4647","10.1.0.2:4647","10.1.0.3:4647"]