Doc: mention that VIP will not be brougt up if quorum does not exist.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Tue, 3 Sep 2019 22:45:17 +0000 (07:45 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Tue, 3 Sep 2019 22:45:17 +0000 (07:45 +0900)
doc.ja/src/sgml/watchdog.sgml
doc/src/sgml/watchdog.sgml

index 42c0aefd1ec0194da940c7feaa75186e530d1c63..26f54742428cf9c70415d417adbb00cd05dada61 100644 (file)
       Default is <literal>''</literal>(empty): which means virtual
       IP will never be brought up.
       -->
-      (アプリケーションサーバなど)クライアントサーバから接続されるpgpool-IIの仮想IP(VIP) アドレスを指定します。
+      (アプリケーションサーバなど)クライアントサーバから接続される<productname>Pgpool-II</productname>の仮想IP(VIP) アドレスを指定します。
       <productname>Pgpool-II</productname>がスタンバイからアクティブに切り替わった時、<productname>Pgpool-II</productname>はこのVIPを引き継ぎます。
+      <xref linkend="guc-failover-require-consensus">がオンの場合(デフォルトです)、クォーラムが存在しなければVIPは立ち上がりません。
       デフォルトは<literal>''</literal>(空文字)で、この場合仮想IPは決して立ち上がりません。
      </para>
      <para>
index 4584f510d731d3fead55a24196dacdd6868e4445..5219cfd3dc42ccc05b9406ddfef2a938faaf6251 100644 (file)
     </term>
     <listitem>
      <para>
-      Specifies the virtual IP address (VIP) of pgpool-II that is
-      connected from client servers (application servers etc.).
-      When a <productname>Pgpool-II</productname> is switched from standby to active,
-      the <productname>Pgpool-II</productname> takes over
-      this VIP.
-      Default is <literal>''</literal>(empty): which means virtual
-      IP will never be brought up.
+      Specifies the virtual IP address (VIP) of
+      <productname>Pgpool-II</productname> that is connected from
+      client servers (application servers etc.).  When a
+      <productname>Pgpool-II</productname> is switched from standby to
+      active, the <productname>Pgpool-II</productname> takes over this
+      VIP.  If <xref linkend="guc-failover-require-consensus"> is on
+      (the default), VIP will not be brought up in case the quorum
+      does not exist.  Default is <literal>''</literal>(empty): which
+      means virtual IP will never be brought up.
      </para>
      <para>
       This parameter can only be set at server start.