Update website/content/docs/upgrade/upgrade-specific.mdx

Co-authored-by: Aimee Ukasick <aimee.ukasick@hashicorp.com>
This commit is contained in:
Juana De La Cuesta
2025-04-30 15:03:49 +02:00
committed by GitHub
parent e8fb36f4d3
commit dcaa96f0e5

View File

@@ -22,10 +22,10 @@ non-functional `-peer-address` option for the [`operator raft
peer-remove`](/nomad/docs/commands/operator/raft/remove-peer) command, and the
`address` parameter for the `DELETE /v1/operator/raft/peer` API.
Errors encountered when reloading agent configuration will now cause agents to
exit. Before configuration errors during reloads were only logged. This could
lead to agents running but unable to communicate. Any other errors when parsing
the new configuration will be logged and the reload will be aborted, consistent
Errors encountered when reloading agent configuration now cause agents to exit.
In prior versions, Nomad only logged configuration errors during reloads. This
could lead to agents running but unable to communicate. Any other errors when
parsing the new configuration are logged and the reload is aborted, consistent
with the current behavior.