You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by db...@apache.org on 2018/11/28 00:25:39 UTC

[geode] branch develop updated: GEODE-5667 User Guide: update description of gfsh create gateway-receiver option "--manual-start" to match default behavior

This is an automated email from the ASF dual-hosted git repository.

dbarnes pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 3749be9  GEODE-5667 User Guide: update description of gfsh create gateway-receiver option "--manual-start" to match default behavior
3749be9 is described below

commit 3749be9504413f2ee4f784e9ec0972cf675cf25c
Author: Dave Barnes <db...@pivotal.io>
AuthorDate: Tue Nov 27 16:25:26 2018 -0800

    GEODE-5667 User Guide: update description of gfsh create gateway-receiver option "--manual-start" to match default behavior
---
 geode-docs/managing/monitor_tune/sockets_and_gateways.html.md.erb | 7 +------
 geode-docs/tools_modules/gfsh/command-pages/create.html.md.erb    | 4 ++--
 2 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/geode-docs/managing/monitor_tune/sockets_and_gateways.html.md.erb b/geode-docs/managing/monitor_tune/sockets_and_gateways.html.md.erb
index 2fad715..bd77797 100644
--- a/geode-docs/managing/monitor_tune/sockets_and_gateways.html.md.erb
+++ b/geode-docs/managing/monitor_tune/sockets_and_gateways.html.md.erb
@@ -24,11 +24,6 @@ When you determine buffer size settings, you try to strike a balance between com
 This table lists the settings for gateway relationships and protocols, and tells where to set them.
 
 <table>
-<colgroup>
-<col width="33%" />
-<col width="33%" />
-<col width="33%" />
-</colgroup>
 <thead>
 <tr class="header">
 <th>Protocol / Area Affected</th>
@@ -46,7 +41,7 @@ This table lists the settings for gateway relationships and protocols, and tells
 <td>Gateway sender</td>
 <td><code class="ph codeph">gfsh create gateway-sender</code> or
 <p>cache.xml &lt;gateway-sender&gt;</p></td>
-<td>socket-buffer-size</td>
+<td>socket&#8209;buffer&#8209;size</td>
 </tr>
 <tr class="odd">
 <td>Gateway receiver</td>
diff --git a/geode-docs/tools_modules/gfsh/command-pages/create.html.md.erb b/geode-docs/tools_modules/gfsh/command-pages/create.html.md.erb
index 88f41ff..ac7d182 100644
--- a/geode-docs/tools_modules/gfsh/command-pages/create.html.md.erb
+++ b/geode-docs/tools_modules/gfsh/command-pages/create.html.md.erb
@@ -374,7 +374,7 @@ See [Gateway Receivers](../../../topologies_and_comm/topology_concepts/multisite
 
 ``` pre
 create gateway-receiver [--groups=value(,value)*] [--members=value(,value)*] 
-  [--manual-start=value] [--start-port=value] [--end-port=value] [--bind-address=value] 
+  [--manual-start=(value)?] [--start-port=value] [--end-port=value] [--bind-address=value] 
   [--maximum-time-between-pings=value] [--socket-buffer-size=value]
   [--gateway-transport-filter=value(,value)*] [--hostname-for-senders=value]
   [--if-not-exists=(value)?]
@@ -411,7 +411,7 @@ if this option is specified and cluster configuration is enabled.
 </tr>
 <tr class="odd">
 <td><span class="keyword parmname">\-\-manual-start</span></td>
-<td>Boolean value that specifies whether you need to manually start the gateway receiver. If you supply a null value, the default is &quot;false&quot; the gateway receiver starts automatically.</td>
+<td>Boolean value that specifies whether you need to manually start the gateway receiver. If you specify this option without a value, the default is &quot;true&quot; the gateway receiver must be started manually.</td>
 <td>true</td>
 </tr>
 <tr class="even">