From dcaa96f0e5992bd654aa6785f6a31ecac0c46a9f Mon Sep 17 00:00:00 2001 From: Juana De La Cuesta Date: Wed, 30 Apr 2025 15:03:49 +0200 Subject: [PATCH] Update website/content/docs/upgrade/upgrade-specific.mdx Co-authored-by: Aimee Ukasick --- website/content/docs/upgrade/upgrade-specific.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/content/docs/upgrade/upgrade-specific.mdx b/website/content/docs/upgrade/upgrade-specific.mdx index 7782422f5..bbc48e532 100644 --- a/website/content/docs/upgrade/upgrade-specific.mdx +++ b/website/content/docs/upgrade/upgrade-specific.mdx @@ -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.