Bug 1745857
Summary: | Minor update fails at step5 on controllers during gnocchi_db_sync | |||
---|---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Luca Miccini <lmiccini> | |
Component: | openstack-tripleo-heat-templates | Assignee: | Michele Baldessari <michele> | |
Status: | CLOSED ERRATA | QA Contact: | pkomarov | |
Severity: | urgent | Docs Contact: | ||
Priority: | urgent | |||
Version: | 13.0 (Queens) | CC: | dciabrin, dhill, mbollo, mburns, michele, nchandek, pkomarov, rbartal, shdunne, slinaber | |
Target Milestone: | z9 | Keywords: | Triaged, ZStream | |
Target Release: | 13.0 (Queens) | |||
Hardware: | All | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | openstack-tripleo-heat-templates-8.4.1-5.el7ost | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1761367 1761369 (view as bug list) | Environment: | ||
Last Closed: | 2019-11-07 14:01:46 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: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1761367, 1761369 |
Description
Luca Miccini
2019-08-27 06:03:57 UTC
so redis seems to be down according to haproxy. This looks like a duplicate of https://bugzilla.redhat.com/show_bug.cgi?id=1730723, but the version of puppet-tripleo is newer than that. We noticed that the timestamp of haproxy.cfg is more recent than the last start of the haproxy-bundle resource: -rw-r-----. 1 root root 13386 Aug 26 15:10 haproxy.cfg #StartedAt": "2019-08-26T15:06:19.346712501Z" restarting the haproxy-bundle allowed haproxy to pick up the new config file, and the db sync worked afterwards. we have a test patch that seem to solve this issue. *** Bug 1737911 has been marked as a duplicate of this bug. *** *** Bug 1748364 has been marked as a duplicate of this bug. *** *** Bug 1760882 has been marked as a duplicate of this bug. *** Verified , (undercloud) [stack@undercloud-0 ~]$ cat core_puddle_version 2019-10-23.1(undercloud) [stack@undercloud-0 ~]$ openstack stack list +--------------------------------------+------------+----------------------------------+-----------------+----------------------+----------------------+ | ID | Stack Name | Project | Stack Status | Creation Time | Updated Time | +--------------------------------------+------------+----------------------------------+-----------------+----------------------+----------------------+ | dd6d9c11-c980-47d0-b519-ddb9c83fe68b | overcloud | 09d59df841064155ac358df28a99a4e4 | UPDATE_COMPLETE | 2019-10-23T22:29:23Z | 2019-10-24T09:14:04Z | +--------------------------------------+------------+----------------------------------+-----------------+----------------------+----------------------+ PLAY RECAP ********************************************************************* controller-0 : ok=285 changed=125 unreachable=0 failed=0 controller-1 : ok=276 changed=122 unreachable=0 failed=0 controller-2 : ok=276 changed=122 unreachable=0 failed=0 Thursday 24 October 2019 06:45:20 -0400 (0:00:00.068) 1:18:39.737 ****** =============================================================================== Updated nodes - Controller Success (undercloud) [stack@undercloud-0 ~]$ ansible controller -mshell -b -a'docker logs haproxy_restart_bundle|grep locally' [WARNING]: Found both group and host with same name: undercloud controller-0 | SUCCESS | rc=0 >> Thu Oct 24 10:32:24 UTC 2019: Restarting haproxy-bundle locally on 'controller-0' controller-2 | SUCCESS | rc=0 >> Thu Oct 24 09:43:39 UTC 2019: Restarting haproxy-bundle locally on 'controller-2' controller-1 | SUCCESS | rc=0 >> Thu Oct 24 10:06:36 UTC 2019: Restarting haproxy-bundle locally on 'controller-1' *** Bug 1766144 has been marked as a duplicate of this bug. *** If this bug requires doc text for errata release, please set the 'Doc Type' and provide draft text according to the template in the 'Doc Text' field. The documentation team will review, edit, and approve the text. If this bug does not require doc text, please set the 'requires_doc_text' flag to -. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:3794 |