Kenjiro Nakayama
fbb2d5cd5d
Return error when client failed to collect host stats
2016-08-11 09:38:28 +09:00
Diptanu Choudhury
6811e084f4
Merge pull request #1518 from pubnub/feature/chroot-map-rebase
...
Add config field to specify chroot mapping for exec driver
2016-08-10 17:00:03 -07:00
Alex Dadgar
828367d09d
Changelog
2016-08-10 16:39:41 -07:00
Alex Dadgar
69c1cc49ad
Merge pull request #1526 from hashicorp/b-random-ports
...
Set difference when picking random ports
2016-08-10 16:37:57 -07:00
Alex Dadgar
5062224624
Fixes plus address feedback
2016-08-10 16:37:26 -07:00
Diptanu Choudhury
4cdbb3a3c2
Merge pull request #1560 from hashicorp/fix-err-msgs
...
Fixed some error messages
2016-08-10 15:18:28 -07:00
Diptanu Choudhury
724a2a2111
Fixed some error messages
2016-08-10 15:17:32 -07:00
Diptanu Choudhury
d7612debe4
Merge pull request #1533 from nak3/fix-error-in-client
...
tiny: Return fmt.Errorf instead of duplicated error messages
2016-08-10 15:13:47 -07:00
Diptanu Choudhury
d8dd52c720
Merge pull request #1538 from nak3/output-host-disk-utilization2
...
node-status outputs volumename instead of 0B utilization when non-physical volume is used
2016-08-10 15:09:23 -07:00
Diptanu Choudhury
f948205e89
Merge pull request #1539 from hashicorp/docs-summaries
...
Added docs for job summaries
2016-08-10 15:08:32 -07:00
Diptanu Choudhury
9d3a1bc0de
Added the job summary on getting started
2016-08-10 15:08:03 -07:00
Alex Dadgar
814ed084ce
Try stochastic and fallback to precise
2016-08-10 11:47:20 -07:00
Diptanu Choudhury
6646a5d0ed
Merge pull request #1542 from novilabs/fix-test-job-summary
...
just checked the known values in job summary instead of doing a deep equals
2016-08-09 15:59:39 -07:00
Diptanu Choudhury
bcfdaa8e40
Merge pull request #1552 from hashicorp/b-summary-node-down
...
Mark allocs as lost which are non terminal on nodes which are down
2016-08-09 15:08:41 -07:00
Diptanu Choudhury
de4a098d7d
Added scheduler tests
2016-08-09 14:52:25 -07:00
Diptanu Choudhury
2acd622891
Marking allocations which are not terminal and are on down nodes as lost
2016-08-09 13:11:58 -07:00
Alex Dadgar
08628fea90
consul syncer uses multi-error
2016-08-09 12:24:50 -07:00
Diptanu Choudhury
4e7e8d7c4c
Merge pull request #1543 from nak3/add-rkt-debug
...
Add debug option to rkt task config
2016-08-09 10:35:07 -07:00
Diptanu Choudhury
c0523be2ba
Added a test to ensure summaries are correct when a node goes down
2016-08-09 10:16:17 -07:00
Alex Dadgar
1acbdfe9ad
changelog
2016-08-09 09:56:55 -07:00
Alex Dadgar
1ad8d72dcc
Merge pull request #1503 from nak3/add-printer
...
Support nomad CLI output with JSON and template format
2016-08-09 09:54:25 -07:00
Alex Dadgar
a35b748d4b
Merge pull request #1548 from nak3/update-doc-options
...
docs: Update command options subtitles
2016-08-09 09:51:50 -07:00
Kenjiro Nakayama
56818c7181
docs: Update command options subtitles
2016-08-09 22:56:26 +09:00
Kenjiro Nakayama
5aceb8eacf
Update after another review
2016-08-09 22:50:18 +09:00
Kenjiro Nakayama
7d804a41c7
Add test to check both -json and -t are not specified
2016-08-09 21:06:20 +09:00
Kenjiro Nakayama
4edc906be4
Support JSON and template data output list when no args specified
2016-08-09 21:06:20 +09:00
Kenjiro Nakayama
4a3f63f641
Update help and error message
2016-08-09 21:06:20 +09:00
Kenjiro Nakayama
8f03eb914b
Add doc about -json and -t options
2016-08-09 21:06:20 +09:00
Kenjiro Nakayama
02613e170b
Stop using format option and support json and t option
2016-08-09 21:06:20 +09:00
Kenjiro Nakayama
5bd39f8e65
fix go panic
2016-08-09 21:06:20 +09:00
Kenjiro Nakayama
6c694014b4
Support JSON and template format with nomad CLI
2016-08-09 21:06:20 +09:00
Kenjiro Nakayama
fec9204dcc
Update debug option from string to bool
2016-08-09 16:51:00 +09:00
Jay Oster
95c1d76544
Fix ConfigMerge test with chroot config
2016-08-08 18:59:18 -07:00
Kenjiro Nakayama
c942f1d0be
Add debug option to rkt task config
2016-08-09 09:01:05 +09:00
Kenjiro Nakayama
a02267ac75
Update after review
2016-08-09 08:57:26 +09:00
Kenjiro Nakayama
59c05eb64b
tiny: Return fmt.Errorf instead of duplicated error messages
2016-08-09 08:57:26 +09:00
Kenjiro Nakayama
5cbe16bb43
node-status outputs volumename instead of 0B utilization with non-physical volume
2016-08-09 08:51:19 +09:00
Alex Dadgar
044e0672e3
Merge pull request #1541 from novilabs/fix-test-job-evals
...
it is possible to have more than 1 eval if the eval fails, use the last one
2016-08-08 14:42:39 -07:00
Jay Oster
bd0363b6a6
Fix Linux executor isolation test
...
- Properly expects the hard-coded mounts (alloc, dev, and proc) and hardcoded local directories (local and tmp)
- Also verifies that etc contains only the requested paths
2016-08-08 14:04:09 -07:00
Diptanu Choudhury
a950781203
Merge pull request #1532 from nak3/fix-fingerprint-cpu-log
...
tiny: Fix duplicated error message in CPU fingerprint
2016-08-08 13:44:49 -04:00
Diptanu Choudhury
09a199bdbb
Merge pull request #1534 from nak3/fix-intask_runner
...
tiny: print task name and error message for SaveState error
2016-08-08 13:37:25 -04:00
Diptanu Choudhury
67ad88a5c4
Merge pull request #1536 from nak3/add-cpu-mhz-to-node
...
tiny: Add MHz to node-status output
2016-08-08 13:28:40 -04:00
Diptanu Choudhury
7d8dcbc19b
Merge pull request #1544 from hashicorp/sethvargo/link
...
Update links to serf
2016-08-08 13:07:09 -04:00
Seth Vargo
80e5d00680
Update links to serf
2016-08-08 12:47:59 -04:00
Cameron Davison
bf15a9356d
go fmt error
2016-08-08 09:24:24 -05:00
Kenjiro Nakayama
cc61998d57
tiny: Add MHz to node-status output
2016-08-08 13:12:01 +09:00
Diptanu Choudhury
0526594813
Merge pull request #1531 from nak3/update-getartifact
...
Update GetArtifact by removing unused logger
2016-08-07 23:57:28 -04:00
Cameron Davison
9fb2733de8
just checked the known values in job summary instead of doing a deep equals
2016-08-07 22:51:24 -05:00
Cameron Davison
f52335700b
it is possible to have more than 1 eval if the eval fails, use the last one
2016-08-07 22:30:48 -05:00
Diptanu Choudhury
0d96689288
Updated the changelog
2016-08-07 20:48:50 -04:00