You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Barbara Pruijn (JIRA)" <ji...@apache.org> on 2018/02/06 16:51:00 UTC

[jira] [Created] (GEODE-4609) Create region gfsh command option --skip-if-exists defaults to false

Barbara Pruijn created GEODE-4609:
-------------------------------------

             Summary: Create region gfsh command option --skip-if-exists defaults to false
                 Key: GEODE-4609
                 URL: https://issues.apache.org/jira/browse/GEODE-4609
             Project: Geode
          Issue Type: Bug
          Components: docs
            Reporter: Barbara Pruijn


This ticket is filed for updating the documentation.

The create region gfsh command's default behavior for --skip-if-exists default behavior changed in 9.3.0. The default behavior is now false.

[http://gemfire.docs.pivotal.io/geode/tools_modules/gfsh/command-pages/create.html#topic_54B0985FEC5241CA9D26B0CE0A5EA863]

 
{code:java}
gfsh>create region --name=test --type=PARTITION --skip-if-exists

optional --skip-if-exists: Skip region creation if the region already exists.; default if option present: 'true'; default if option not present: 'false'
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)