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

index 17c66879c2257676a004616229661704487403a0..a91411dc8da4d9a1bc2ec0bee0f9e555afd95885 100644 (file)
@@ -1074,22 +1074,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 39cad78be1bfa5ad2e4dabefc73d067cfc302f3c..4ed4ee3e1618c39e7f6e11d910a12f00b288aad2 100644 (file)
@@ -692,21 +692,6 @@ log_rotation_size = 10MB
   </sect3>
  </sect2>
 
- <sect2 id="example-replication-mode-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>
-[server1]# vi /etc/sysconfig/pgpool
-(...省略...)
-OPTS=" -D -n"
-  </programlisting>
- </sect2>
-
  <sect2 id="example-replication-mode-start-stop">
   <title>システムの起動と停止</title>
   <para>
index b2430a9c1cdc7523e1188f53f51c84adf607bd5b..8b9a1ee2be1e63b9df570a470dce35871c74fa7c 100644 (file)
@@ -1025,25 +1025,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>
index a90fe51b9079d69f889da38ccd786566ef7b7561..e06b91e779ee44d1e0b6ac94912d73623d2af509 100644 (file)
@@ -677,25 +677,6 @@ log_rotation_size = 10MB
   </sect3>
  </sect2>
 
- <sect2 id="example-replication-mode-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-replication-mode-start-stop">
   <title>Starting/Stopping Pgpool-II</title>
   <para>