| Summary: | [RHSC] - Starting rebalance from gluster cli does not show rebalance icon in the activities column | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Gluster Storage | Reporter: | RamaKasturi <knarra> | ||||||||
| Component: | rhsc | Assignee: | Sahina Bose <sabose> | ||||||||
| Status: | CLOSED NOTABUG | QA Contact: | Sudhir D <sdharane> | ||||||||
| Severity: | high | Docs Contact: | |||||||||
| Priority: | high | ||||||||||
| Version: | 2.1 | CC: | dtsang, mmahoney, pprakash, rhs-bugs, ssampat | ||||||||
| Target Milestone: | --- | Keywords: | ZStream | ||||||||
| Target Release: | RHGS 2.1.2 | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2013-10-30 09:08:35 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-09-27 10:14:49 UTC
Created attachment 803859 [details]
Attaching vdsm logs
Created attachment 803870 [details]
Attaching vdsm log
Created attachment 803886 [details]
Attaching engine log
As per design, only running tasks are added to engine to monitor.
If a task is started and finished before the monitoring interval, then this will not be added to engine.
From vdsm logs:
return tasksList with {'status': {'message': 'Done', 'code': 0}, 'tasks': {'2ac65b47-57c1-40d8-8f8b-4e7abd4b928a': {'volume': 'vol_dis', 'status': 'COMPLETED', 'type': 'REBALANCE', 'bricks': [], 'data': {'totalSizeMoved': 0, 'status': 'COMPLETED', 'filesSkipped': 0, 'filesFailed': 0, 'filesMoved': 0, 'filesScanned': 0}}}}
|