[Debian-ha-commits] [pcs] 12/14: d/tests/setup: need to generate corosync authkey
Valentin Vidic
vvidic-guest at moszumanska.debian.org
Thu Jun 29 01:29:51 UTC 2017
This is an automated email from the git hooks/post-receive script.
vvidic-guest pushed a commit to branch master
in repository pcs.
commit 3ac514efc6624af59076b1431f45fd55ca7bbd79
Author: Valentin Vidic <Valentin.Vidic at CARNet.hr>
Date: Thu Jun 29 02:11:07 2017 +0200
d/tests/setup: need to generate corosync authkey
corosync service fails to start without the key now.
---
debian/tests/setup | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/tests/setup b/debian/tests/setup
index 8a76269..8f349df 100755
--- a/debian/tests/setup
+++ b/debian/tests/setup
@@ -11,8 +11,9 @@ cleanup () {
trap "cleanup" 0 2 3 15
-pcs cluster setup --name debian --local --force --start localhost 2>&1
-service pcsd start
+pcs cluster setup --name debian --local --force localhost 2>&1
+corosync-keygen
+pcs cluster start
sleep 60
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/pcs.git
More information about the Debian-HA-Commits
mailing list