Bug 1535399
Summary: | openstack undercloud upgrade fails when using a wrong locale (UnicodeEncodeError: 'ascii' codec can't encode character ...) | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Joachim von Thadden <j.thadden> |
Component: | instack-undercloud | Assignee: | Emilien Macchi <emacchi> |
Status: | CLOSED ERRATA | QA Contact: | Gurenko Alex <agurenko> |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | 12.0 (Pike) | CC: | apevec, bhaubeck, emacchi, jpichon, j.thadden, lhh, mburns, rhel-osp-director-maint, sclewis, slinaber, srevivo |
Target Milestone: | z2 | Keywords: | Triaged, ZStream |
Target Release: | 12.0 (Pike) | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | instack-undercloud-7.4.9-1.el7ost | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-03-28 17:28:51 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
Joachim von Thadden
2018-01-17 10:06:57 UTC
The error message seems related to nova-manage db in particular, could you provide any Nova logs on the undercloud that contains information related to the error? Thank you. This also looks a bit like https://bugs.launchpad.net/nova/+bug/1653261 , could you perhaps check if you had duplicate aggregates or flavor names? Did any message related to this show when re-running the upgrade with a US locale? /home/stack/.instack/install-undercloud.log may show that information. Interestingly there is *nothing* in the logs (/var/log/). Problem is, that I can re-run the command sudo /usr/bin/nova-manage db online_data_migrations but it will not hit the same code as the upgrade has already been done. And I don't have a snapshot to revert to and redo. For the mentioned bug: no duplicates of flavors or aggregates. And nothing more than in the bug report in /home/stack/.instack/install-undercloud.log. Thank you for the reply. This looks a lot more like bug https://bugs.launchpad.net/tripleo/+bug/1722792 actually and the timeline matches better as well, it looks like this should be backported to Pike if possible. Adjusting component accordingly. Verified on puddle 2018-02-27.3 Set language to same de_DE.UTF-8 and undercloud upgrade completed successfully ############################################################################# Undercloud upgrade complete. The file containing this installation's passwords is at /home/stack/undercloud-passwords.conf. There is also a stackrc file at /home/stack/stackrc. These files are needed to interact with the OpenStack services, and should be secured. ############################################################################# [stack@undercloud-0 ~]$ echo $LANG de_DE.UTF-8 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-2018:0607 |