]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-daemon: remove redundant --privileged 31094/head
authorSage Weil <sage@redhat.com>
Wed, 23 Oct 2019 20:08:26 +0000 (15:08 -0500)
committerSage Weil <sage@redhat.com>
Wed, 23 Oct 2019 20:08:55 +0000 (15:08 -0500)
The only caller, command_shell, passes this.

Signed-off-by: Sage Weil <sage@redhat.com>
src/ceph-daemon

index 51f607cb1d359bf41961009fefa03e6ab438fb3a..3e380901e97c4cf68b2d3403999b6ec43f0219f5 100755 (executable)
@@ -670,7 +670,6 @@ class CephContainer:
             'run',
             '-it',
             '--net=host',
-            '--privileged',
             '--env', 'LANG=C',
         ] + self.podman_args + envs + vols + [
             '--entrypoint', cmd[0],