Bug 1069119
Summary: | Stucked tuned service during host deploying | ||||||
---|---|---|---|---|---|---|---|
Product: | [oVirt] ovirt-host-deploy | Reporter: | Meital Bourvine <mbourvin> | ||||
Component: | Plugins.tune | Assignee: | Alon Bar-Lev <alonbl> | ||||
Status: | CLOSED UPSTREAM | QA Contact: | Jiri Belka <jbelka> | ||||
Severity: | urgent | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 1.1.0 | CC: | bazulay, bugs, dougsland, emesika, gklein, iheim, iliam, jskarvad, michal.skrivanek, nlevinki, oourfali, sbonazzo, yeylon | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | infra | ||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | |||||||
: | 1078981 (view as bug list) | Environment: | |||||
Last Closed: | 2014-07-07 00:48:47 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | Infra | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | 1069245, 1071453 | ||||||
Bug Blocks: | 1078981 | ||||||
Attachments: |
|
Description
Meital Bourvine
2014-02-24 09:18:04 UTC
Created attachment 866906 [details]
logs
Jaroslav, can you take a look? Maybe it's a tuned bug. (In reply to Sandro Bonazzola from comment #2) > Jaroslav, can you take a look? Maybe it's a tuned bug. I think this may be race. RHEL-6 tuned is not race free and it's something that cannot be correctly fixed without re-design (which happened in RHEL-7). Could you try to add e.g. 5 seconds delay between '/sbin/service tuned start' and '/usr/bin/tuned-adm profile virtual-host'? In case it helps, I can try to workaround this specific problem. (In reply to Jaroslav Škarvada from comment #3) > (In reply to Sandro Bonazzola from comment #2) > > Jaroslav, can you take a look? Maybe it's a tuned bug. > > I think this may be race. RHEL-6 tuned is not race free and it's something > that cannot be correctly fixed without re-design (which happened in RHEL-7). > > Could you try to add e.g. 5 seconds delay between '/sbin/service tuned > start' and '/usr/bin/tuned-adm profile virtual-host'? In case it helps, I > can try to workaround this specific problem. whoever reproduce it... modify: /usr/share/ovirt-host-deploy/plugins/ovirt-host-deploy/tune/tuned.py def _misc(self): # tuned-adm does not work if daemon is down! self.services.state('tuned', True) + import time + time.sleep(5) rc, stdout, stderr = self.execute( This bug blocks testing of ovirt 3.4 (In reply to Ilia Meerovich from comment #5) > This bug blocks testing of ovirt 3.4 you do not understand important fact... this tuned version that was probably distributed in rhel-6.5 will effect production version since 3.2. blocking ovirt-3.4 tests are the least of our worries. This work around seems to be working. I run it 3 times. Removing from blockers since it's a tuned regression. Meital, please open a BZ on tuned component. While tuned waits to be fixed, please downgrade to previous version. Alon, it's up to you if you want to close this as notabug, wontfix or add a conflict in spec file on this specific tuned version forcing a downgrade or an upgrade just to have a working tuned istalled. Just let me know if you rebuild host-deploy before 09:00 UTC tomorrow, Feb 25th 2014. (In reply to Meital Bourvine from comment #10) > https://bugzilla.redhat.com/show_bug.cgi?id=1069245 per what sandro wrote, it does not block ovirt-engine-3.4 from being released as this problem is specific to rhel and is effecting also previous releases that are already out. action items for downstream are different. please open a bug against rhel tuned to track this issue, this bug should block this one. Removing from blockers again as per comment #9. Added tuned bug #1069245 to this bug dependencies. Removing AutomationBlocker, TestBlocker since downgrading tuned allow tests to be performed. This is an automated message. Re-targeting all non-blocker bugs still open on 3.4.0 to 3.4.1. This is an automated message: oVirt 3.4.2 has been released. This bug has been re-targeted from 3.4.2 to 3.4.3 since priority or severity were high or urgent. This is an automated message: oVirt 3.4.2 has been released. This bug has been re-targeted from 3.4.2 to 3.4.3 since priority or severity were high or urgent. will be fixed in rhel-6.5, centos-6.5. |