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

nomad: ensure a unique ClusterID exists when leader (gh-6702) #6707

Merged
merged 1 commit into from
Dec 9, 2019

Commits on Dec 9, 2019

  1. nomad: ensure a unique ClusterID exists when leader (gh-6702)

    Enable any Server to lookup the unique ClusterID. If one has not been
    generated, and this node is the leader, generate a UUID and attempt to
    apply it through raft.
    
    The value is not yet used anywhere in this changeset, but is a prerequisite
    for gh-6701.
    shoenig committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    0fa99ad View commit details
    Browse the repository at this point in the history