提交 ee7b5905 编写于 作者: D David Krieger 提交者: David Krieger

gpinitsystem: gpinitsystem_help reflects flag changes

(cherry picked from commit 813528e7)
上级 2710bc21
......@@ -13,13 +13,13 @@ gpinitsystem -c <gpinitsystem_config>
[-B <parallel_processes>]
[-p <postgresql_conf_param_file>]
[-s <standby_master_host>
[-P <standby_master_port>] [-F <standby_master_datadir>]]
[-P <standby_master_port>] [ {-S | --standby-datadir} <standby_master_datadir>]
[--max_connections=<number>] [--shared_buffers=<size>]
[--locale=<locale>] [--lc-collate=<locale>]
[--lc-ctype=<locale>] [--lc-messages=<locale>]
[--lc-monetary=<locale>] [--lc-numeric=<locale>]
[--lc-time=<locale>] [--su_password=<password>]
[-S] [-a] [-q] [-l <logfile_directory>] [-D]
[--mirror-mode={group|spread}] [-a] [-q] [-l <logfile_directory>] [-D]
gpinitsystem -v
......@@ -203,7 +203,7 @@ OPTIONS
is the same as the primary master.
-F <standby_master_datadir>
--segment-datadir=<standby_master_datadir> | -S <standby_master_datadir>
Optional and effective only when specified with -s. Specifies the
data directory of the standby.
......@@ -221,14 +221,13 @@ OPTIONS
change default passwords immediately after installation.
-S
--mirror-mode={group|spread}
If mirroring parameters are specified, spreads the mirror segments
across the available hosts. The default is to group the set of mirror
segments together on an alternate host from their primary segment set.
Mirror spreading will place each mirror on a different host within the
Greenplum Database array. Spreading is only allowed if there is a
sufficient number of hosts in the array (number of hosts is greater
Uses the specified mirroring mode. The default is to group the set of mirror
segments together on an alternate host from their primary segment set.
Specifying spread will place each mirror on a different host within the
Greenplum Database array. Spreading is only allowed if there is a
sufficient number of hosts in the array (number of hosts is greater
than the number of segment instances).
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册