Re: [ceph-users] Network performance

2015-10-22 Thread Udo Lembke
Hi Jonas,
you can create an bond over multible NICs (depends on your switch which modes 
are possible) to use one IP addresses but
more than one NIC.

Udo

On 21.10.2015 10:23, Jonas Björklund wrote:
> Hello,
> 
> In the configuration I have read about "cluster network" and "cluster addr".
> Is it possible to make the OSDs to listens to multiple IP addresses?
> I want to use several network interfaces to increase performance.
> 
> I hav tried
> 
> [global]
> cluster network = 172.16.3.0/24,172.16.4.0/24
> 
> [osd.0]
> public addr = 0.0.0.0
> #public addr = 172.16.3.1
> #public addr = 172.16.4.1
> 
> But I cant get them to listen to both 172.16.3.1 and 172.16.4.1 at the same 
> time.
> 
> Any ideas?
> 
> /Jonas
> ___
> ceph-users mailing list
> ceph-users@lists.ceph.com
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


Re: [ceph-users] Network performance

2015-10-22 Thread Jonas Björklund


On Thu, 22 Oct 2015, Udo Lembke wrote:


Hi Jonas,
you can create an bond over multible NICs (depends on your switch which modes 
are possible) to use one IP addresses but
more than one NIC.


Yes, but if an OSD would listen to all IP adresses on the server and use 
all nics we could have more performace and high availability without bonding.


___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


Re: [ceph-users] Network performance

2015-10-21 Thread Nick Fisk




> -Original Message-
> From: ceph-users [mailto:ceph-users-boun...@lists.ceph.com] On Behalf Of
> Jonas Björklund
> Sent: 21 October 2015 09:23
> To: ceph-users@lists.ceph.com
> Subject: [ceph-users] Network performance
> 
> Hello,
> 
> In the configuration I have read about "cluster network" and "cluster
addr".
> Is it possible to make the OSDs to listens to multiple IP addresses?
> I want to use several network interfaces to increase performance.
> 
> I hav tried
> 
> [global]
> cluster network = 172.16.3.0/24,172.16.4.0/24
> 
> [osd.0]
> public addr = 0.0.0.0
> #public addr = 172.16.3.1
> #public addr = 172.16.4.1
> 
> But I cant get them to listen to both 172.16.3.1 and 172.16.4.1 at the
same
> time.
> 
> Any ideas?


I don't think this is currently possible, but it would be nice if Ceph
supported something like

http://www.multipath-tcp.org/




> 
> /Jonas
> ___
> ceph-users mailing list
> ceph-users@lists.ceph.com
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com




___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


[ceph-users] Network performance

2015-10-21 Thread Jonas Björklund

Hello,

In the configuration I have read about "cluster network" and "cluster addr".
Is it possible to make the OSDs to listens to multiple IP addresses?
I want to use several network interfaces to increase performance.

I hav tried

[global]
cluster network = 172.16.3.0/24,172.16.4.0/24

[osd.0]
public addr = 0.0.0.0
#public addr = 172.16.3.1
#public addr = 172.16.4.1

But I cant get them to listen to both 172.16.3.1 and 172.16.4.1 at the same 
time.

Any ideas?

/Jonas
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


Re: [ceph-users] Network performance

2015-10-21 Thread Jonas Björklund


On Wed, 21 Oct 2015, Nick Fisk wrote:


[global]
cluster network = 172.16.3.0/24,172.16.4.0/24

[osd.0]
public addr = 0.0.0.0
#public addr = 172.16.3.1
#public addr = 172.16.4.1

But I cant get them to listen to both 172.16.3.1 and 172.16.4.1 at the

same

time.

Any ideas?


I don't think this is currently possible, but it would be nice if Ceph
supported something like

http://www.multipath-tcp.org/


In the documentation I can read how to add multiple networks. Why is that 
possible if it cant be used? :-)

cluster network

Description:	The IP address and netmask of the cluster (back-side) 
network (e.g., 10.0.0.0/24). Set in [global]. You may specify comma-delimited subnets.

Type:   {ip-address}/{netmask} [, {ip-address}/{netmask}]
Required:   No
Default:N/A

/Jonas
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com