Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: remove admonition about server-members command #2095

Merged
merged 1 commit into from
Dec 13, 2016

Conversation

brianshumate
Copy link
Member

@brianshumate brianshumate commented Dec 13, 2016

The warning about nomad server-members resulting in an error when run on client nodes in the Command: server-members documentation does not appear to be true any longer, so I am proposing that it be removed in this PR.

Output from a Nomad client on version 0.5.1:

nomad agent-info
client
  heartbeat_ttl = 10.450798781s
  known_servers = 10.1.42.101:4647,10.1.42.102:4647
  last_heartbeat = 7.152186302s
  node_id = af4fa74e-2382-d95c-28d5-2fa663f698c5
  num_allocations = 0
runtime
  arch = amd64
  cpu_count = 2
  goroutines = 36
  kernel.name = linux
  max_procs = 2
  version = go1.7.3

and then attempting the command on the same client node works fine:

nomad server-members
Name         Address      Port  Status  Leader  Protocol  Build  Datacenter  Region
hfb1.global  10.1.42.101  4648  alive   true    2         0.5.1  dc1         global
hfb2.global  10.1.42.102  4648  alive   false   2         0.5.1  dc1         global

@dadgar
Copy link
Contributor

dadgar commented Dec 13, 2016

Thanks!

@dadgar dadgar merged commit 1f0184e into master Dec 13, 2016
@dadgar dadgar deleted the jbs-docs-server-members branch December 13, 2016 18:43
@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants