Open dvusboy opened 8 years ago
Nomad 0.5.1. Configs are not reloaded after SIGHUP.
Is this fixed in 0.5.5?
No, only vault config on servers and logging is handled currently.
Thanks, Alex Dadgar
On Mar 17, 2017, 2:05 PM -0700, K.C. Wong notifications@github.com, wrote:
Is this fixed in 0.5.5?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub (https://github.com/hashicorp/nomad/issues/1525#issuecomment-287471039), or mute the thread (https://github.com/notifications/unsubscribe-auth/AA_9aut1zB-bFRywrWXmuIOCdUh-VUBFks5rmvWxgaJpZM4JeGIf).
Nomad version
Operating system and Environment details
Issue
Update the nomad configuration file and change the value of
node_class
and then sending aSIGHUP
to nomad does not change the run-time value of the node.Reproduction steps
Modify the value of
node_class
in/etc/nomad/config.hcl
, e.g.to
systemctl reload nomad
Confirmed the reload with
systemctl status nomad
; you should see:Use
nomad node-status -self
to confirm theClass
value did not change:Nomad Server logs (if appropriate)