Re: [ceph-users] how to usr libcephfs.jar(the cephfs java interface)

2013-10-15 Thread Joe Buck
The function conf_read_file() throws an FileNotFoundException (see source ceph/src/java/com/ceph/fs/CephMount.java) This exception must be caught or the function calling it has to also throw the same exception. Here's a slightly different version of you code that compiles in my sandbox: packag

Re: [ceph-users] rbd striping

2013-08-29 Thread Joe Buck
x27;s a link to the CRUSH paper that goes into more detail. http://www.ssrc.ucsc.edu/Papers/weil-sc06.pdf Best, -Joe Buck On 08/29/2013 12:57 AM, Corin Langosch wrote: Hi there, I read about how striping of rbd works at http://ceph.com/docs/next/man/8/rbd/ and it seems rather complex to me. A