From: Sage Weil Date: Wed, 23 Oct 2019 16:07:59 +0000 (-0500) Subject: ceph-daemon: fix LANG for 'enter' command X-Git-Tag: v15.1.0~1179^2~5 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=e427e72d2d6cfb89b8c1405233ca68cfbb2eabcb;p=ceph-ci.git ceph-daemon: fix LANG for 'enter' command We did the same thing for 'shell' in 02d4f8c0970489c7184bbbe6b239af4a0067e38e Signed-off-by: Sage Weil --- diff --git a/src/ceph-daemon b/src/ceph-daemon index 0f1a722a560..ae2b853c911 100755 --- a/src/ceph-daemon +++ b/src/ceph-daemon @@ -681,6 +681,7 @@ class CephContainer: return [ podman_path, 'exec', + '--env', 'LANG=C', '-it', self.cname, ] + cmd