From 7d2bd6846125b32c3df132f18397ab452adf8c0a Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 23 Oct 2019 15:08:26 -0500 Subject: [PATCH] ceph-daemon: remove redundant --privileged The only caller, command_shell, passes this. Signed-off-by: Sage Weil --- src/ceph-daemon | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ceph-daemon b/src/ceph-daemon index 51f607cb1d3..3e380901e97 100755 --- a/src/ceph-daemon +++ b/src/ceph-daemon @@ -670,7 +670,6 @@ class CephContainer: 'run', '-it', '--net=host', - '--privileged', '--env', 'LANG=C', ] + self.podman_args + envs + vols + [ '--entrypoint', cmd[0], -- 2.39.5