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.
- 20 Mar, 2019 8 commits
-
-
Mahmood Ali authored
-
Michael Schurter authored
docs: add #5381 to changelog
-
Michael Schurter authored
-
Mahmood Ali authored
server: inconsistent receiver notation corrected
-
Mahmood Ali authored
Reverts hashicorp/nomad#5433 Apparently, channel communications can constitute Happens-Before even for proximate variables, so this syncing isn't necessary. > _The closing of a channel happens before a receive that returns a zero value because the channel is closed._ https://golang.org/ref/mem#tmp_7
-
Mahmood Ali authored
Scripts for automating binary building
-
Mahmood Ali authored
To correspond to the Linux scripts in 855761a5
-
Mahmood Ali authored
-
- 19 Mar, 2019 2 commits
-
-
Nick Ethier authored
executor: block shutdown on process exiting
-
Michael Schurter authored
vagrant: upgrade to Go 1.11.6
-
- 18 Mar, 2019 9 commits
-
-
Michael Schurter authored
-
Mahmood Ali authored
-
Mahmood Ali authored
-
Mahmood Ali authored
-
Mahmood Ali authored
executor: synchronize exitState accesses
-
Mahmood Ali authored
-
Mahmood Ali authored
-
Mahmood Ali authored
-
Mahmood Ali authored
-
- 17 Mar, 2019 3 commits
-
-
Mahmood Ali authored
exitState is set in `wait()` goroutine but accessed in a different `Wait()` goroutine, so accesses must be synchronized by a lock.
-
Mahmood Ali authored
Also tease out some dev and docker bits from Vagrant scripts to ease sharing with Docker script
-
Mahmood Ali authored
Freebsd vagrant fixes
-
- 16 Mar, 2019 2 commits
-
-
HashedDan authored
Signed-off-by:
HashedDan <georgedanielmangum@gmail.com>
-
Nick Ethier authored
-
- 15 Mar, 2019 4 commits
-
-
Omar Khawaja authored
* update versions of all products and add consul-template * update client and server user_data scripts * modify README.md and terraform.tfvars * fix typo in consul-template system unit file * update AMI id
-
Mahmood Ali authored
fix possible panic in libcontainer shim init
-
Omar Khawaja authored
* skeleton * configure portworx * destroy and redeploy mysql with data intact * rename all directories and references from persistent storage to stateful workloads * add considerations and remove references to StorageOS * update wording and headings * create portworx volume externally and modify jobfile to reflect that * fix typo * Update website/source/guides/stateful-workloads/portworx.html.md Co-Authored-By:
Omar-Khawaja <Omar-Khawaja@users.noreply.github.com> * Update website/source/guides/stateful-workloads/portworx.html.md Co-Authored-By:
Omar-Khawaja <Omar-Khawaja@users.noreply.github.com>
-
Robert James Hernandez authored
Freebsd 11.1 went EOL 9/30/18: https://lists.freebsd.org/pipermail/freebsd-announce/2018-September/001842.html Was seeing a failure with shared object "libdl.so.1" not found which is required for bash
-
- 14 Mar, 2019 4 commits
-
-
Mahmood Ali authored
Fix #5418 When using a docker logger that doesn't support log streaming through API, currently docker logger runs a tight loop of Docker API calls unexpectedly. This change ensures we stop fetching logs early. Also, this adds some basic backoff strategy when Docker API logging fails unexpectedly, to avoid accidentally DoSing the docker daemon.
-
Mahmood Ali authored
Noticed that the protobuf files are out of sync with ones generated by 1.2.0 protoc go plugin. The cause for these files seem to be related to release processes, e.g. [0.9.0-beta1 preperation](https://github.com/hashicorp/nomad/commit/ecec3d38de6ca72eea68d9737d7199cf67bbfe3e#diff-da4da188ee496377d456025c2eab4e87), and [0.9.0-beta3 preperation](https://github.com/hashicorp/nomad/commit/b849d84f2fc8b47c5f5b0e387bff4fa09c3bca6e). This restores the changes to that of the pinned protoc version and fails build if protobuf files are out of sync. Sample failing Travis job is that of the first commit change: https://travis-ci.org/hashicorp/nomad/jobs/506285085
-
Robert James Hernandez authored
Set shell to sh which is present by default on freebsd. Also set networking to host dhcp due to limitations with NFS sharing: https://github.com/hashicorp/vagrant/issues/9063
-
Robert James Hernandez authored
-
- 13 Mar, 2019 6 commits
-
-
Preetha authored
Fix bug with score metadata overridden during inplace upgrades
-
Preetha authored
Fix regression with requiring docker auth email
-
Preetha Appan authored
-
Preetha Appan authored
This fixes a regression in 0.9 beta3 compared to 0.8.7 in validating docker auth config
-
Preetha Appan authored
-
Preetha Appan authored
-
- 12 Mar, 2019 2 commits
-
-
Michael Schurter authored
Fix task/logmon leak after crash
-
Michael Schurter authored
Some of the context uses in TR hooks are useless (Killed during Stop never seems meaningful). None of the hooks are interruptable for graceful shutdown which is unfortunate and probably needs fixing.
-