Bug 876693
| Summary: | scaled gears do not move correctly | ||||||
|---|---|---|---|---|---|---|---|
| Product: | OKD | Reporter: | Kenny Woodson <kwoodson> | ||||
| Component: | Pod | Assignee: | Rajat Chopra <rchopra> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 2.x | CC: | qgong, twiest | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2012-12-19 19:26:10 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: | |||||||
| Attachments: |
|
||||||
|
Description
Kenny Woodson
2012-11-14 18:03:44 UTC
Rajat, the log looks right. Perhaps your theory about concurrent scale ups is relevant. The logs suggest nothing wrong with the move. One way that things can go wrong is with concurrent operations. In this case a likely guess is that a scale-up operation was happening while the move (of a different gear of the app) was going on. A new method has been added in oo-ctl-admin-app that can remove such a broken gear. More information with bug#876330 ! The original concurrency problems will be fixed with model_refactor code. Until then ops will have to manually see if there are broken gears, and use the updated oo-admin-ctl-app script. Verified on devenv_stage_254 [root@ip-10-202-193-65 data]# oo-admin-ctl-app -c removegear -l qgong -a qsphp -g 0fb4256d47cb4b61a0115148a82e8cd6 Success |