summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2014-01-04 17:53:09 +0100
committervarac <varacanero@zeromail.org>2014-01-04 17:53:09 +0100
commit76fc410479be38fc19723bfb2abc01f70ebdf0b4 (patch)
tree7b480770135de0a49b5b8251ac5630a1cfa49467
parent6c044646cd6cee33de7b451e332915feefc86fb4 (diff)
added the limitation that one can't deploy mx+webapp on the same node (#3839)
-rw-r--r--docs/platform/known-issues.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/platform/known-issues.md b/docs/platform/known-issues.md
index 960eaad..46a77de 100644
--- a/docs/platform/known-issues.md
+++ b/docs/platform/known-issues.md
@@ -5,6 +5,15 @@
Here you can find documentation about known issues and potential work-arounds in the current Leap Platform release.
+0.5.0rc1
+========
+
+Service separation
+------------------
+
+. You can't deploy all services to one single node. You need at least to seperate the mx and the webapp node. The reason is because they both use haproxy to query the couch db, and haproxy still doesn't have a way to split up its config files in a .d directory (see: https://leap.se/code/issues/3839)
+
+
0.2.2
=====