On Fri, 16 Mar 2012, Chu Duc Minh wrote:
> Hi, i'm searching a way to create more data(s) pool and quota for each pool.
> Do you know how to select pool to mount when using ceph client. (i'm using
> kernel 3.0.x)

You can create pools with 

 ceph osd pool create <poolname>

make them usable by the fs with

 ceph mds add_data_pool <poolname>

and then set a subdirectory to use that pool for new files with cephfs 
(man cephfs).

If you run into problems, let us know; this isn't well documented yet!

sage
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to