[Debian-ha-commits] [corosync] 01/01: Comment in quorum provider.

Adrian Vondendriesch discostu-guest at moszumanska.debian.org
Sun May 3 12:43:52 UTC 2015


This is an automated email from the git hooks/post-receive script.

discostu-guest pushed a commit to branch master
in repository corosync.

commit 8bc78f35986716db1c68193eb5b5728d7040e65e
Author: Adrian Vondendriesch <adrian.vondendriesch at credativ.de>
Date:   Sun May 3 14:33:38 2015 +0200

    Comment in quorum provider.
    
    If we don't enable corosync_votequorum pacemaker will claim about the absence
    about a quorum provider.
    
    We need to add any value for expected_votes, otherwise corosync will fail to
    start. However we can't determine the size of users cluster, so the example
    config uses 2. This is the smallest reasonable size for cluster.
    
    Signed-off-by: Adrian Vondendriesch <adrian.vondendriesch at credativ.de>
---
 debian/corosync.example-config | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/corosync.example-config b/debian/corosync.example-config
index 8c39c39..6e6973d 100644
--- a/debian/corosync.example-config
+++ b/debian/corosync.example-config
@@ -100,5 +100,6 @@ logging {
 quorum {
 	# Enable and configure quorum subsystem (default: off)
 	# see also corosync.conf.5 and votequorum.5
-	#provider: corosync_votequorum
+	provider: corosync_votequorum
+	expected_votes: 2
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/corosync.git



More information about the Debian-HA-Commits mailing list