Doc: remove the configuration of "- D" start OPTS from "8.2. Pgpool-II + Watchdog...
authorBo Peng <pengbo@sraoss.co.jp>
Thu, 13 Apr 2023 09:00:08 +0000 (18:00 +0900)
committerBo Peng <pengbo@sraoss.co.jp>
Thu, 13 Apr 2023 09:00:08 +0000 (18:00 +0900)
doc.ja/src/sgml/example-cluster.sgml
doc/src/sgml/example-cluster.sgml

index 1cdbbbc39c48282a9f0dfa210fa17c9721d79ca2..d726327ef1b25cc868ebb7d4b78ca32585d67d53 100644 (file)
@@ -1027,19 +1027,6 @@ log_rotation_size = 10MB
   </sect3>
  </sect2>
 
- <sect2 id="example-cluster-pgpool-config-sysconfig">
-  <title>/etc/sysconfig/pgpoolの設定</title>
-  <para>
-   <productname>Pgpool-II</productname>起動時に<filename>pgpool_status</filename>ファイルが存在する場合、<productname>Pgpool-II</productname>は<filename>pgpool_status</filename>ファイルからバックエンドの状態(up/down)を読み取ります。
-   <productname>Pgpool-II</productname>起動時に<filename>pgpool_status</filename>ファイルを無視させたい場合、<filename>/etc/sysconfig/pgpool</filename>の起動オプションOPTSに「-D」を追加します。
-  </para>
-  <programlisting>
-[全サーバ]# vi /etc/sysconfig/pgpool
-(...省略...)
-OPTS=" -D -n"
-  </programlisting>
- </sect2>
-
  <sect2 id="example-cluster-start-stop">
   <title>システムの起動と停止</title>
   <para>
index 8a0a389d1bd3bda09192e522cd0c671e2765da8f..87af178fe9bbb0f4bd380d85cdacccdcd09c6c3a 100644 (file)
@@ -1095,25 +1095,6 @@ log_rotation_size = 10MB
   </sect3>
  </sect2>
 
- <sect2 id="example-cluster-pgpool-config-sysconfig">
-  <title>/etc/sysconfig/pgpool Configuration</title>
-  <para>
-   When starting <productname>Pgpool-II</productname>, if the <filename>pgpool_status</filename>
-   file exists, <productname>Pgpool-II</productname> will read the backend status (up/down) from the
-   <filename>pgpool_status</filename> file.
-  </para>
-  <para>
-   If you want to ignore the <filename>pgpool_status</filename> file at startup of
-   <productname>Pgpool-II</productname>, add "- D" to the start option OPTS to
-   <filename>/etc/sysconfig/pgpool</filename>.
-  </para>
-  <programlisting>
-[all servers]# vi /etc/sysconfig/pgpool
-...
-OPTS=" -D -n"
-  </programlisting>
- </sect2>
-
  <sect2 id="example-cluster-start-stop">
   <title>Starting/Stopping Pgpool-II</title>
   <para>