Re: [ceph-users] layer3 network

2016-07-07 Thread Nick Fisk
> -Original Message- > From: ceph-users [mailto:ceph-users-boun...@lists.ceph.com] On Behalf Of > Matyas Koszik > Sent: 07 July 2016 14:01 > To: ceph-users@lists.ceph.com > Subject: Re: [ceph-users] layer3 network > > > Setting 'osd addr' in the os

Re: [ceph-users] layer3 network

2016-07-07 Thread Matyas Koszik
Setting 'osd addr' in the osd configuration section unfortunately also does not influence source address selection, the outgoing interface IP is used like before. On Thu, 7 Jul 2016, Luis Periquito wrote: > If, like me, you have several different networks, or they overlap for > whatever reason

Re: [ceph-users] layer3 network

2016-07-07 Thread Luis Periquito
If, like me, you have several different networks, or they overlap for whatever reason, I just have the options: mon addr = IP:port osd addr = IP in the relevant sections. However I use puppet to deploy ceph, and all files are "manually" created. So it becomes something like this: [mon.mon1] h

Re: [ceph-users] layer3 network

2016-07-07 Thread George Shuklin
I found no options about source IP for ceph. Probably you may try to use network namespaces to isolate ceph services with desired interfaces. This would require a bit more setup though. You would need to create namespace, add some kind of patch (veth?) interface between namespace and host, but

Re: [ceph-users] layer3 network

2016-07-07 Thread Nick Fisk
> -Original Message- > From: ceph-users [mailto:ceph-users-boun...@lists.ceph.com] On Behalf Of > Matyas Koszik > Sent: 07 July 2016 11:26 > To: ceph-users@lists.ceph.com > Subject: [ceph-users] layer3 network > > > > Hi, > > My setup uses a layer3 network, where each node has two conn