disconnected: removes deprecated disconnect fields (#25284)

The group level fields stop_after_client_disconnect,
max_client_disconnect, and prevent_reschedule_on_lost were deprecated in
Nomad 1.8 and replaced by field in the disconnect block. This change
removes any logic related to those deprecated fields.

---------

Co-authored-by: Tim Gross <tgross@hashicorp.com>
This commit is contained in:
Michael Smithhisler
2025-03-05 14:46:02 -05:00
committed by GitHub
parent 916fe2c7fa
commit f2b761f17c
31 changed files with 97 additions and 1343 deletions

View File

@@ -89,7 +89,6 @@
"Services": null,
"ShutdownDelay": null,
"StopAfterClientDisconnect": null,
"MaxClientDisconnect": null,
"Disconnect":{
"StopAfterClient": null,
"LostAfter": null

View File

@@ -92,7 +92,6 @@
"Services": null,
"ShutdownDelay": null,
"StopAfterClientDisconnect": null,
"MaxClientDisconnect": null,
"Disconnect": null,
"Scaling": null,
"Consul": null