[ceph-users] Creating a block device user with restricted access to image

2019-01-25 Thread cmonty14
Hi, I can create a block device user with this command: ceph auth get-or-create client.{ID} mon 'profile rbd' osd 'profile {profile name} [pool={pool-name}][, profile ...]' Question: How can I create a user that has access only to a specific image created in pool ? If this is not possible this w

[ceph-users] Modify ceph.mon network required

2019-01-25 Thread cmonty14
Hi, I have identified a major issue with my cluster setup consisting of 3 nodes: all monitors are connected to cluster network. Here's my /etc/ceph/ceph.conf: [global] auth client required = cephx auth cluster required = cephx auth service required = cephx clust

Re: [ceph-users] Using Ceph central backup storage - Best practice creating pools

2019-01-23 Thread cmonty14
breakup your files into smaller chunks when storing them. There is > libradosstriper which handles the striping of large objects transparently but > not sure if that has support for RADOS namespaces. > > Using RGW instead might be an easier route to go down > > On Wed, 23 Jan 2019 a

Re: [ceph-users] Using Ceph central backup storage - Best practice creating pools

2019-01-22 Thread cmonty14
ot;just" a mounted filesystem > > Regards, > > On 01/22/2019 02:16 PM, cmonty14 wrote: > > Hi, > > > > my use case for Ceph is providing a central backup storage. > > This means I will backup multiple databases in Ceph storage cluster. > > > > T

[ceph-users] Using Ceph central backup storage - Best practice creating pools

2019-01-22 Thread cmonty14
Hi, my use case for Ceph is providing a central backup storage. This means I will backup multiple databases in Ceph storage cluster. This is my question: What is the best practice for creating pools & images? Should I create multiple pools, means one pool per database? Or should I create a single