| Summary: | Exec[tuned-virtual-host]/returns: NameError: global name 'retcode' is not defined | ||
|---|---|---|---|
| Product: | [Community] RDO | Reporter: | David Moreau Simard <dmsimard> |
| Component: | openstack-packstack | Assignee: | Ivan Chavero <ichavero> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | yeylon <yeylon> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | trunk | CC: | aortega, apevec, derekh, jpena, mmagr, srevivo, yeylon |
| Target Milestone: | --- | ||
| Target Release: | trunk | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-03-30 23:06:31 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: | |
|
Description
David Moreau Simard
2016-03-23 22:12:32 UTC
> There is a bugfix pending release for tuned, reference BZ: Even with that, there's race in tuned service, according to the trace it is reported as ready when it's not. systemd assumes Type=dbus service is ready when its name is on dbus which happens[1] before it is actually started[2] [1] https://git.fedorahosted.org/cgit/tuned.git/tree/tuned.py#n66 [2] https://git.fedorahosted.org/cgit/tuned.git/tree/tuned.py#n76 BTW in RDO bz we should be reporting only issues with RPM packaging, this could be reported in upstream bug tracker https://bugs.launchpad.net/packstack (In reply to Alan Pevec from comment #1) > > There is a bugfix pending release for tuned, reference BZ: > > Even with that, there's race in tuned service, according to the trace it is > reported as ready when it's not. > systemd assumes Type=dbus service is ready when its name is on dbus > which happens[1] before it is actually started[2] > > > [1] https://git.fedorahosted.org/cgit/tuned.git/tree/tuned.py#n66 > [2] https://git.fedorahosted.org/cgit/tuned.git/tree/tuned.py#n76 Good catch on the actual race that we see! Noted for packaging vs project bug. |