Re: [ceph-users] build and Compile ceph in development mode takes an hour

2016-08-31 Thread Lenz Grimmer
On 08/18/2016 12:42 AM, Brad Hubbard wrote: > On Thu, Aug 18, 2016 at 1:12 AM, agung Laksono > wrote: >> >> Is there a way to make the compiling process be faster? something >> like only compile a particular code that I change. > > Sure, just use the same build

Re: [ceph-users] build and Compile ceph in development mode takes an hour

2016-08-31 Thread agung Laksono
HI Brad, After exploring Ceph, I found sometimes when I run *make* command without removing the build folder, it will end with this error: /home/agung/project/samc/ceph/build/bin/init-ceph: ceph conf ./ceph.conf not found; system is not configured. rm -f core* ip 127.0.0.1 port 6789 NOTE:

Re: [ceph-users] build and Compile ceph in development mode takes an hour

2016-08-17 Thread Brad Hubbard
On Thu, Aug 18, 2016 at 1:12 AM, agung Laksono wrote: > Hi Ceph User, > > When I make change inside ceph codes in the development mode, > I found that recompiling takes around an hour because I have to remove > a build folder and all the contest and then reproduce it. > >

[ceph-users] build and Compile ceph in development mode takes an hour

2016-08-17 Thread agung Laksono
Hi Ceph User, When I make change inside ceph codes in the development mode, I found that recompiling takes around an hour because I have to remove a build folder and all the contest and then reproduce it. Is there a way to make the compiling process be faster? something like only compile a