From ba045ab3f7ea136cb290f0ae0f587f05311e5fd0 Mon Sep 17 00:00:00 2001 From: Bo Peng Date: Thu, 13 Apr 2023 18:00:08 +0900 Subject: [PATCH] Doc: remove the configuration of "- D" start OPTS from "8.2. Pgpool-II + Watchdog Setup Example". --- doc.ja/src/sgml/example-cluster.sgml | 13 ------------- doc/src/sgml/example-cluster.sgml | 19 ------------------- 2 files changed, 32 deletions(-) diff --git a/doc.ja/src/sgml/example-cluster.sgml b/doc.ja/src/sgml/example-cluster.sgml index 1cdbbbc39..d726327ef 100644 --- a/doc.ja/src/sgml/example-cluster.sgml +++ b/doc.ja/src/sgml/example-cluster.sgml @@ -1027,19 +1027,6 @@ log_rotation_size = 10MB - - /etc/sysconfig/pgpoolの設定 - - Pgpool-II起動時にpgpool_statusファイルが存在する場合、Pgpool-IIはpgpool_statusファイルからバックエンドの状態(up/down)を読み取ります。 - Pgpool-II起動時にpgpool_statusファイルを無視させたい場合、/etc/sysconfig/pgpoolの起動オプションOPTSに「-D」を追加します。 - - -[全サーバ]# vi /etc/sysconfig/pgpool -(...省略...) -OPTS=" -D -n" - - - システムの起動と停止 diff --git a/doc/src/sgml/example-cluster.sgml b/doc/src/sgml/example-cluster.sgml index 8a0a389d1..87af178fe 100644 --- a/doc/src/sgml/example-cluster.sgml +++ b/doc/src/sgml/example-cluster.sgml @@ -1095,25 +1095,6 @@ log_rotation_size = 10MB - - /etc/sysconfig/pgpool Configuration - - When starting Pgpool-II, if the pgpool_status - file exists, Pgpool-II will read the backend status (up/down) from the - pgpool_status file. - - - If you want to ignore the pgpool_status file at startup of - Pgpool-II, add "- D" to the start option OPTS to - /etc/sysconfig/pgpool. - - -[all servers]# vi /etc/sysconfig/pgpool -... -OPTS=" -D -n" - - - Starting/Stopping Pgpool-II -- 2.39.5