From e427e72d2d6cfb89b8c1405233ca68cfbb2eabcb Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 23 Oct 2019 11:07:59 -0500 Subject: [PATCH] ceph-daemon: fix LANG for 'enter' command We did the same thing for 'shell' in 02d4f8c0970489c7184bbbe6b239af4a0067e38e Signed-off-by: Sage Weil --- src/ceph-daemon | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5