* ceph and network
@ 2011-05-24 10:05 Fyodor Ustinov
2011-05-24 14:55 ` Brian Chrisman
0 siblings, 1 reply; 4+ messages in thread
From: Fyodor Ustinov @ 2011-05-24 10:05 UTC (permalink / raw)
To: ceph-devel
Hi!
I need to implement this scheme of servers connections:
All servers of ceph cluster have 2 network addresses in different nets.
One net - for ceph interconnect. I.e. for traffic between ceph servers
(Suppose called "internal").
One - for traffic between clients and cluster ("external").
As I understand it - the client receives the address of the ceph servers
frommon. And mon server needs to know about that it is necessary give
out "external" address, not "internal".
How can I do?
WBR,
Fyodor.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: ceph and network
2011-05-24 10:05 ceph and network Fyodor Ustinov
@ 2011-05-24 14:55 ` Brian Chrisman
2011-05-25 13:12 ` Fyodor Ustinov
0 siblings, 1 reply; 4+ messages in thread
From: Brian Chrisman @ 2011-05-24 14:55 UTC (permalink / raw)
To: Fyodor Ustinov; +Cc: ceph-devel
On Tue, May 24, 2011 at 3:05 AM, Fyodor Ustinov <ufm@ufm.su> wrote:
> Hi!
>
> I need to implement this scheme of servers connections:
>
> All servers of ceph cluster have 2 network addresses in different nets.
> One net - for ceph interconnect. I.e. for traffic between ceph servers
> (Suppose called "internal").
> One - for traffic between clients and cluster ("external").
>
> As I understand it - the client receives the address of the ceph servers
> frommon. And mon server needs to know about that it is necessary give out
> "external" address, not "internal".
>
> How can I do?
There's a 'cluster addr' option which is intended to split the traffic
between multiple networks afaik.
>
> WBR,
> Fyodor.
>
> --
> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: ceph and network
2011-05-24 14:55 ` Brian Chrisman
@ 2011-05-25 13:12 ` Fyodor Ustinov
2011-05-25 16:04 ` Sage Weil
0 siblings, 1 reply; 4+ messages in thread
From: Fyodor Ustinov @ 2011-05-25 13:12 UTC (permalink / raw)
To: Brian Chrisman; +Cc: ceph-devel
On 05/24/2011 05:55 PM, Brian Chrisman wrote:
> On Tue, May 24, 2011 at 3:05 AM, Fyodor Ustinov<ufm@ufm.su> wrote:
>> Hi!
>>
>> I need to implement this scheme of servers connections:
>>
>> All servers of ceph cluster have 2 network addresses in different nets.
>> One net - for ceph interconnect. I.e. for traffic between ceph servers
>> (Suppose called "internal").
>> One - for traffic between clients and cluster ("external").
>>
>> As I understand it - the client receives the address of the ceph servers
>> frommon. And mon server needs to know about that it is necessary give out
>> "external" address, not "internal".
>>
>> How can I do?
> There's a 'cluster addr' option which is intended to split the traffic
> between multiple networks afaik.
As Iunderstandmdsandmonserversshould livein the"public"network?
WBR,
Fyodor.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: ceph and network
2011-05-25 13:12 ` Fyodor Ustinov
@ 2011-05-25 16:04 ` Sage Weil
0 siblings, 0 replies; 4+ messages in thread
From: Sage Weil @ 2011-05-25 16:04 UTC (permalink / raw)
To: Fyodor Ustinov; +Cc: Brian Chrisman, ceph-devel
On Wed, 25 May 2011, Fyodor Ustinov wrote:
> On 05/24/2011 05:55 PM, Brian Chrisman wrote:
> > On Tue, May 24, 2011 at 3:05 AM, Fyodor Ustinov<ufm@ufm.su> wrote:
> > > Hi!
> > >
> > > I need to implement this scheme of servers connections:
> > >
> > > All servers of ceph cluster have 2 network addresses in different nets.
> > > One net - for ceph interconnect. I.e. for traffic between ceph servers
> > > (Suppose called "internal").
> > > One - for traffic between clients and cluster ("external").
> > >
> > > As I understand it - the client receives the address of the ceph servers
> > > frommon. And mon server needs to know about that it is necessary give out
> > > "external" address, not "internal".
> > >
> > > How can I do?
> > There's a 'cluster addr' option which is intended to split the traffic
> > between multiple networks afaik.
> As Iunderstandmdsandmonserversshould livein the"public"network?
They only use the public address, if thats what you mean. THat doesn't
mean it has to be a public network (and it probably shouldn't be!). It
just means that's the address that other daemons connect to. In contrast,
the osd cluster addr is used only for osd to osd communication.
sage
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-05-25 16:03 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-24 10:05 ceph and network Fyodor Ustinov
2011-05-24 14:55 ` Brian Chrisman
2011-05-25 13:12 ` Fyodor Ustinov
2011-05-25 16:04 ` Sage Weil
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.