Bug 1909579
| Summary: | Openstack orchestration service list shows down heat engines | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | rohit londhe <rlondhe> |
| Component: | openstack-heat | Assignee: | RHOS Maint <rhos-maint> |
| Status: | CLOSED DUPLICATE | QA Contact: | David Rosenfeld <drosenfe> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 13.0 (Queens) | CC: | ramishra |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-12-21 06:25:42 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: | |||
|
Description
rohit londhe
2020-12-21 03:15:19 UTC
docker stop kills processes after 10s (default) timeout when heat-engines are restarted after an update. That's why you see some heat-engines with status 'down' as those were not stopped gracefully. We've increased that grace period to 60s in OSP14[1] and above that would reduce the occurrence of the above. In the mean time a cron job with 'heat-manage service clean' should clean those dead engine workers. [1] https://bugzilla.redhat.com/show_bug.cgi?id=1641667#c8 *** This bug has been marked as a duplicate of bug 1641667 *** |