Ver código fonte

conf: add quorum section to example config

document only the provider option since all the others
(votes/expected_votes/etc) are provider specific.

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
Fabio M. Di Nitto 14 anos atrás
pai
commit
835025f319
2 arquivos alterados com 12 adições e 0 exclusões
  1. 6 0
      conf/corosync.conf.example
  2. 6 0
      conf/corosync.conf.example.udpu

+ 6 - 0
conf/corosync.conf.example

@@ -72,3 +72,9 @@ logging {
 		debug: off
 	}
 }
+
+quorum {
+	# Enable and configure quorum subsystem (default: off)
+	# see also corosync.conf.5 and votequorum.5
+	#provider: corosync_votequorum
+}

+ 6 - 0
conf/corosync.conf.example.udpu

@@ -51,3 +51,9 @@ nodelist {
 		ring0_addr: 10.16.35.105
 	}
 }
+
+quorum {
+	# Enable and configure quorum subsystem (default: off)
+	# see also corosync.conf.5 and votequorum.5
+	#provider: corosync_votequorum
+}