Commit Graph

2682 Commits

Author SHA1 Message Date
Alex Dadgar
6b641764f2 Rename counters 2016-01-31 18:04:45 -08:00
Alex Dadgar
253fa75b0c Blocked Eval tracker 2016-01-31 18:04:45 -08:00
Alex Dadgar
672f877d8c Schedulers create blocked eval if there are failed allocations 2016-01-31 18:04:45 -08:00
Alex Dadgar
1328bb5203 Merge pull request #729 from PagerDuty/fix_allocdir_perms
allow group and others to have executable permissions on allocdir
2016-01-31 14:34:24 -08:00
Alex Dadgar
8e23ab115a Merge pull request #730 from PagerDuty/typo_fs
fix typo in fs-* command usage text
2016-01-31 14:33:21 -08:00
Ranjib Dey
8b88902e9f fix typo in fs-* command usage text 2016-01-31 11:11:06 -08:00
Ranjib Dey
8e546010e7 allow group and others to have executable permissions 2016-01-31 10:54:32 -08:00
Alex Dadgar
449c52565b Small doc rewording 2016-01-30 16:40:46 -08:00
Alex Dadgar
872eae28a9 Merge pull request #722 from iverberk/f-double-alloc-update
Add new RPC call to fetch a lightweight list of allocation information.
2016-01-30 16:39:09 -08:00
Alex Dadgar
59d02656c5 remove whitelist from demo 2016-01-29 16:42:09 -08:00
Ivo Verberk
f50b3be91a Add documentation for new clientallocations endpoint 2016-01-29 20:28:16 +01:00
Ivo Verberk
60d8180279 Add additional API endpoint for requesting client specific node allocations. 2016-01-29 20:01:21 +01:00
Alex Dadgar
236913d573 Changelog 2016-01-29 08:55:06 -08:00
Alex Dadgar
9779e9aa59 Merge pull request #704 from iverberk/f-env-ports
Pass a combination of ip and port to the task environment.
2016-01-29 08:53:47 -08:00
Alex Dadgar
4f2e755985 changelog 2016-01-29 08:51:42 -08:00
Alex Dadgar
df22fcad3d Merge pull request #712 from iverberk/f-cgroup-finterprinter
Add periodic cgroup fingerprinter
2016-01-29 08:50:43 -08:00
Ivo Verberk
c5ef55bf7c Documentation update for the new port environment variables. 2016-01-29 17:48:24 +01:00
Alex Dadgar
a480c33e26 Merge pull request #721 from irobert91/patch-1
Remove double "to" in jobs http docs
2016-01-29 08:42:14 -08:00
Alex Dadgar
47dabed91d Merge pull request #720 from hashicorp/f-optional-port-update-servers
Allow ports to be optional when adding servers
2016-01-29 08:40:52 -08:00
Ivo Verberk
c9feb4faf7 Add new RPC call to fetch a lightweight list of allocation information. 2016-01-29 15:29:52 +01:00
Ivo Verberk
0289252ce7 Add comments and small improvements to cgroup fingerprinter 2016-01-29 14:34:29 +01:00
Robert Ignat
b8a7d9adfc Remove double "to" in jobs http docs 2016-01-29 14:32:14 +01:00
Jake Champlin
d93c8bb43e Use net.JoinHostPort 2016-01-29 05:39:28 -05:00
Jake Champlin
cb39df4c20 Spelling 2016-01-29 05:11:50 -05:00
Jake Champlin
0921ec4781 Document Agent config as well 2016-01-29 00:20:17 -05:00
Jake Champlin
8951077946 Add in some docs 2016-01-29 00:16:02 -05:00
Jake Champlin
38bf85b3cb Update agent_endpoint_test 2016-01-28 23:33:01 -05:00
Jake Champlin
fed8184da1 Updates from comments, fix tests 2016-01-28 23:11:13 -05:00
Jake Champlin
fb92f83714 Allow ports to be optional when adding servers
When updating a clients servers, as nomad does not use the gossip
protocol over a specified port for clients, it was required to specify
ports along with server addresses.

Now specifying ports are optional, and if unspecified the default `4647`
port is used, reflecting a notice back to the user.
2016-01-28 22:08:28 -05:00
Alex Dadgar
4357d9db32 Merge pull request #707 from hashicorp/h-stack-constraint-serialization
Memoized constraint string
2016-01-28 10:09:46 -08:00
Diptanu Choudhury
e4f2505314 Merge pull request #719 from ryanslade/patch-1
Replace "delay" with "interval" in Service Discovery docs
2016-01-28 09:12:57 -08:00
Ryan Slade
9bca26cf7e Replace "delay" with "interval" in Service Discovery docs
Delay appears to be incorrect. 

I was unable to get Consul checks working until I changed it to "interval"
2016-01-28 11:09:59 +02:00
Diptanu Choudhury
fc95782f20 Added synopsis of fs sub commands in the docs 2016-01-27 22:19:03 -08:00
Diptanu Choudhury
82f5dba678 Merge pull request #709 from hashicorp/f-fs-cli
Added the cli for inspecting alloc dir
2016-01-27 22:14:06 -08:00
Diptanu Choudhury
3ed1df3b63 Updated the changelog 2016-01-27 22:09:40 -08:00
Diptanu Choudhury
8d3cc75f14 Not wrapping the stat errors 2016-01-27 22:08:06 -08:00
Diptanu Choudhury
a2e037ace7 Added the docs 2016-01-27 22:05:22 -08:00
Diptanu Choudhury
11de167af1 Changing an error message 2016-01-27 21:43:52 -08:00
Diptanu Choudhury
0f9657d122 Not trying to parse response if the body is not a json 2016-01-27 21:39:50 -08:00
Diptanu Choudhury
3bec55e0af Moving to subcommands for fs commands 2016-01-27 16:29:29 -08:00
Diptanu Choudhury
edc112f138 Changed to fs-ls 2016-01-27 14:58:55 -08:00
Diptanu Choudhury
68269b5f39 Formatting time to RFC822 2016-01-27 14:56:17 -08:00
Diptanu Choudhury
12ffecf021 Added more information about files 2016-01-27 14:20:10 -08:00
Diptanu Choudhury
d0fbdd8689 Simplified the logic of detecting addrs 2016-01-27 13:34:01 -08:00
Diptanu Choudhury
641dbd9a68 Removing the short option flag 2016-01-27 13:26:12 -08:00
Diptanu Choudhury
bd2cbfce8f Limiting the alloc and eval ids based on short/verbose flags 2016-01-27 12:56:38 -08:00
Diptanu Choudhury
58d0529940 Added the short and verbose options 2016-01-27 12:53:25 -08:00
Diptanu Choudhury
a081fecbfa Changed some comments, cli instructions etc 2016-01-27 12:53:24 -08:00
Diptanu Choudhury
a906b7747b Changed the api of the ReadAt API 2016-01-27 12:53:24 -08:00
Diptanu Choudhury
9491295027 Introducing an AllocFileInfo in the api package 2016-01-27 12:53:24 -08:00