Doc: remove incorrect description about failover_when_quorum_exists.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Sun, 9 May 2021 23:36:42 +0000 (08:36 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Sun, 9 May 2021 23:36:42 +0000 (08:36 +0900)
"Please note that if the number of watchdog nodes is even, we regard
that quorum exists when the number of live nodes is greater than or
equal to half of total watchdog nodes." This is not correct anymore
since Pgpool-II 4.1 in which enable_consensus_with_half_votes has been
introduced.

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

index f902b62048b2910f811938fd85b8f44ee3937a1f..30bface503a16cc9299793b93316dbde2ad940ab 100644 (file)
        <literal>Quorum state</literal>が<literal>QUORUM EXIST</literal>または<literal>QUORUM IS ON THE EDGE</literal>ならクォーラムは存在します。
        <literal>Quorum state</literal>が<literal>QUORUM ABSENT</literal>ならクォーラムは存在しません。
      </para>
-     <para>
-      なお、watchdogノード数が偶数の場合は、生きているノード数がすべてのwatchdogノード数の半数以上ならクォーラムが存在するとみなします。
-      たとえば全watchdogノード数が4で、生きているノード数が2以上ならクォーラムが存在するとみなします。
-     </para>
 
      <para>
       クォーラムが存在しない場合、クォーラムが再び存在するまで、バックエンドの障害を検出した<productname>Pgpool-II</productname>ノードは、障害の発生したバックエンドノードを隔離します。
index b4413ddca11f964b2ccb503b160277013d08f6c3..f4005d7e90878af9dc8fd1f17963121b35252485 100644 (file)
@@ -538,11 +538,6 @@ pgpool_port2 = 9999
        If <literal>Quorum state</literal> is <literal>QUORUM EXIST</literal> or <literal>QUORUM IS ON THE EDGE</literal>, then the quorum exists.
        If <literal>Quorum state</literal> is <literal>QUORUM ABSENT</literal>, then the quorum does not exist.
      </para>
-     <para>
-      Please note that if the number of watchdog nodes is even, we
-      regard that quorum exists when the number of live nodes is
-      greater than or equal to half of total watchdog nodes.
-     </para>
      <para>
       In the absence of the
       quorum, <productname>Pgpool-II</productname> node that