I'm not sure what to add. NFSv3 uses a random port for the server, and
uses a service named portmapper so that clients can find the port of the
server. Connecting to the portmapper requires a privileged container.
With docker, this is done with the --privileged option. I don't know
how to do
I've never used cephadm, sorry. When I last ran containerized Ganesha,
I was using docker directly.
Daniel
On 9/23/20 1:58 PM, Gabriel Medve wrote:
Hi
Thanks for the reply.
cephadm runs ceph containers automatically. How to set privileged mode
in ceph container?
--
El 23/9/20 a las 13:
Hi Daniel,
Can you give me more details, i have same issue use NFSv3 mount.
___
ceph-users mailing list -- ceph-users@ceph.io
To unsubscribe send an email to ceph-users-le...@ceph.io
Hi
Thanks for the reply.
cephadm runs ceph containers automatically. How to set privileged mode
in ceph container?
--
El 23/9/20 a las 13:24, Daniel Gryniewicz escribió:
NFSv3 needs privileges to connect to the portmapper. Try running
your docker container in privileged mode, and see if t
NFSv3 needs privileges to connect to the portmapper. Try running your
docker container in privileged mode, and see if that helps.
Daniel
On 9/23/20 11:42 AM, Gabriel Medve wrote:
Hi,
I have a CEPH 15.2.5 running in a docker , i configure nfs ganesha with
nfs version 3 but i can not mount it