| Summary: | [RHSC] - Skipped file count is getting displayed as failed file count in rebalance status dialog. | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Gluster Storage | Reporter: | RamaKasturi <knarra> | ||||||||
| Component: | rhsc | Assignee: | Shubhendu Tripathi <shtripat> | ||||||||
| Status: | CLOSED ERRATA | QA Contact: | RamaKasturi <knarra> | ||||||||
| Severity: | high | Docs Contact: | |||||||||
| Priority: | high | ||||||||||
| Version: | 2.1 | CC: | dpati, dtsang, mmahoney, pprakash, rhs-bugs, shtripat, ssampat | ||||||||
| Target Milestone: | --- | Keywords: | ZStream | ||||||||
| Target Release: | RHGS 2.1.2 | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | cb6 | Doc Type: | Bug Fix | ||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2014-02-25 07:55:27 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: | |||||||||
| Attachments: |
|
||||||||||
|
Description
RamaKasturi
2013-10-18 09:26:31 UTC
Logs are located in the following location http://rhsqe-repo.lab.eng.blr.redhat.com/sosreports/rhsc/1020779/ output of "vdsClient -s 0 glusterVolumeRebalanceStatus volumeName=vol_dis1"
{'hosts': [{'filesFailed': '0',
'filesMoved': '0',
'filesScanned': '60',
'filesSkipped': '4',
'id': 'b3618d16-4c0e-49f3-8b55-19d69d271d4e',
'name': 'localhost',
'runtime': 1.0,
'status': 'COMPLETED',
'totalSizeMoved': '0'},
{'filesFailed': '0',
'filesMoved': '0',
'filesScanned': '19',
'filesSkipped': '0',
'id': '757b310a-000a-4c39-9412-5e87d1ed56e4',
'name': '10.70.37.166',
'runtime': 16.0,
'status': 'IN_PROGRESS',
'totalSizeMoved': '0'},
{'filesFailed': '0',
'filesMoved': '0',
'filesScanned': '42',
'filesSkipped': '0',
'id': 'c772b2ee-f42e-44b3-9e5e-8977cd97473c',
'name': '10.70.37.61',
'runtime': 16.0,
'status': 'IN_PROGRESS',
'totalSizeMoved': '0'},
{'filesFailed': '0',
'filesMoved': '0',
'filesScanned': '60',
'filesSkipped': '0',
'id': '2defacb7-f7e2-43f2-8076-7ce8f197bc7b',
'name': '10.70.37.69',
'runtime': 1.0,
'status': 'COMPLETED',
'totalSizeMoved': '0'}],
'status': {'code': 0, 'message': 'Done'},
'summary': {'filesFailed': '0',
'filesMoved': '0',
'filesScanned': '181',
'filesSkipped': '4',
'runtime': 16.0,
'status': 'IN_PROGRESS',
'totalSizeMoved': '0'}}
Created attachment 814512 [details]
Attaching glusterfs log
Created attachment 814513 [details]
Attaching vdsm log
verified and works fine in the build CB6. (rhsc-2.1.2-0.22.master.el6_4.noarch) In this build Files skipped does not get displayed as Files failed. Files skipped gets displayed properly. Created attachment 817769 [details]
Attaching screenshot for the same.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2014-0208.html |