Created attachment 916897 [details] Patch to explicitly set LC_NUMERIC to C-locale Description of problem: Commit 040319d8bced2f25bf25d8f6b937901c3a40e34b added a setlocale(LC_ALL, ""); libglusterfs/src/logging.c. For some locales [i,.e. sv_SE.utf8] this will mean that the decimal separator is not '.', but somethhing else (',' in the sv_SE.utf8 case), causing _gf_string2double will fail due to strtod ('1.0', &tail) will give the tail '.0'. Version-Release number of selected component (if applicable): How reproducible: Always with the wrong locale. Steps to Reproduce: 1. env -i LC_NUMERIC=sv_SE.utf8 /usr/sbin/glusterfs ...
REVIEW: http://review.gluster.org/8299 (Use C-locale for numeric/string routines (strtod, ...) or config file parsing might fail.) posted (#2) for review on master by Anders Blomdell (anders.blomdell.se)
REVIEW: http://review.gluster.org/8299 (Use C-locale for numeric/string conversion routines) posted (#6) for review on master by Anders Blomdell (anders.blomdell.se)
REVIEW: http://review.gluster.org/8299 (Use C-locale for numeric/string conversion routines) posted (#7) for review on master by Anders Blomdell (anders.blomdell.se)
COMMIT: http://review.gluster.org/8299 committed in master by Vijay Bellur (vbellur) ------ commit 5b8de971a4b81bc2bd6de0ffc6386587226295c6 Author: Anders Blomdell <anders.blomdell.se> Date: Fri Jul 11 19:10:21 2014 +0200 Use C-locale for numeric/string conversion routines (strtod, ...) or config file parsing might fail. Change-Id: I649f29bbf87222399a0c2d1ed5a3bf136c613b9b BUG: 1117951 Signed-off-by: Anders Blomdell <anders.blomdell.se> Reviewed-on: http://review.gluster.org/8299 Tested-by: Gluster Build System <jenkins.com> Reviewed-by: Prashanth Pai <ppai> Reviewed-by: Vijay Bellur <vbellur>
Still an issue in 3.6.1, please set target release.
*** Bug 1175641 has been marked as a duplicate of this bug. ***
(In reply to Sandro Bonazzola from comment #5) > Still an issue in 3.6.1, please set target release. > Flags: needinfo?(anders.blomdell.se) What info is need from me?
(In reply to Anders Blomdell from comment #7) > (In reply to Sandro Bonazzola from comment #5) > > Still an issue in 3.6.1, please set target release. > > > Flags: needinfo?(anders.blomdell.se) > What info is need from me? Since I got no resonse, I'll clear the needinfo flag.
This bug is getting closed because a release has been made available that should address the reported issue. In case the problem is still not fixed with glusterfs-3.7.0, please open a new bug report. glusterfs-3.7.0 has been announced on the Gluster mailinglists [1], packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update infrastructure for your distribution. [1] http://thread.gmane.org/gmane.comp.file-systems.gluster.devel/10939 [2] http://thread.gmane.org/gmane.comp.file-systems.gluster.user