Re: [ceph-users] ceph osd network configuration

2016-01-26 Thread Alex Gorbachev
On Tuesday, January 26, 2016, Zoltan Arnold Nagy wrote: > Have you had any problems with kernels prior to 4.1? > We’ve been using LACP in our environment without problems on Ubuntu > 14.04.X (.13, .16 and .19 kernels). > I had some issues with high speed links >10Gb and also with multiple bonds

Re: [ceph-users] ceph osd network configuration

2016-01-26 Thread Zoltan Arnold Nagy
Have you had any problems with kernels prior to 4.1? We’ve been using LACP in our environment without problems on Ubuntu 14.04.X (.13, .16 and .19 kernels). > On 26 Jan 2016, at 06:32, Alex Gorbachev wrote: > > > > On Saturday, January 23, 2016, 名花 > wrote: >

Re: [ceph-users] ceph osd network configuration

2016-01-25 Thread Alex Gorbachev
On Saturday, January 23, 2016, 名花 wrote: > Hi, I have a 4 ports 10gb ethernet card in my osd storage. I want to use > 2 ports for cluster, the other 2 ports for private. But from my > understanding, ceph osd just pick up the first IP address in > cluster/private network in osd side. So looks to

Re: [ceph-users] Ceph OSD network configuration

2016-01-24 Thread Robert LeBlanc
If you want redundancy and link aggregation then you will use LACP (or one of the Linux pseudo modes) and bonding in linux. This is common and not Ceph specific. Robert LeBlanc Sent from a mobile device please excuse any typos. On Jan 23, 2016 6:39 PM, "名花" wrote: > > Hi, I have a 4 ports 10gb

Re: [ceph-users] Ceph OSD network configuration

2016-01-24 Thread Oliver Dzombic
Hi, you can/need to configure the clusternetwork and the publicnetwork. In the ceph.conf that means: public_network = 1.2.3.0/24 cluster_network = 2.3.4.0/24 as an example. So you will, for every node in your ceph cluster, use 1x 10G Port for public network ip 1x 10G Port for cluster network