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

Hash host ID so its stable and well distributed #2541

Merged
merged 2 commits into from
Apr 11, 2017
Merged

Commits on Apr 10, 2017

  1. Hash host ID so its stable and well distributed

    This PR takes the host ID and runs it through a hash so that it is well
    distributed. This makes it so that machines that report similar host IDs
    are easily distinguished.
    
    Instances of similar IDs occur on EC2 where the ID is prefixed and on
    motherboards created in the same batch.
    
    Fixes #2534
    dadgar committed Apr 10, 2017
    Configuration menu
    Copy the full SHA
    68ba51c View commit details
    Browse the repository at this point in the history
  2. Add a comment

    dadgar committed Apr 10, 2017
    Configuration menu
    Copy the full SHA
    7a78eee View commit details
    Browse the repository at this point in the history