-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conflicting documentation about disconnect
block
#24702
Labels
hcc/jira
stage/accepted
Confirmed, and intend to work on. No timeline committment though.
theme/docs
Documentation issues and enhancements
theme/edge
type/bug
Comments
github-project-automation
bot
moved this to Needs Triage
in Nomad - Community Issues Triage
Dec 17, 2024
Hi @markasoftware-aqtc! I just checked the code. The docs are wrong in a couple ways for sure:
I suspect the design changed slightly along the way and we missed updating the docs to match. I'll mark this to get fixed. |
tgross
moved this from Needs Triage
to Needs Roadmapping
in Nomad - Community Issues Triage
Dec 17, 2024
tgross
added
hcc/jira
theme/edge
stage/accepted
Confirmed, and intend to work on. No timeline committment though.
labels
Dec 17, 2024
@tgross I created an internal ticket for this and will address it this week. |
aimeeu
added a commit
that referenced
this issue
Dec 19, 2024
6 tasks
aimeeu
added a commit
that referenced
this issue
Dec 19, 2024
* change stop_after to stop_on_client_after CE-800 GH #24702 * Move disconnect entry to correct alphabetical place in nav
This was referenced Dec 19, 2024
fix has been published |
github-project-automation
bot
moved this from Needs Roadmapping
to Done
in Nomad - Community Issues Triage
Dec 19, 2024
aimeeu
added a commit
that referenced
this issue
Dec 19, 2024
* change stop_after to stop_on_client_after CE-800 GH #24702 * Move disconnect entry to correct alphabetical place in nav
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
hcc/jira
stage/accepted
Confirmed, and intend to work on. No timeline committment though.
theme/docs
Documentation issues and enhancements
theme/edge
type/bug
The example here: https://developer.hashicorp.com/nomad/docs/job-specification/disconnect shows the
lost_after
andstop_after
parameters of thedisconnect
block being used together. However, the documentation for thelost_after
parameter then says "This setting cannot be used with stop_after.". However, the documentation forstop_after
says "Setting stop_after shorter than lost_after and replace = false at the same time is not permitted and will cause a validation error, because this would lead to a state where no allocations can be scheduled." which once again implies thatstop_after
andlost_after
can be used together.The documentation should be clarified as to whether
stop_after
andlost_after
can be used together.The text was updated successfully, but these errors were encountered: