-
Notifications
You must be signed in to change notification settings - Fork 187
Cgroups not mounting #52
Comments
What OS? What version of Nomad? |
Sorry, I should have included that. Amazon Linux 2: Linux 4.14.133-88.112.amzn1.x86_64 x86_64 |
@Etiene Any chance you could look into this one? |
I'll have a look at that now! Sorry for the delay :) |
Just to confirm and so it is easier for me to help you debug this, which example did you follow, the root example where the consul servers and the nomad servers are co-located? Or the one where you have 3 separate clusters?
This line is interesting... It looks like the nomad client is failing to reach localhost at port 8500 and check through the consul client where the respective servers are located. |
Using your example, I was able to launch a Consul cluster (working fine) and a Nomad cluster which successfully connects to Consul.
However, two of the drivers, java and exec, are failing to load due to error "Cgroup mount point unavailable."
Nomad client log file:
The configuration is directly from your example code except I set the number of servers and clients to one.
Please advise.
The text was updated successfully, but these errors were encountered: