Bug 1015013
Summary: | [RHSC] - Brick advanced details gives error. | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | RamaKasturi <knarra> | ||||||
Component: | rhsc | Assignee: | Darshan <dnarayan> | ||||||
Status: | CLOSED ERRATA | QA Contact: | RamaKasturi <knarra> | ||||||
Severity: | high | Docs Contact: | |||||||
Priority: | high | ||||||||
Version: | 2.1 | CC: | dnarayan, dpati, dtsang, mmahoney, pprakash, rhs-bugs, sharne, 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: |
Previously, an error was displayed whenever there was data overflow in few fields of Advanced Details window. Now, with this update, the datatype for those fields are modified to avoid the data overflow.
|
Story Points: | --- | ||||||
Clone Of: | |||||||||
: | 1058203 (view as bug list) | Environment: | |||||||
Last Closed: | 2014-02-25 07:46:54 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: | |||||||||
Bug Blocks: | 1058203 | ||||||||
Attachments: |
|
Description
RamaKasturi
2013-10-03 10:01:43 UTC
Created attachment 807000 [details]
Attaching engine log
The following is what i see in engine logs. 013-10-03 20:57:53,589 ERROR [org.ovirt.engine.core.vdsbroker.gluster.GetGlusterVolumeAdvancedDetailsVDSCommand] (ajp-/127.0.0.1:8702-6) Failed in GetGlusterVolumeAdvancedDetailsVDS method, for vds: server1; host: 10.70.37.80 2013-10-03 20:57:53,590 ERROR [org.ovirt.engine.core.vdsbroker.gluster.GetGlusterVolumeAdvancedDetailsVDSCommand] (ajp-/127.0.0.1:8702-6) Command GetGlusterVolumeAdvancedDetailsVDS execution failed. Exception: NumberFormatException: For input string: "24138684608" 2013-10-03 20:57:53,590 INFO [org.ovirt.engine.core.vdsbroker.gluster.GetGlusterVolumeAdvancedDetailsVDSCommand] (ajp-/127.0.0.1:8702-6) FINISH, GetGlusterVolumeAdvancedDetailsVDSCommand, log id: 57522167 2013-10-03 20:57:53,590 ERROR [org.ovirt.engine.core.bll.gluster.GetGlusterVolumeAdvancedDetailsQuery] (ajp-/127.0.0.1:8702-6) Query GetGlusterVolumeAdvancedDetailsQuery failed. Exception message is VdcBLLException: java.lang.NumberForma tException: For input string: "24138684608" (Failed with error ENGINE and code 5001) 2013-10-03 20:57:53,912 INFO [org.ovirt.engine.core.vdsbroker.gluster.GlusterServersListVDSCommand] (DefaultQuartzScheduler_Worker-26) START, GlusterServersListVDSCommand(HostName = server4, HostId = 28e7173e-52a0-4213-afce-6cd6221fb2b1 ), log id: 752f5c1a Advanced deatils gives error after rebalance is run on the volume. Here is what comes in the logs: 2013-10-18 21:25:24,343 INFO [org.ovirt.engine.core.vdsbroker.gluster.GetGlusterVolumeAdvancedDetailsVDSCommand] (ajp-/127.0.0.1:8702-8) START, GetGlusterVolumeAdvancedDetailsVDSCommand(HostName = server2, HostId = cfccd3bf-8a6c-4b11-83c3-34db3b2a5b95), log id: 375e085 2013-10-18 21:25:25,200 ERROR [org.ovirt.engine.core.vdsbroker.gluster.GetGlusterVolumeAdvancedDetailsVDSCommand] (ajp-/127.0.0.1:8702-8) Failed in GetGlusterVolumeAdvancedDetailsVDS method, for vds: server2; host: 10.70.37.61 2013-10-18 21:25:25,200 ERROR [org.ovirt.engine.core.vdsbroker.gluster.GetGlusterVolumeAdvancedDetailsVDSCommand] (ajp-/127.0.0.1:8702-8) Command GetGlusterVolumeAdvancedDetailsVDS execution failed. Exception: NumberFormatException: For input string: "26237732000" 2013-10-18 21:25:25,200 INFO [org.ovirt.engine.core.vdsbroker.gluster.GetGlusterVolumeAdvancedDetailsVDSCommand] (ajp-/127.0.0.1:8702-8) FINISH, GetGlusterVolumeAdvancedDetailsVDSCommand, log id: 375e085 2013-10-18 21:25:25,200 ERROR [org.ovirt.engine.core.bll.gluster.GetGlusterVolumeAdvancedDetailsQuery] (ajp-/127.0.0.1:8702-8) Query GetGlusterVolumeAdvancedDetailsQuery failed. Exception message is VdcBLLException: java.lang.NumberFormatException: For input string: "26237732000" (Failed with error ENGINE and code 5001) [root@localhost ~]# vdsClient -s 0 glusterVolumeStatus volumeName=vol_dis brick=10.70.37.61:/rhs/brick1/b2 option=clients {'status': {'code': 0, 'message': 'Done'}, 'volumeStatus': {'bricks': [{'brick': '10.70.37.61:/rhs/brick1/b2', 'clientsStatus': [{'bytesRead': '26237732000', 'bytesWrite': '48139824', 'hostname': '10.70.37.185:1007'}, {'bytesRead': '804', 'bytesWrite': '616', 'hostname': '10.70.37.185:1018'}, {'bytesRead': '1572', 'bytesWrite': '1264', 'hostname': '10.70.37.61:1010'}, {'bytesRead': '1244', 'bytesWrite': '940', 'hostname': '10.70.37.166:1008'}, {'bytesRead': '1248', 'bytesWrite': '940', 'hostname': '10.70.37.167:993'}, {'bytesRead': '1244', 'bytesWrite': '940', 'hostname': '10.70.37.69:989'}]}], 'name': 'vol_dis'}} can you attach the vdsm logs. Created attachment 821461 [details]
Attaching screenshot for the same.
Verified in cb6.(rhsc-2.1.2-0.22.master.el6_4.noarch) and this works fine. Please review the edited DocText and confirm. (In reply to Shalaka from comment #9) > Please review the edited DocText and confirm. Looks good. 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 |