Re: [ceph-users] Writing data to pools other than filesystem

2017-07-20 Thread David
On Thu, Jul 20, 2017 at 3:05 PM, wrote: > Hello! > > My understanding is that I create on (big) pool for all DB backups written > to storage. > The clients have restricted access to a specific directory only, means > they can mount only this directory. > > Can I define a quota

Re: [ceph-users] Writing data to pools other than filesystem

2017-07-20 Thread c . monty
Hello! My understanding is that I create on (big) pool for all DB backups written to storage. The clients have restricted access to a specific directory only, means they can mount only this directory. Can I define a quota for a specific directory, or only for the pool? And do I need to define

Re: [ceph-users] Writing data to pools other than filesystem

2017-07-20 Thread David
I think the multiple namespace feature would be more appropriate for your use case. So that would be multiple file systems within the same pools rather than multiple pools in a single filesystem. With that said, that might be overkill for your requirement. You might be able to achieve what you

Re: [ceph-users] Writing data to pools other than filesystem

2017-07-20 Thread c . monty
19. Juli 2017 17:34, "LOPEZ Jean-Charles" schrieb: > Hi, > > you must add the extra pools to your current file system configuration: ceph > fs add_data_pool > {fs_name} {pool_name} > > Once this is done, you just have to create some specific directory layout > within

[ceph-users] Writing data to pools other than filesystem

2017-07-19 Thread c . monty
Hello! I want to organize data in pools and therefore created additional pools: ceph osd lspools 0 rbd,1 templates,2 hdb-backup,3 cephfs_data,4 cephfs_metadata, As you can see, pools "cephfs_data" and "cephfs_metadata" belong to a Ceph filesystem. Question: How can I write data to other pools,