Swapnil Bawaskar created GEODE-2567: ---------------------------------------
Summary: gfsh destroy disk-store should be idempotent Key: GEODE-2567 URL: https://issues.apache.org/jira/browse/GEODE-2567 Project: Geode Issue Type: Sub-task Components: gfsh Reporter: Swapnil Bawaskar Currently, gfsh {{destroy disk-store}} does *not* throw an error when run multiple times: {{{ gfsh>destroy disk-store --name=foo Member | Result ------ | ----------------------------------- serv1 | Disk store not found on this member serv2 | Disk store not found on this member }}} However, for a uniform user experience, it should. We should then add a {{--if-exists}} option to the command to make it idempotent. -- This message was sent by Atlassian JIRA (v6.3.15#6346)