| Summary: | bash warnings seen when running a shell inside RHGS container | ||
|---|---|---|---|
| Product: | Red Hat Gluster Storage | Reporter: | Shruti Sampat <ssampat> |
| Component: | rhgs-server-container | Assignee: | Mohamed Ashiq <mliyazud> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Anoop <annair> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rhgs-3.1 | CC: | hchiramm, mliyazud, pprakash, rcyriac, sankarshan |
| Target Milestone: | --- | Keywords: | ZStream |
| Target Release: | RHGS 3.1.2 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | rhgs-server-docker-3.1.2-6 | Doc Type: | Bug Fix |
| Doc Text: |
Cause:
due to locale.conf.
Consequence:
shows warning on every docker exec.
Fix:
Edited locale.conf in the RHGS image.
Result:
Warnings are no longer thrown while doing docker exec.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-01-03 10:50:41 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: | |
|
Description
Shruti Sampat
2016-01-12 14:00:49 UTC
These are just warning about the locale which can be ignored, however below solution may resolve this issue. Removing the below from /etc/sysconfig/i18n : LANG="en_US.UTF-8" @ashiq, can you please try this in dockerfile in your next build? It should be /etc/locale.conf instead of /etc/sysconfig/i18n [root@dhcp35-20 hchiramm]# cat /etc/locale.conf #LANG="en_US.UTF-8" [root@dhcp35-20 hchiramm]# Verified as fixed in rhgs-server-rhel7:3.1.2-6. Warnings no longer observed. |