Bug 1810428
| Summary: | Using LANG=fr_FR.UTF-8 running env -i LC_ALL=C engine-setup fails with missing exportfs | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Petr Matyáš <pmatyas> | ||||
| Component: | ovirt-fast-forward-upgrade | Assignee: | Lev Veyde <lveyde> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Petr Matyáš <pmatyas> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 4.3.9 | CC: | bugs, emarcus, lveyde, michal.skrivanek, pelauter, sbonazzo | ||||
| Target Milestone: | ovirt-4.3.9-1 | Keywords: | ZStream | ||||
| Target Release: | 4.3.9-1 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | ovirt-fast-forward-upgrade-1.0.1-1.el7ev | Doc Type: | Bug Fix | ||||
| Doc Text: |
When upgrading Red Hat Virtualization with the ovirt-fast-forward-upgrade tool, the engine-setup failed during the Environment setup step.
In this release, upgrade with the ovirt-fast-forward-upgrade tool runs to completion.
|
Story Points: | --- | ||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2020-04-02 17:09:06 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | Integration | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
INFO: Bug status wasn't changed from MODIFIED to ON_QA due to the following reason: [No relevant external trackers attached] For more info please contact: infra INFO: Bug status wasn't changed from MODIFIED to ON_QA due to the following reason: [No relevant external trackers attached] For more info please contact: infra Why is this ON_QA? I don't see any new build in brew and our compose has only the last fast forward upgrade build. There's no build including this fix. Moving out to 4.3.9-1, I'll try to build tomorrow. Verified on ovirt-fast-forward-upgrade-1.0.1-1.el7ev.noarch Reported issue is not actually fixed, however the root cause (fast forward upgrade failing) is "fixed". 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-2020:1309 |
Created attachment 1667682 [details] setup log Description of problem: I'm using French locale running engine-setup fails with: [ INFO ] Stage: Environment setup (late) [ ERROR ] Failed to execute stage 'Environment setup (late)': Command 'exportfs' is required but missing when I'm running it like 'env -i LC_ALL=C engine-setup' it is workarounded by removing '-i' or whole 'env -i LC_ALL=C' but now in fast forward upgrade it is used like that so it might be good idea to have that method fixed. Version-Release number of selected component (if applicable): ovirt-engine-setup-4.3.8.2-0.4.el7.noarch How reproducible: always Steps to Reproduce: 1. env -i LC_ALL=C engine-setup 2. 3. Actual results: Failed to execute stage 'Environment setup (late)': Command 'exportfs' is required but missing Expected results: successful setup Additional info: Just for the record: [root@engine ~]# rpm -qa | grep nfs-utils nfs-utils-1.3.0-0.65.el7.x86_64 [root@engine ~]# exportfs -h usage: exportfs [-adfhioruvs] [host:/path]