Hi, I have a CEPH 15.2.4 running in a docker. How to configure for use a specific data pool? i try put the follow line in the ceph.conf but the changes not working. . [client.myclient] rbd default data pool = Mydatapool I need it to configure for erasure pool with cloudstack Can help me? , where is the ceph conf we i need configure? Thanks. -- Untitled Document
Hi, did you apply that setting in the client's (e.g. controller, compute nodes) ceph.conf? You can find a description in [1]. Regards, Eugen [1] https://docs.ceph.com/docs/master/rbd/rbd-openstack/ Zitat von Gabriel Medve <gmedve@g2khosting.com>:
Hi,
I have a CEPH 15.2.4 running in a docker. How to configure for use a specific data pool? i try put the follow line in the ceph.conf but the changes not working. .
[client.myclient] rbd default data pool = Mydatapool
I need it to configure for erasure pool with cloudstack
Can help me? , where is the ceph conf we i need configure?
Thanks.
--
Untitled Document _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
Hi, thanks for the reply I don't use Openstack , i use Cloudstack . Where this ceph.conf file to edit? , i edit /etc/ceph/ceph.conf and /var/lib/ceph/container/mon.Storage01/config , but the config not working . -- El 1/9/20 a las 04:47, Eugen Block escribió:
Hi,
did you apply that setting in the client's (e.g. controller, compute nodes) ceph.conf? You can find a description in [1].
Regards, Eugen
[1] https://docs.ceph.com/docs/master/rbd/rbd-openstack/
Zitat von Gabriel Medve <gmedve@g2khosting.com>:
Hi,
I have a CEPH 15.2.4 running in a docker. How to configure for use a specific data pool? i try put the follow line in the ceph.conf but the changes not working. .
[client.myclient] rbd default data pool = Mydatapool
I need it to configure for erasure pool with cloudstack
Can help me? , where is the ceph conf we i need configure?
Thanks.
--
Untitled Document _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
_______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io -- Untitled Docume
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. If configure ganesha with nfs version 4 i can mounted without problems but i need the version 3 . The error is mount.nfs: Protocol not supported Can help me? Thanks. --
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. If configure ganesha with nfs version 4 i can mounted without problems but i need the version 3 .
The error is mount.nfs: Protocol not supported
Can help me?
Thanks.
Hi Daniel, Can you give me more details, i have same issue use NFSv3 mount.
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 it with other systems. NFSv4 doesn't use portmapper, it uses a well-known port, so it can be run in a non-privileged container fine, as long as you're not using FSAL VFS (which needs a privileged container for another reason), NFSv4 works fine. Daniel On 2/23/21 9:56 PM, louis_zhu@outlook.com wrote:
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-leave@ceph.io
participants (4)
-
Daniel Gryniewicz
-
Eugen Block
-
Gabriel Medve
-
louis_zhu@outlook.com