Bug 1261463
Summary: | AFR : [RFE] Improvements needed in "gluster volume heal info" commands | |||
---|---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Mohamed Ashiq <mliyazud> | |
Component: | replicate | Assignee: | Mohamed Ashiq <mliyazud> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | ||
Severity: | high | Docs Contact: | ||
Priority: | unspecified | |||
Version: | mainline | CC: | bugs, ksubrahm, pkarampu, smohan, spandura, storage-qa-internal, vbellur | |
Target Milestone: | --- | Keywords: | FutureFeature | |
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | glusterfs-3.13.0 | Doc Type: | Enhancement | |
Doc Text: | Story Points: | --- | ||
Clone Of: | 1047493 | |||
: | 1493422 (view as bug list) | Environment: | ||
Last Closed: | 2017-12-08 17:31: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: | ||||
Bug Depends On: | 1047493 | |||
Bug Blocks: | 1493422 |
Comment 1
Vijay Bellur
2015-09-10 18:04:03 UTC
REVIEW: http://review.gluster.org/12154 (heal: New feature heal info summary to list the status and count of entries to be healed) posted (#2) for review on master by Mohamed Ashiq Liyazudeen (mliyazud) This bug was accidentally moved from POST to MODIFIED via an error in automation, please see mmccune with any questions REVIEW: http://review.gluster.org/12154 (heal: New feature heal info summary to list the status of brick and count of entries to be healed) posted (#4) for review on master by Mohamed Ashiq Liyazudeen (mliyazud) REVIEW: http://review.gluster.org/12154 (heal: New feature heal info summary to list the status of brick and count of entries to be healed) posted (#5) for review on master by Mohamed Ashiq Liyazudeen (mliyazud) REVIEW: http://review.gluster.org/12154 (heal: New feature heal info summary to list the status of brick and count of entries to be healed) posted (#6) for review on master by Ravishankar N (ravishankar) REVIEW: http://review.gluster.org/12154 (heal: New feature heal info summary to list the status of brick and count of entries to be healed) posted (#7) for review on master by Mohamed Ashiq Liyazudeen (mliyazud) REVIEW: http://review.gluster.org/12154 (heal: New feature heal info summary to list the status of brick and count of entries to be healed) posted (#8) for review on master by Mohamed Ashiq Liyazudeen (mliyazud) REVIEW: http://review.gluster.org/12154 (heal: New feature heal info summary to list the status of brick and count of entries to be healed) posted (#9) for review on master by Mohamed Ashiq Liyazudeen (mliyazud) REVIEW: http://review.gluster.org/12154 (heal: New feature heal info summary to list the status of brick and count of entries to be healed) posted (#10) for review on master by Mohamed Ashiq Liyazudeen (mliyazud) REVIEW: https://review.gluster.org/12154 (heal: New feature heal info summary to list the status of brick and count of entries to be healed) posted (#11) for review on master by Karthik U S (ksubrahm) COMMIT: https://review.gluster.org/12154 committed in master by Atin Mukherjee (amukherj) ------ commit dabfc3116ae59b331f967c090c0c51eb3f0355fd Author: Mohamed Ashiq Liyazudeen <mliyazud> Date: Wed Aug 10 13:44:19 2016 +0530 heal: New feature heal info summary to list the status of brick and count of entries to be healed Command output: Brick 192.168.2.8:/brick/1 Status: Connected Total Number of entries: 363 Number of entries in heal pending: 362 Number of entries in split-brain: 0 Number of entries possibly healing: 1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <cliOutput> <healInfo> <bricks> <brick hostUuid="9105dd4b-eca8-4fdb-85b2-b81cdf77eda3"> <name>192.168.2.8:/brick/1</name> <status>Connected</status> <totalNumberOfEntries>363</numberOfEntries> <numberOfEntriesInHealPending>362</numberOfEntriesInHealPending> <numberOfEntriesInSplitBrain>0</numberOfEntriesInSplitBrain> <numberOfEntriesPossiblyHealing>1</numberOfEntriesPossiblyHealing> </brick> </bricks> </healInfo> <opRet>0</opRet> <opErrno>0</opErrno> <opErrstr/> </cliOutput> Change-Id: I40cb6f77a14131c9e41b292f4901b41a228863d7 BUG: 1261463 Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud> Reviewed-on: https://review.gluster.org/12154 Smoke: Gluster Build System <jenkins.org> Tested-by: Karthik U S <ksubrahm> CentOS-regression: Gluster Build System <jenkins.org> Reviewed-by: Ravishankar N <ravishankar> Reviewed-by: Atin Mukherjee <amukherj> This bug is getting closed because a release has been made available that should address the reported issue. In case the problem is still not fixed with glusterfs-3.13.0, please open a new bug report. glusterfs-3.13.0 has been announced on the Gluster mailinglists [1], packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update infrastructure for your distribution. [1] http://lists.gluster.org/pipermail/announce/2017-December/000087.html [2] https://www.gluster.org/pipermail/gluster-users/ |