Re: [ceph-users] Is it possible to compile and use ceph with Raspberry Pi single-board computers?

2015-01-21 Thread Gregory Farnum
Joao has done it in the past so it's definitely possible, but I confess I don't know what if anything he had to hack up to make it work or what's changed since then. ARMv6 is definitely not something we worry about when adding dependencies. :/ -Greg On Thu, Jan 15, 2015 at 12:17 AM, Prof. Dr.

Re: [ceph-users] Is it possible to compile and use ceph with Raspberry Pi single-board computers?

2015-01-19 Thread Joao Eduardo Luis
On 01/19/2015 02:54 PM, Gregory Farnum wrote: Joao has done it in the past so it's definitely possible, but I confess I don't know what if anything he had to hack up to make it work or what's changed since then. ARMv6 is definitely not something we worry about when adding dependencies. :/ -Greg

[ceph-users] Is it possible to compile and use ceph with Raspberry Pi single-board computers?

2015-01-16 Thread Prof. Dr. Christian Baun
Hi all, I try to compile and use Ceph on a cluster of Raspberry Pi single-board computers with Raspbian as operating system. I tried it this way: wget http://ceph.com/download/ceph-0.91.tar.bz2 tar -xvjf ceph-0.91.tar.bz2 cd ceph-0.91 ./autogen.sh ./configure --without-tcmalloc make -j2 But