Bug 1920293
| Summary: | Reboot fails after leapp | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Sergii Golovatiuk <sgolovat> |
| Component: | openstack-tripleo-heat-templates | Assignee: | Sergii Golovatiuk <sgolovat> |
| Status: | CLOSED ERRATA | QA Contact: | Jose Luis Franco <jfrancoa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 16.1 (Train) | CC: | athomas, dvd, jfrancoa, jpretori, mburns, vchundur |
| Target Milestone: | z6 | Keywords: | Triaged |
| Target Release: | 16.1 (Train on RHEL 8.2) | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-tripleo-heat-templates-11.3.2-1.20210310113344.29a02c1.el8ost | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-05-26 13:50:38 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
Sergii Golovatiuk
2021-01-26 00:58:07 UTC
Verifying with CI job: https://rhos-ci-jenkins.lab.eng.tlv2.redhat.com/view/DFG/view/upgrades/view/ffu/job/DFG-upgrades-ffu-ffu-upgrade-13-16.1_director-rhel-virthost-3cont_2comp-ipv4-vxlan-HA-no-ceph-from-passed_phase2/80/ Checked that the code is present in /var/lib/mistral: http://rhos-ci-logs.lab.eng.tlv2.redhat.com/logs/rcj/DFG-upgrades-ffu-ffu-upgrade-13-16.1_director-rhel-virthost-3cont_2comp-ipv4-vxlan-HA-no-ceph-from-passed_phase2/80/undercloud-0/var/lib/mistral/c4d34352-464c-462c-80c9-680caa64708b/Controller/upgrade_tasks_step4.yaml.gz - name: reboot to perform the upgrade reboot: post_reboot_delay: '{{ upgrade_leapp_post_reboot_delay }}' reboot_timeout: '{{upgrade_leapp_reboot_timeout}}' test_command: systemctl is-system-running | grep -e running -e degraded Task present in log: http://rhos-ci-logs.lab.eng.tlv2.redhat.com/logs/rcj/DFG-upgrades-ffu-ffu-upgrade-13-16.1_director-rhel-virthost-3cont_2comp-ipv4-vxlan-HA-no-ceph-from-passed_phase2/80/undercloud-0/home/stack/overcloud_system_upgrade-controller-0.log.gz 2021-05-04 22:51:39 | TASK [Copy /boot/grub2/grubenv to /boot/efi/EFI/redhat/grubenv] **************** 2021-05-04 22:51:39 | Tuesday 04 May 2021 22:36:08 +0000 (0:00:00.074) 0:13:45.017 *********** 2021-05-04 22:51:39 | skipping: [controller-0] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-05-04 22:51:39 | 2021-05-04 22:51:39 | TASK [reboot to perform the upgrade] ******************************************* 2021-05-04 22:51:39 | Tuesday 04 May 2021 22:36:08 +0000 (0:00:00.076) 0:13:45.093 *********** 2021-05-04 22:51:39 | changed: [controller-0] => {"changed": true, "elapsed": 927, "rebooted": true} 2021-05-04 22:51:39 | 2021-05-04 22:51:39 | 2021-05-04 22:51:39 | TASK [Set the python to python3] *********************************************** 2021-05-04 22:51:39 | Tuesday 04 May 2021 22:51:36 +0000 (0:15:28.358) 0:29:13.451 *********** 2021-05-04 22:51:39 | changed: [controller-0] => {"changed": true, "cmd": "alternatives --set python /usr/bin/python3", "delta": "0:00:00.007189", "end": "2021-05-04 22:51:37.230783", "rc": 0, "start": "2021-05-04 22:51:37.223594", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-05-04 22:51:39 | CI job successfully passed. PACKAGES: http://rhos-ci-logs.lab.eng.tlv2.redhat.com/logs/rcj/DFG-upgrades-ffu-ffu-upgrade-13-16.1_director-rhel-virthost-3cont_2comp-ipv4-vxlan-HA-no-ceph-from-passed_phase2/80/undercloud-0/var/log/dnf.rpm.log.gz 2021-05-04T21:23:19Z SUBDEBUG Installed: openstack-tripleo-heat-templates-11.3.2-1.20210408163452.el8ost.noarch 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 (Red Hat OpenStack Platform 16.1.6 bug fix and enhancement 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-2021:2097 |