mirror of
https://github.com/kemko/nomad.git
synced 2026-01-08 19:35:41 +03:00
Merge pull request #2735 from hashicorp/f-no_host_uuid-true
Default no_host_uuid to true instead of false
This commit is contained in:
@@ -110,8 +110,9 @@ client {
|
||||
parallel destroys allowed by the garbage collector. This value should be
|
||||
relatively low to avoid high resource usage during garbage collections.
|
||||
|
||||
- `no_host_uuid` `(bool: false)` - Force the UUID generated by the client to be
|
||||
randomly generated and not be based on the host's UUID.
|
||||
- `no_host_uuid` `(bool: true)` - By default a random node UUID will be
|
||||
generated, but setting this to `false` will use the system's UUID. Before
|
||||
Nomad 0.6 the default was to use the system UUID.
|
||||
|
||||
### `chroot_env` Parameters
|
||||
|
||||
|
||||
@@ -98,11 +98,6 @@ client {
|
||||
# this should be like "nomad.service.consul:4647" and a system
|
||||
# like Consul used for service discovery.
|
||||
servers = ["127.0.0.1:4647"]
|
||||
|
||||
# Since we are starting two clients on the same host, we need to set
|
||||
# this in order to force nomad to generate client UUIDs randomly,
|
||||
# instead of based on the host UUID.
|
||||
no_host_uuid = true
|
||||
}
|
||||
|
||||
# Modify our port to avoid a collision with server1
|
||||
|
||||
Reference in New Issue
Block a user