From: Sage Weil Date: Wed, 23 Oct 2019 20:08:26 +0000 (-0500) Subject: ceph-daemon: remove redundant --privileged X-Git-Tag: v15.1.0~1179^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F31094%2Fhead;p=ceph.git ceph-daemon: remove redundant --privileged The only caller, command_shell, passes this. Signed-off-by: Sage Weil --- diff --git a/src/ceph-daemon b/src/ceph-daemon index 51f607cb1d35..3e380901e97c 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],