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

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

commit 60003f5d0ae42f73f983016e51918f2751c3a128
Author: Alberto Bustamante Reyes <[email protected]>
AuthorDate: Thu Jun 18 19:29:17 2020 +0200

    GEODE-8237: Add note about 'alter region' & cluster conf service (#5231)
---
 geode-docs/configuring/cluster_config/gfsh_persist.html.md.erb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/geode-docs/configuring/cluster_config/gfsh_persist.html.md.erb 
b/geode-docs/configuring/cluster_config/gfsh_persist.html.md.erb
index 8b64843..93b3433 100644
--- a/geode-docs/configuring/cluster_config/gfsh_persist.html.md.erb
+++ b/geode-docs/configuring/cluster_config/gfsh_persist.html.md.erb
@@ -68,7 +68,7 @@ The following `gfsh` commands cause the configuration to be 
written to all locat
 
 -   `configure pdx`\*
 -   `create region`
--   `alter region`
+-   `alter region`\*\*
 -   `alter runtime`
 -   `destroy region`
 -   `create index`
@@ -88,6 +88,8 @@ The following `gfsh` commands cause the configuration to be 
written to all locat
 
 **\*** Note that the `configure pdx` command must be executed *before* 
starting your data members. This command does not affect any currently running 
members in the system. Data members (with cluster configuration enabled) that 
are started after running this command will pick up the new PDX configuration.
 
+**\*\*** If cluster configuration is enabled, the region this command is 
applied to must exist in the cluster configuration. If that is not the case, 
the command will fail saying the region does not exist.
+
 ## <a id="concept_r22_hyw_bl__section_bn3_23p_y4" 
class="no-quick-link"></a>gfsh Limitations
 
 These are the configurations that you cannot create or alter using `gfsh`.

Reply via email to