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.
- 09 Aug, 2019 8 commits
-
-
Danielle Lancashire authored
-
Danielle Lancashire authored
This commit is fairly large and adds: - client/pluginmanager/storagemanager This package handles runtime management of storageplugins, including fingerprinting. - client/storage This package currently acts as a simple catalog of configurations for registered CSI plugins. It will eventually handle dispensing grpc clients. - client/storage/csi This package adds a lightweight client around the CSI protobufs to give us a common place to handle CSI spec requirements and translating types into ones we can work with easily. The remaining changes are plumbing to ensure that compontents are correctly initialized
-
Danielle Lancashire authored
-
Danielle Lancashire authored
-
Danielle Lancashire authored
-
Danielle Lancashire authored
-
Danielle Lancashire authored
-
Danielle authored
Initial support for Host Volumes
-
- 05 Aug, 2019 10 commits
-
-
Danielle Lancashire authored
-
Danielle Lancashire authored
-
Danielle Lancashire authored
-
Danielle authored
Co-Authored-By:
Mahmood Ali <mahmood@hashicorp.com>
-
Danielle Lancashire authored
-
Danielle Lancashire authored
-
Danielle Lancashire authored
-
Danielle Lancashire authored
-
Danielle Lancashire authored
-
Danielle Lancashire authored
-
- 02 Aug, 2019 2 commits
-
-
Mahmood Ali authored
Check if driver handle is nil before execing
-
Mahmood Ali authored
Defend against tr.getDriverHandle being nil. Exec handler checks if task is running, but it may be stopped between check and driver handler fetching.
-
- 01 Aug, 2019 7 commits
-
-
Michael Schurter authored
-
Michael Schurter authored
Update go-getter@1.1.0 to fix #3491
-
Michael Schurter authored
driver/docker: use default network mode
-
Michael Schurter authored
driver/docker: support unix destination mount path in windows
-
Ilya Guterman authored
This reverts commit a6c96ead.
-
Buck Doyle authored
I missed this in #6051.
-
Tim Gross authored
The `/v1/client/fs/stream endpoint` supports tailing a file by writing chunks out as they come in. But not all browsers support streams (ex IE11) so we need to be able to tail a file without streaming. The fs stream and logs endpoint use the same implementation for filesystem streaming under the hood, but the fs stream always passes the `follow` parameter set to true. This adds the same toggle to the fs stream endpoint that we have for logs. It defaults to true for backwards compatibility.
-
- 31 Jul, 2019 13 commits
-
-
Buck Doyle authored
-
Ilya Guterman authored
fallback to docker default network mode instead of explicit bridge for linux or nat for windows
-
Nick Ethier authored
Merge network namespaces work into master
-
Mahmood Ali authored
Fix typo in Spreads key in JSON Job Specification
-
Mahmood Ali authored
Update example setup to use non-deprecated join
-
Nick Ethier authored
-
Nick Ethier authored
Co-Authored-By:
Mahmood Ali <mahmood@hashicorp.com>
-
Nick Ethier authored
-
Nick Ethier authored
-
Nick Ethier authored
-
Preetha Appan authored
-
Preetha Appan authored
Also includes unit tests for binpacker and preemption. The tests verify that network resources specified at the task group level are properly accounted for
-
Nick Ethier authored
Co-Authored-By:
Michael Schurter <michael.schurter@gmail.com>
-