Doc: enhance description on enable_consensus_with_half_votes.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Mon, 10 May 2021 00:02:15 +0000 (09:02 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Mon, 10 May 2021 00:05:08 +0000 (09:05 +0900)
Although this parameter is written in "Controlling the Failover
behavior" section, this does affect to not only the backend failover
but quorum of Pgpool-II itself. So add a note to make it clear.

doc.ja/src/sgml/watchdog.sgml
doc/src/sgml/watchdog.sgml

index 30bface503a16cc9299793b93316dbde2ad940ab..70cbb5d494018c268be6d651c0c84968662db78a 100644 (file)
      <para>
       このパラメータは<productname>Pgpool-II</productname>が、クォーラムとフェイルオーバにおける合意を解決する際に、どのように多数決ルールにおける計算を行うかを設定します。
      </para>
+
+     <note>     
+      <para>
+       このパラメータはバックエンドのフェイルオーバの挙動のみならず、<productname>Pgpool-II</productname>自身のクォーラムとフェイルオーバの挙動にも影響を与えます。
+      </para>
+     </note>
+
      <para>
       このパラメータがオンなら、クォーラムとフェイルオーバの合意のために、全体のうち半数の投票だけでよくなります。
       そうでなければ、全体のうち少なくとも半数に加えて1票の投票が必要になります。
index e84454f6d46b191df127bd607c331bad5c0abc91..9d5b686ef434dc6651c24951d1392e4b133ec9e0 100644 (file)
@@ -722,6 +722,13 @@ pgpool_port2 = 9999
       is made by <productname>Pgpool-II</productname> for calculating
       the quorum and resolving the consensus for failover.
      </para>
+     <note>
+      <para>
+       This parameter affects not only the failover behavior of the
+       backend but the quorum and the failover behavior of
+       <productname>Pgpool-II</productname> itself.
+      </para>
+     </note>
      <para>
       When enabled the existence of quorum and consensus on failover requires only half of
       the total number of votes configured in the cluster. Otherwise, both of these