Bruce Schuchardt created GEODE-3104:
---------------------------------------
Summary: gfsh gives the wrong advice when issuing shutdown
Key: GEODE-3104
URL: https://issues.apache.org/jira/browse/GEODE-3104
Project: Geode
Issue Type: Bug
Components: gfsh
Reporter: Bruce Schuchardt
I was trying to shut down my whole distributed system and gfsh told me to use
the wrong option in order to have "shutdown" include the locator. It said I
should use --shutdown-locators but the option is --include-locators.
{noformat}
gfsh>shutdown
As a lot of data in memory will be lost, including possibly events in queues,
do you really want to shutdown the entire distributed system? (Y/n): Y
No data node found for stopping. Please specify --shutdown-locators option if
you want locators to be stopped
gfsh>shutdown --shutdown-locators
Option 'shutdown-locators' is not available for this command. Use tab assist or
the "help" command to see the legal options
gfsh>list members
Name | Id
-------- | --------------------------------------------------
locator1 | 10.118.26.122(locator1:21797:locator)<ec><v0>:1024
gfsh>shutdown --
--include-locators --time-out
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)