mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +03:00
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:
committed by
GitHub
parent
916fe2c7fa
commit
f2b761f17c
1
command/testdata/example-short.json
vendored
1
command/testdata/example-short.json
vendored
@@ -92,7 +92,6 @@
|
||||
"Services": null,
|
||||
"ShutdownDelay": null,
|
||||
"StopAfterClientDisconnect": null,
|
||||
"MaxClientDisconnect": null,
|
||||
"Disconnect": null,
|
||||
"Scaling": null,
|
||||
"Consul": null
|
||||
|
||||
Reference in New Issue
Block a user