Sean Chittenden
|
146c4e8fd6
|
Rename from posix to unix to parallel x/sys/unix
Use the `_unix` file suffix to denote *NIX-like semantics in order to parallel the designation given by the package `golang.org/x/sys/unix`.
|
2016-05-07 10:33:43 -07:00 |
|
Diptanu Choudhury
|
2a4431b09b
|
Added some docs
|
2016-05-05 11:52:22 -07:00 |
|
Diptanu Choudhury
|
03763d570b
|
Added logs to indicate when checks timeout
|
2016-05-05 10:01:38 -07:00 |
|
Ivo Verberk
|
e7efe615fd
|
Docker labels configuration should be of type "array" in schema
|
2016-04-25 23:58:31 +02:00 |
|
Alex Dadgar
|
98aa9e6306
|
Timeout docker connections after 1 minute
|
2016-04-22 11:11:38 -07:00 |
|
Alex Dadgar
|
c730fe8db7
|
Fix splitting on equals to return maximum of two strings
|
2016-04-21 17:08:47 -07:00 |
|
Alex Dadgar
|
8fe6589479
|
Add debug message on Wait() error
|
2016-04-19 15:54:21 -07:00 |
|
Alex Dadgar
|
44627677f7
|
Freeze the cgroup and cleanup around Shutdown
|
2016-04-19 13:48:02 -07:00 |
|
Alex Dadgar
|
7616be8094
|
Put the executor into the cgroup to avoid a fork race
|
2016-04-18 17:59:08 -07:00 |
|
Alex Dadgar
|
c3c3b66fbf
|
protect writing to closed channel
|
2016-04-18 11:46:57 -07:00 |
|
Alex Dadgar
|
9f1976ef3e
|
remove systemd cgroup manager
|
2016-04-15 14:55:30 -07:00 |
|
Alex Dadgar
|
636c3fc82f
|
Add IP and PORT environment variables
|
2016-04-15 11:01:32 -07:00 |
|
Alex Dadgar
|
6b94f6b2b5
|
Remove unused field
|
2016-04-14 11:05:20 -07:00 |
|
Alex Dadgar
|
6e609fc60e
|
changelog + docker GC cleanup
|
2016-04-14 10:52:38 -07:00 |
|
Alex Dadgar
|
3703ff4327
|
Merge pull request #1071 from hashicorp/b-docker-fix-gc
GC Docker containers and images after the container exits
|
2016-04-14 10:26:37 -07:00 |
|
Diptanu Choudhury
|
3c973fd7cf
|
Modified the test to wait for 3 seconds before inspecting containers
|
2016-04-14 06:43:37 +05:30 |
|
Diptanu Choudhury
|
5bc6d3f3bd
|
Fixing the API call of stopping container
|
2016-04-12 02:29:28 -07:00 |
|
Diptanu Choudhury
|
d71a070e32
|
Added a test to ensure that the docker driver is removing containers after container exits successfully
|
2016-04-12 01:00:14 -04:00 |
|
Diptanu Choudhury
|
4d6a2dcda7
|
Removing container and image once the wait from docker api returns
|
2016-04-12 00:52:45 -04:00 |
|
Ivo Verberk
|
f68a57d272
|
Add interactive option to the Docker driver configuration schema
|
2016-04-10 12:20:01 +02:00 |
|
Ivo Verberk
|
c680e03e1c
|
Add missing comments on exported Validate function
|
2016-04-10 01:15:09 +02:00 |
|
Ivo Verberk
|
51755c513f
|
Implement configuration validation for all task drivers
|
2016-04-10 00:42:57 +02:00 |
|
Ivo Verberk
|
92bf6f1ad0
|
Add helper to validate raw configuration data
|
2016-04-10 00:42:43 +02:00 |
|
Paul Hinze
|
401b04529e
|
client/docker: add interactive option
Equivalent to `docker run --interactive` - keeps STDIN open.
Also adds docs for both `tty` and `interactive` docker config.
|
2016-04-08 12:51:07 -05:00 |
|
Diptanu Choudhury
|
eccebeca9e
|
Fixing race issues in the log rotator
|
2016-04-06 18:58:34 -07:00 |
|
Diptanu Choudhury
|
ff804957e1
|
Merge branch 'master' of github.com:hashicorp/nomad
|
2016-04-06 13:38:51 -07:00 |
|
Diptanu Choudhury
|
fdea9d7905
|
Logging errors in the file rotator
|
2016-04-06 12:06:49 -07:00 |
|
Diptanu Choudhury
|
7a8c92cec6
|
Added the tty flag to the driverconfig
|
2016-04-06 09:54:45 -07:00 |
|
Diptanu Choudhury
|
03dcb7f541
|
Adding a test to check whether constraints are applied and cgroups are removed
|
2016-04-02 12:39:34 -07:00 |
|
Diptanu Choudhury
|
36d8c7e831
|
Setting the cg path after application of pid
|
2016-04-02 12:37:19 -07:00 |
|
Diptanu Choudhury
|
339cb0b750
|
Setting the cgroup config after applying pid
|
2016-04-02 12:37:19 -07:00 |
|
Diptanu Choudhury
|
ced78c9457
|
Using the paths of cgroups to reconstruct the manager
|
2016-04-02 12:37:19 -07:00 |
|
Diptanu Choudhury
|
21a2914363
|
Merge pull request #1020 from hashicorp/f-capture-signals
Capturing signals from wait
|
2016-04-02 11:13:04 -07:00 |
|
Diptanu Choudhury
|
9a565024b9
|
Adding 128 to exit code when a child was terminated by a signal
|
2016-04-02 02:05:56 -07:00 |
|
Diptanu Choudhury
|
1a0c35a196
|
Capturing signals from wait
|
2016-04-01 14:31:19 -07:00 |
|
Diptanu Choudhury
|
d203d62684
|
Logging in fingerprinters only when state changes
|
2016-04-01 02:22:17 -07:00 |
|
Diptanu Choudhury
|
621ae065d9
|
Making driver fingerprinters run periodically and unblocking evals when node registration happens
|
2016-03-31 18:11:27 -07:00 |
|
Diptanu Choudhury
|
090653051d
|
Merge pull request #1011 from hashicorp/f-docker-load
Added ability to create image from archive
|
2016-03-30 21:25:13 -07:00 |
|
Diptanu Choudhury
|
8760643621
|
Making the load a list of strings and added website docs
|
2016-03-30 17:23:29 -07:00 |
|
Diptanu Choudhury
|
3c8c789268
|
Simplified the logic of deciding how to create image
|
2016-03-30 15:45:17 -07:00 |
|
Diptanu Choudhury
|
be1482b553
|
Added docs
|
2016-03-30 15:26:51 -07:00 |
|
Diptanu Choudhury
|
b83c8da6b3
|
Added a test
|
2016-03-30 13:42:17 -07:00 |
|
Diptanu Choudhury
|
906bb77d9d
|
Added ability to create image from archive
|
2016-03-30 13:09:32 -07:00 |
|
Alex Dadgar
|
be1266e42d
|
Merge pull request #1009 from hashicorp/b-more-chroot
Chroot all of /usr/
|
2016-03-30 11:33:53 -07:00 |
|
Diptanu Choudhury
|
1471f747f3
|
Added version to executor
|
2016-03-29 22:24:22 -07:00 |
|
Diptanu Choudhury
|
323975d500
|
Added the Version method to executor
|
2016-03-29 22:23:03 -07:00 |
|
Diptanu Choudhury
|
0c9a5dcb8b
|
Fixing comments
|
2016-03-29 17:30:43 -07:00 |
|
Diptanu Choudhury
|
c0c78f6b36
|
Not deleting files if the number of files is less than max files
|
2016-03-29 16:42:18 -07:00 |
|
Alex Dadgar
|
cfb46db65f
|
include all of usr
|
2016-03-29 16:14:56 -07:00 |
|
Alex Dadgar
|
270da7a60c
|
Merge branch 'master' of github.com:hashicorp/nomad
|
2016-03-28 17:24:17 -07:00 |
|