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 2017/09/21 22:53:21 UTC

[geode] 02/03: Incorporate reviewer corrections (jmcallister)

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

commit d37729dc2c0a640d558f047bf36eb6a1f80ddb16
Author: Dave Barnes <db...@pivotal.io>
AuthorDate: Wed Sep 20 16:54:48 2017 -0700

    Incorporate reviewer corrections (jmcallister)
---
 geode-docs/tools_modules/gfsh/command-pages/import.html.md.erb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/geode-docs/tools_modules/gfsh/command-pages/import.html.md.erb b/geode-docs/tools_modules/gfsh/command-pages/import.html.md.erb
index d2ed23f..eca2336 100644
--- a/geode-docs/tools_modules/gfsh/command-pages/import.html.md.erb
+++ b/geode-docs/tools_modules/gfsh/command-pages/import.html.md.erb
@@ -33,7 +33,7 @@ You can import data into a region or import an existing cluster configuration in
 
 ## <a id="topic_vnv_grz_ck" class="no-quick-link"></a>import cluster-configuration
 
-Imports a previously-exported cluster configuration from a zip file into a locator. This command is useful when spinning up a new cluster and when
+Imports a previously exported cluster configuration from a zip file into a locator. This command is useful when spinning up a new cluster and when
 upgrading from an older version of <%=vars.product_name%> to a new one.
 
 - In a given cluster, only one locator needs to perform the import. 
@@ -45,9 +45,9 @@ configuration changes have been made (such as new region definitions, for exampl
 So, to ensure a consistent cluster configuration throughout your distributed system, perform these steps in the following order:
 
 1. Spin up the new cluster
-2. If upgrading, an already-running cluster, shut down most (or all) data members (servers) before importing a shared configuration.
+2. If upgrading an already-running cluster, shut down most (or all) data members (servers) before importing a shared configuration.
 3. Import the cluster configuration.
-4. Start or re-start all data members (servers).
+4. Start or restart all data members (servers).
 
 **Availability:** Online. You must be connected in `gfsh` to a locator to use this command.
 

-- 
To stop receiving notification emails like this one, please contact
"commits@geode.apache.org" <co...@geode.apache.org>.