From 6ab88246cf5207f96e64fd325240d120381727a8 Mon Sep 17 00:00:00 2001 From: Aaron Bell Date: Wed, 3 Feb 2016 16:20:52 -0800 Subject: [PATCH] fix bullet list in last paragraph Signed-off-by: Aaron Bell --- cluster/mesos/README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/cluster/mesos/README.md b/cluster/mesos/README.md index d7a32b05d6..9395b9a2e8 100644 --- a/cluster/mesos/README.md +++ b/cluster/mesos/README.md @@ -142,10 +142,9 @@ The current Swarm scheduler for Mesos implementation is not feature complete. He ## Known issues -Docker Swarm on Mesos only uses unreserved resources; and if Mesos offers reserved resources, the role info is also ignored which is rejected by Mesos master. -See [here](https://github.com/docker/swarm/issues/1618) for a proposal on letting Docker Swarm on Mesos use both un-reserved/reserved resources. -See [here](https://github.com/docker/swarm/issues/1619) for a proposal on letting Docker Swarm on Mesos use revocable resources. -Restarted Mesos agents have flaky recovery in conjunction with Docker Swarm. When Mesos agents restart, Mesos master don’t always send offers for those agents to Docker Swarm. This issue seems to be solved with the Swarm 1.1 release. +- Docker Swarm on Mesos only uses unreserved resources; and if Mesos offers reserved resources, the role info is also ignored which is rejected by Mesos master. See [here](https://github.com/docker/swarm/issues/1618) for a proposal on letting Docker Swarm on Mesos use both un-reserved/reserved resources. +- See [here](https://github.com/docker/swarm/issues/1619) for a proposal on letting Docker Swarm on Mesos use revocable resources. +- Restarted Mesos agents have flaky recovery in conjunction with Docker Swarm. When Mesos agents restart, Mesos master don’t always send offers for those agents to Docker Swarm. This issue seems to be solved with the Swarm 1.1 release. -To have a global view of the tracked issues please refer to: -[Mesos issues](https://github.com/docker/swarm/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+mesos) \ No newline at end of file +To have a global view of the tracked issues please refer to +[Mesos issues in Github](https://github.com/docker/swarm/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+mesos).