From 26afb64224872777dd8739bf98ae04bad9a0e405 Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 6 Sep 2016 12:34:48 -0700 Subject: Added known issues to CHANGES.md --- CHANGES.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'CHANGES.md') diff --git a/CHANGES.md b/CHANGES.md index f5332ca9..3fbb3ee1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -27,7 +27,8 @@ You will need the new version of leap_cli: workstation$ sudo gem install leap_cli --version=1.9 -Because 0.9 does not use submodules anymore, you must remove them before pulling the latest leap_platform from git: +Because 0.9 does not use submodules anymore, you must remove them before pulling +the latest leap_platform from git: cd leap_platform for dir in $(git submodule | awk '{print $2}'); do @@ -39,6 +40,14 @@ Alternately, just clone a fresh leap_platform: git clone https://leap.se/git/leap_platform +Known Issues: + +* When upgrading, sometimes systemd does not report the correct state of a + daemon. The daemon will be not running, but systemd thinks it is. The symptom + of this is that a deploy will succeed but `leap test` will fail. To fix, you + can run `systemctl stop DAEMON` and then `systemctl start DAEMON` on the + affected host (systemctl restart seems to work less reliably). + Includes: * leap_web: 0.8 -- cgit v1.2.3