Re: [ceph-users] Adding a monitor to

2014-10-30 Thread Patrick Darley
On 2014-10-30 08:23, Joao Eduardo Luis wrote: On 10/27/2014 06:37 PM, Patrick Darley wrote: Hi there Over the last week or so, I've been trying to connect a ceph monitor node running on a baserock system to connect to a simple 3-node ubuntu ceph cluster. The 3 node ubunutu cluster was created

Re: [ceph-users] Adding a monitor to

2014-10-30 Thread Joao Eduardo Luis
On 10/27/2014 06:37 PM, Patrick Darley wrote: Hi there Over the last week or so, I've been trying to connect a ceph monitor node running on a baserock system to connect to a simple 3-node ubuntu ceph cluster. The 3 node ubunutu cluster was created by following the documented Quick installation

Re: [ceph-users] Adding a monitor to

2014-10-29 Thread Gregory Farnum
[Re-adding the list, so this is archived for future posterity.] On Wed, Oct 29, 2014 at 6:11 AM, Patrick Darley wrote: > > Thanks again for the reply Greg! > > On 2014-10-28 17:39, Gregory Farnum wrote: >> >> I'm sorry, you're right — I misread it. :( > > > No worries, I had included some mislead

Re: [ceph-users] Adding a monitor to

2014-10-28 Thread Gregory Farnum
I'm sorry, you're right — I misread it. :( But indeed step 6 is the crucial one, which tells the existing monitors to accept the new one into the cluster. You'll need to run it with an admin client keyring that can connect to the existing cluster; that's probably the part that has gone wrong. You d

Re: [ceph-users] Adding a monitor to

2014-10-28 Thread Gregory Farnum
On Mon, Oct 27, 2014 at 11:37 AM, Patrick Darley wrote: > Hi there > > Over the last week or so, I've been trying to connect a ceph monitor node > running on a baserock system > to connect to a simple 3-node ubuntu ceph cluster. > > The 3 node ubunutu cluster was created by following the documente