Re: [ceph-users] Multi node dev environment

2014-10-07 Thread Johnu George (johnugeo)
>> >>>-Original Message- >>>From: ceph-users [mailto:ceph-users-boun...@lists.ceph.com] On Behalf Of >>>Johnu George (johnugeo) >>>Sent: Thursday, October 02, 2014 1:08 PM >>>To: Loic Dachary >>>Cc: ceph-users@lists.ceph.com >>>

Re: [ceph-users] Multi node dev environment

2014-10-07 Thread Alfredo Deza
>> >>-Original Message- >>From: ceph-users [mailto:ceph-users-boun...@lists.ceph.com] On Behalf Of >>Johnu George (johnugeo) >>Sent: Thursday, October 02, 2014 1:08 PM >>To: Loic Dachary >>Cc: ceph-users@lists.ceph.com >>Subject: Re: [ceph-use

Re: [ceph-users] Multi node dev environment

2014-10-07 Thread Johnu George (johnugeo)
inal Message- >From: ceph-users [mailto:ceph-users-boun...@lists.ceph.com] On Behalf Of >Johnu George (johnugeo) >Sent: Thursday, October 02, 2014 1:08 PM >To: Loic Dachary >Cc: ceph-users@lists.ceph.com >Subject: Re: [ceph-users] Multi node dev environment > >How do I use

Re: [ceph-users] Multi node dev environment

2014-10-02 Thread Johnu George (johnugeo)
> >Thanks & Regards >Somnath > >-Original Message- >From: ceph-users [mailto:ceph-users-boun...@lists.ceph.com] On Behalf Of >Johnu George (johnugeo) >Sent: Thursday, October 02, 2014 1:08 PM >To: Loic Dachary >Cc: ceph-users@lists.ceph.com >Subject

Re: [ceph-users] Multi node dev environment

2014-10-02 Thread Alfredo Deza
On Thu, Oct 2, 2014 at 4:07 PM, Johnu George (johnugeo) wrote: > How do I use ceph-deploy in this case?. How do I get ceph-deploy to use my > privately built ceph package (with my changes) and install them in all > ceph nodes? That would not be possible with ceph-deploy *unless* you have a reposi

Re: [ceph-users] Multi node dev environment

2014-10-02 Thread Somnath Roy
eph-users-boun...@lists.ceph.com] On Behalf Of Johnu George (johnugeo) Sent: Thursday, October 02, 2014 1:08 PM To: Loic Dachary Cc: ceph-users@lists.ceph.com Subject: Re: [ceph-users] Multi node dev environment How do I use ceph-deploy in this case?. How do I get ceph-deploy to use my privately buil

Re: [ceph-users] Multi node dev environment

2014-10-02 Thread Johnu George (johnugeo)
How do I use ceph-deploy in this case?. How do I get ceph-deploy to use my privately built ceph package (with my changes) and install them in all ceph nodes? Johnu On 10/2/14, 7:22 AM, "Loic Dachary" wrote: >Hi, > >I would use ceph-deploy >http://ceph.com/docs/master/start/quick-start-prefligh

Re: [ceph-users] Multi node dev environment

2014-10-02 Thread Loic Dachary
Hi, I would use ceph-deploy http://ceph.com/docs/master/start/quick-start-preflight/#ceph-deploy-setup but ... I've only done tests a few times and other people may have a more elaborate answer to this question ;-) Cheers On 02/10/2014 15:44, Johnu George (johnugeo) wrote:> Hi, > I was trying

[ceph-users] Multi node dev environment

2014-10-02 Thread Johnu George (johnugeo)
Hi, I was trying to set up a multi node dev environment. Till now, I was building ceph by executing ./configure and make. I then used to test the features by using vstart in a single node. Instead of it, if I still need to use the multi node cluster for testing, what is the proper way to do?.