]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
nfs: do not run privileged nfs container
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 21 Nov 2019 15:28:42 +0000 (16:28 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Fri, 22 Nov 2019 04:11:41 +0000 (05:11 +0100)
commitd06158e9d9ab4a706ca72a4940e7acb5fc25697d
treeab51eb7884d1579a73605f0e3b82fb7df8193581
parentc878e99589bde0eecb8ac72a7ec8bc1f66403eeb
nfs: do not run privileged nfs container

At the moment, we bindmount the dbus socket from the host, this requires
to run the container with --privileged.
Since we now run a dedicated dbus daemon inside the same container, we
can stop running privileged nfs-ganesha containers

Related ceph-container PR : ceph/ceph-container#1517

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1725254
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
roles/ceph-nfs/templates/ceph-nfs.service.j2