This project is mirrored from https://gitee.com/mirrors/nomad.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 19 Apr, 2022 39 commits
-
-
temp authored
-
Tim Gross authored
When a node is garbage collected, we assume that the volume is no longer attached to it and ignore the `ErrUnknownNode` error. But we used `errors.Is` to check for a wrapped error, and RPC flattens the errors during serialization. This results in an error check that works in automated testing but not in real clusters. Use a string contains check instead.
-
Luiz Aoqui authored
-
Tim Gross authored
A volume that has single-use access mode is feasibility checked during scheduling to ensure that only a single reader or writer claim exists. However, because feasibility checking is done one alloc at a time before the plan is written, a job that's misconfigured to have count > 1 that mounts one of these volumes will pass feasibility checking. Enforce the check at validation time instead to prevent us from even trying to evaluation a job that's misconfigured this way.
-
hc-github-team-nomad-core authored
Co-authored-by:
Thomas Lefebvre <tlefebvre@cloudflare.com>
-
hc-github-team-nomad-core authored
This pull request was automerged via backport-assistant
-
Tim Gross authored
The RPC for listing volume snapshots requires a plugin ID. Update the `volume snapshot list` command to find the specific plugin from the provided prefix.
-
Luiz Aoqui authored
This reverts commit 3ca286ce.
-
hc-github-team-nomad-core authored
Merge pull request #12676 from hashicorp/backport/csi-api-plugin-arg-for-snapshot/shortly-pleasant-raccoon This pull request was automerged via backport-assistant
-
hc-github-team-nomad-core authored
This pull request was automerged via backport-assistant
-
hc-github-team-nomad-core authored
Merge pull request #12673 from hashicorp/backport/fix-csi-volume-list-prefix/seemingly-prepared-bluejay This pull request was automerged via backport-assistant
-
hc-github-team-nomad-core authored
This pull request was automerged via backport-assistant
-
hc-github-team-nomad-core authored
This pull request was automerged via backport-assistant
-
Tim Gross authored
The Prestart hook for task runner hooks doesn't get called when we restore a task, because the task is already running. The Postrun hook for CSI plugin supervisors needs the socket path to have been populated so that the client has a valid path.
-
hc-github-team-nomad-core authored
Merge pull request #12664 from hashicorp/backport/csi-map-plugin-info-responses/painfully-massive-sawfish This pull request was automerged via backport-assistant
-
hc-github-team-nomad-core authored
Merge pull request #12661 from hashicorp/backport/csi-tolerate-nil-plugin-on-job-delete/centrally-helped-seasnail This pull request was automerged via backport-assistant
-
hc-github-team-nomad-core authored
Merge pull request #12660 from hashicorp/backport/csi-client-side-retry-on-claim/actively-assuring-dolphin This pull request was automerged via backport-assistant
-
hc-github-team-nomad-core authored
This pull request was automerged via backport-assistant
-
hc-github-team-nomad-core authored
This pull request was automerged via backport-assistant
-
hc-github-team-nomad-core authored
This pull request was automerged via backport-assistant
-
hc-github-team-nomad-core authored
This pull request was automerged via backport-assistant
-
hc-github-team-nomad-core authored
This pull request was automerged via backport-assistant
-
hc-github-team-nomad-core authored
This pull request was automerged via backport-assistant
-
hc-github-team-nomad-core authored
This pull request was automerged via backport-assistant
-
hc-github-team-nomad-core authored
This pull request was automerged via backport-assistant
-
hc-github-team-nomad-core authored
Merge pull request #12636 from hashicorp/backport/csi-plugin-client-restarts/perfectly-super-garfish This pull request was automerged via backport-assistant
-
hc-github-team-nomad-core authored
Merge pull request #12634 from hashicorp/backport/csi-cli-prefix-matching/routinely-assured-shepherd This pull request was automerged via backport-assistant
-
hc-github-team-nomad-core authored
This pull request was automerged via backport-assistant
-
hc-github-team-nomad-core authored
This pull request was automerged via backport-assistant
-
hc-github-team-nomad-core authored
This pull request was automerged via backport-assistant
-
hc-github-team-nomad-core authored
Merge pull request #12625 from hashicorp/backport/fix-rpc-tls-certificate-check/abnormally-firm-kingfish This pull request was automerged via backport-assistant
-
Luiz Aoqui authored
-
hc-github-team-nomad-core authored
Merge pull request #12617 from hashicorp/backport/fix-task-row-tooltip-reservedMemory-unit/deeply-modest-poodle This pull request was automerged via backport-assistant
-
hc-github-team-nomad-core authored
This pull request was automerged via backport-assistant
-
hc-github-team-nomad-core authored
This pull request was automerged via backport-assistant
-
hc-github-team-nomad-core authored
Merge pull request #12612 from hashicorp/backport/b-docs-add-client-reserved-cores/seriously-innocent-moray This pull request was automerged via backport-assistant
-
hc-github-team-nomad-core authored
This pull request was automerged via backport-assistant
-
hc-github-team-nomad-core authored
This pull request was automerged via backport-assistant
-
hc-github-team-nomad-core authored
Merge pull request #12605 from hashicorp/backport/fix/multi-task-group-canary-deploys/sincerely-subtle-husky This pull request was automerged via backport-assistant
-
- 14 Apr, 2022 1 commit
-
-
claire labry authored
Co-authored-by:
Sarah <sthompson@hashicorp.com> Co-authored-by:
Luiz Aoqui <luiz@hashicorp.com>
-