Bug 1084585
Summary: | There needs to be a cli method of determining if heal full has completed | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Joe Julian <joe> |
Component: | replicate | Assignee: | Ravishankar N <ravishankar> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | mainline | CC: | amukherj, bugs, joe, pkarampu, rkavunga |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-03-07 18:26:43 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Joe Julian
2014-04-04 18:57:23 UTC
Hi Joe, 'gluster volume heal $vol statistics` set of commands should help here. It also prints full heal statistics in addition to the index heal ones: ------------------------------------------------------------ $gluster v heal volname statistics <snip> Starting time of crawl: Tue Mar 7 13:56:05 2017 Crawl is in progress Type of crawl: FULL No. of entries healed: 303 No. of entries in split-brain: 0 No. of heal failed entries: 608 <\snip> ------------------------------------------------------------ $gluster v heal volname statistics <snip> Starting time of crawl: Tue Mar 7 13:56:05 2017 Ending time of crawl: Tue Mar 7 13:57:56 2017 Type of crawl: FULL No. of entries healed: 783 No. of entries in split-brain: 0 No. of heal failed entries: 1777 <\snip> ------------------------------------------------------------ Is this what you are looking for? Yes, that's new since 2014. :) |