You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Jinmei Liao (JIRA)" <ji...@apache.org> on 2016/01/05 22:22:39 UTC

[jira] [Resolved] (GEODE-401) gfsh backup disk-store does not print offline members

     [ https://issues.apache.org/jira/browse/GEODE-401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jinmei Liao resolved GEODE-401.
-------------------------------
    Resolution: Not A Problem
      Assignee: Jinmei Liao

> gfsh backup disk-store does not print offline members
> -----------------------------------------------------
>
>                 Key: GEODE-401
>                 URL: https://issues.apache.org/jira/browse/GEODE-401
>             Project: Geode
>          Issue Type: Bug
>          Components: persistence
>    Affects Versions: 1.0.0-incubating
>            Reporter: Karen Smoler Miller
>            Assignee: Jinmei Liao
>            Priority: Minor
>              Labels: gfsh
>
> Test environment has 3 servers running with 1 REPLICATE_PERSISTENT region.  Make a backup with all 3 servers online:
> {noformat}
> gfsh>backup disk-store --dir=/Users/kmiller/tryit/trybackup/mybackupdir
> The following disk stores were backed up successfully
>  Member  |                 UUID                 |                              Directory                              | Host
> -------- | ------------------------------------ | ------------------------------------------------------------------- | ---------------------------------
> server2  | 49ec8158-fa55-4340-a20c-bc20d9d90bbb | /Users/kmiller/tryit/trybackup/try2/server2/.                       | pdx2-office-dhcp10.eng.vmware.com
> server1  | 4b6ef006-c585-48de-83a2-74f79199e2fa | /Users/kmiller/tryit/trybackup/try1/server1/.                       | pdx2-office-dhcp10.eng.vmware.com
> server3  | b9e6771e-ab84-4808-a081-6c0134144fd9 | /Users/kmiller/tryit/trybackup/try3/server3/.                       | pdx2-office-dhcp10.eng.vmware.com
> locator1 | 5bce95be-5bb6-4be6-adc2-aa18dde1c2b6 | /Users/kmiller/tryit/trybackup/try1/locator1/ConfigDiskDir_locator1 | pdx2-office-dhcp10.eng.vmware.com
> {noformat}
> Here's the output once server 3 is stopped.  Notice that there is no indication that a backup was not taken for server 3's disk store, since server 3 is offline.
> {noformat}
> gfsh>stop server --name=server3
> gfsh>backup disk-store --dir=/Users/kmiller/tryit/trybackup/mybackupdir
> The following disk stores were backed up successfully
>  Member  |                 UUID                 |                              Directory                              | Host
> -------- | ------------------------------------ | ------------------------------------------------------------------- | ---------------------------------
> server2  | 49ec8158-fa55-4340-a20c-bc20d9d90bbb | /Users/kmiller/tryit/trybackup/try2/server2/.                       | pdx2-office-dhcp10.eng.vmware.com
> server1  | 4b6ef006-c585-48de-83a2-74f79199e2fa | /Users/kmiller/tryit/trybackup/try1/server1/.                       | pdx2-office-dhcp10.eng.vmware.com
> locator1 | 5bce95be-5bb6-4be6-adc2-aa18dde1c2b6 | /Users/kmiller/tryit/trybackup/try1/locator1/ConfigDiskDir_locator1 | pdx2-office-dhcp10.eng.vmware.com
> {noformat}
> There ought to be an additional line in this output that states that no backup was made for server 3.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)