Skip to content

Commit 98c6c39

Browse files
authored
Merge pull request #2662 from benmoss/master
Make example clients generate random HostIDs
2 parents f735ef7 + 5081dd5 commit 98c6c39

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

demo/vagrant/client1.hcl

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ client {
2323
reserved {
2424
cpu = 500
2525
}
26+
no_host_uuid = true
2627
}
2728

2829
# Modify our port to avoid a collision with server1

demo/vagrant/client2.hcl

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ client {
1818
meta {
1919
ssd = "true"
2020
}
21+
no_host_uuid = true
2122
}
2223

2324
# Modify our port to avoid a collision with server1 and client1

0 commit comments

Comments
 (0)