Ezra Silvera
|
8232a897c6
|
Implement network functions for mesos cluster: CreateNetwork(),
RemoveNetwork(), and Networks()
Signed-off-by: Ezra Silvera <ezra@il.ibm.com>
Adding error messages
Signed-off-by: Ezra Silvera <ezra@il.ibm.com>
fix formatting
Signed-off-by: Ezra Silvera <ezra@il.ibm.com>
fix formatting
Signed-off-by: Ezra Silvera <ezra@il.ibm.com>
|
2016-02-01 08:12:06 -05:00 |
Victor Vieux
|
e98456ea78
|
Merge pull request #1688 from Spritekin/master
Fixes swarm overloading slaves when using the mesos drivers.
|
2016-01-29 16:35:50 -08:00 |
Chanwit Kaewkasi
|
1fa6cd9c55
|
Merge pull request #1707 from vieux/improve_logs_and_lock
Improve logs and fix lock in engine
|
2016-01-30 04:02:50 +07:00 |
Victor Vieux
|
f08f47044e
|
Merge pull request #1706 from jimenez/rename_agent
Renaming agent in README
|
2016-01-29 11:42:04 -08:00 |
Isabel Jimenez
|
d86226dfb3
|
Renaming agent in README
Signed-off-by: Isabel Jimenez <contact@isabeljimenez.com>
|
2016-01-29 14:32:23 -05:00 |
Victor Vieux
|
25b61791a5
|
improve rescheduling logs
Signed-off-by: Victor Vieux <vieux@docker.com>
|
2016-01-28 08:25:28 -08:00 |
Victor Vieux
|
188b3fd00d
|
change rlock to lock
Signed-off-by: Victor Vieux <vieux@docker.com>
|
2016-01-28 08:25:13 -08:00 |
Victor Vieux
|
fbab9d05ba
|
reschedule swarm container only
Signed-off-by: Victor Vieux <vieux@docker.com>
|
2016-01-28 03:17:34 -08:00 |
Victor Vieux
|
f3a1027bbe
|
update docker info
add test
Signed-off-by: Victor Vieux <vieux@docker.com>
|
2016-01-27 01:07:52 -08:00 |
Guillermo Rodriguez
|
b830f9f269
|
Fixes swarm overloading slaves when using the mesos drivers.
The problem is described here:
https://github.com/docker/swarm/issues/1588
This fix also allows reducing the offer timeout which reduces problems with mesos resource consolidation described here:
https://github.com/docker/swarm/issues/1655
Signed-off-by: Guillermo Rodriguez <grodriguez@cmcrc.com>
|
2016-01-27 12:25:45 +11:00 |
Victor Vieux
|
4194778242
|
fix network filter with global network
Signed-off-by: Victor Vieux <vieux@docker.com>
|
2016-01-26 11:03:26 -08:00 |
Dong Chen
|
abffebf09e
|
Provide error when engine version is unsupported.
Signed-off-by: Dong Chen <dongluo.chen@docker.com>
|
2016-01-25 15:58:48 -08:00 |
Victor Vieux
|
7c41b95b8e
|
Merge pull request #1672 from jimenez/mesos0.26
Upgrading Mesos integration tests to 0.26.0
|
2016-01-22 17:03:38 -08:00 |
Isabel Jimenez
|
b290a62342
|
Adding mesos 0.26 Dockerfile for tests
Signed-off-by: Isabel Jimenez <contact@isabeljimenez.com>
|
2016-01-22 17:56:48 -05:00 |
Dong Chen
|
46a33f70ff
|
Use exponential backoff strategy to validate pending engine.
Signed-off-by: Dong Chen <dongluo.chen@docker.com>
|
2016-01-21 14:02:34 -08:00 |
Dong Chen
|
14bfc52d36
|
Enforce minimum backoff to avoid simultaneous validation on one engine.
Signed-off-by: Dong Chen <dongluo.chen@docker.com>
|
2016-01-20 17:49:40 -08:00 |
Dong Chen
|
39dc28a4df
|
Fix a race condition in pending engine validation, discard parallel validation result.
Signed-off-by: Dong Chen <dongluo.chen@docker.com>
|
2016-01-19 16:19:09 -08:00 |
Dong Chen
|
180bc90b1b
|
Mac build fix
Signed-off-by: Dong Chen <dongluo.chen@docker.com>
|
2016-01-18 16:54:22 -08:00 |
Dong Chen
|
15c9dbaee0
|
Support TCP_USER_TIMEOUT for Linux and its equivalent in Mac
Signed-off-by: Dong Chen <dongluo.chen@docker.com>
|
2016-01-18 15:46:27 -08:00 |
Victor Vieux
|
c6de0c3dc6
|
update some comments
Signed-off-by: Victor Vieux <vieux@docker.com>
|
2016-01-16 21:08:00 -08:00 |
Victor Vieux
|
1225eddc79
|
allow engine/name support in volumes
Signed-off-by: Victor Vieux <vieux@docker.com>
|
2016-01-16 17:40:53 -08:00 |
Victor Vieux
|
04fb48d27a
|
support 1.10 events
Signed-off-by: Victor Vieux <vieux@docker.com>
|
2016-01-15 19:35:04 -08:00 |
Isabel Jimenez
|
a99ceeb9c1
|
Adding suicide logic for tasks so as to prevent false timeout for tasks having a long image pull
Signed-off-by: Isabel Jimenez <contact@isabeljimenez.com>
|
2016-01-14 13:37:23 -05:00 |
Victor Vieux
|
08839f62fa
|
Merge pull request #1636 from jimenez/checkpoint_failover
Enabling checkpoint failover in FrameworkInfo
|
2016-01-14 10:18:09 -08:00 |
Victor Vieux
|
d3e4ddb0f7
|
Merge pull request #1635 from jimenez/task_timeout_restructure
Removing Queue package and regrouping task logic
|
2016-01-14 10:18:03 -08:00 |
Isabel Jimenez
|
b297c1bd41
|
Enabling checkpoint failover in FrameworkInfo
Signed-off-by: Isabel Jimenez <contact@isabeljimenez.com>
|
2016-01-14 04:05:00 -05:00 |
Isabel Jimenez
|
fe8da8fe80
|
Removing Queue package and regrouping task logic
Signed-off-by: Isabel Jimenez <contact@isabeljimenez.com>
|
2016-01-14 03:52:11 -05:00 |
Dong Chen
|
8cc9b6c284
|
Add swarm container create retry option.
Signed-off-by: Dong Chen <dongluo.chen@docker.com>
|
2016-01-13 16:06:38 -08:00 |
Alexandre Beslic
|
d21748699d
|
Merge pull request #1565 from jimmyxian/fresh-image-when-commit
fresh image when receive commit event
|
2016-01-13 12:01:09 -08:00 |
Victor Vieux
|
985974854c
|
Merge pull request #1630 from jimenez/driver_join
Adding observe async for driver abort/errors
|
2016-01-13 11:47:10 -08:00 |
Isabel Jimenez
|
9bfc28c291
|
Adding obeserve async for driver abort/errors
Signed-off-by: Isabel Jimenez <contact@isabeljimenez.com>
|
2016-01-13 04:46:45 -05:00 |
Alexandre Beslic
|
254e095f77
|
Merge pull request #1601 from vieux/docker_discovery
use docker/docker/pkg/discovery and update godeps
|
2016-01-12 17:06:51 -08:00 |
Victor Vieux
|
18b6435839
|
Merge pull request #1621 from jimenez/scheduler_driver
Restructuring mesos scheduler driver outside of Cluster
|
2016-01-12 17:02:35 -08:00 |
Isabel Jimenez
|
443d49167a
|
Restructuring mesos scheduler driver outside of Cluster
Signed-off-by: Isabel Jimenez <contact@isabeljimenez.com>
|
2016-01-12 19:24:50 -05:00 |
Alexandre Beslic
|
e1213384bc
|
Merge pull request #1578 from aluzzardi/rescheduling
[experimental] Simple container rescheduling on node failure
|
2016-01-12 15:00:27 -08:00 |
Victor Vieux
|
14bf4e08b3
|
add -experimental to enable rescheduling
Signed-off-by: Victor Vieux <vieux@docker.com>
|
2016-01-12 01:35:39 -08:00 |
Victor Vieux
|
31ad0e047f
|
update godeps
Signed-off-by: Victor Vieux <vieux@docker.com>
|
2016-01-12 00:38:09 -08:00 |
Victor Vieux
|
fc1e7bbca2
|
use docker/docker/pkg/discovery
Signed-off-by: Victor Vieux <vieux@docker.com>
|
2016-01-12 00:38:06 -08:00 |
Victor Vieux
|
a2018c177c
|
improve eventHandlers locking
Signed-off-by: Victor Vieux <vieux@docker.com>
|
2016-01-11 17:23:48 -08:00 |
Dong Chen
|
8f384b1d40
|
Address review comments.
Signed-off-by: Dong Chen <dongluo.chen@docker.com>
|
2016-01-11 16:08:51 -08:00 |
Victor Vieux
|
78008f4d4a
|
add doc
fix tests and keep swarm id
remove duplicate on node reconnect
explicit failure
Signed-off-by: Victor Vieux <vieux@docker.com>
|
2016-01-11 15:59:44 -08:00 |
Andrea Luzzardi
|
13f60212f5
|
Add support for container rescheduling on node failure.
Add rescheduling integration tests.
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
|
2016-01-11 15:59:44 -08:00 |
Andrea Luzzardi
|
56941d02a8
|
cluster: Support multiple event handlers.
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
|
2016-01-11 15:59:44 -08:00 |
Dong Chen
|
cf664141b6
|
Scheduler prefers nodes without connection failures.
Signed-off-by: Dong Chen <dongluo.chen@docker.com>
|
2016-01-11 11:42:58 -08:00 |
Xian Chaobo
|
1fef59f738
|
fresh image when receive commit event
Signed-off-by: Xian Chaobo <xianchaobo@huawei.com>
|
2016-01-08 17:25:30 +08:00 |
Alexandre Beslic
|
8b173fd382
|
Merge pull request #1569 from dongluochen/nodeManagement
Improve node management.
|
2016-01-07 16:14:36 -08:00 |
Dong Chen
|
7e266f18ed
|
Name constants.
Signed-off-by: Dong Chen <dongluo.chen@docker.com>
|
2016-01-07 15:55:12 -08:00 |
Xian Chaobo
|
3aa302d706
|
Merge pull request #1587 from vieux/do_not_save_image_aff
do not save image affinity on reschedule
|
2016-01-07 09:42:16 +08:00 |
Dongluo Chen
|
b4a6ad2e56
|
Merge pull request #1585 from jimenez/klaus-jimenez-offer-refuse
Klaus jimenez offer refuse
|
2016-01-06 13:20:02 -08:00 |
Isabel Jimenez
|
5a529d4c4a
|
Adding help for new flag offer_refuse_seconds and renaming
Signed-off-by: Isabel Jimenez <contact@isabeljimenez.com>
|
2016-01-06 15:50:30 -05:00 |