* Throughput increase by LACP bonding
@ 2012-07-03 7:42 Madhusudhana U
2012-07-03 8:07 ` Wido den Hollander
2012-07-03 15:18 ` Gregory Farnum
0 siblings, 2 replies; 5+ messages in thread
From: Madhusudhana U @ 2012-07-03 7:42 UTC (permalink / raw)
To: ceph-devel
Hi all,
I am trying to increase the throughput in the cluster by enabling
LACP on both in clients and all ceph cluster nodes. Each client and
ceph nodes has two 1G Ethernet interface which I want to aggregate
and make it 2G. LACP has been configured at switch side too. But even after
the configuration, I am not seeing any through put increase in ceph tell osd
bench command and also dd. They are taking the same amount as earlier. I am
constantly seeing around 100MB/sec throughput in both DD and ceph bench
commands. Can someone suggest me how i can increase the throughput of the
cluster ? Below are my configurations.
No of OSD's : 5
No of MON's : 3
No of MDS's : 2
Linux Kernel : 3.4.4
Ceph version : 0.47.3
Hard disks : 2x160G SAS drives (raid 0 configuration)
CPU : Intel(R) Xeon(R) Quad CPU E5506 @ 2.13GHz
Memory : 6G
Thanks
__M
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Throughput increase by LACP bonding
2012-07-03 7:42 Throughput increase by LACP bonding Madhusudhana U
@ 2012-07-03 8:07 ` Wido den Hollander
2012-07-03 10:56 ` Neil Horman
2012-07-03 15:18 ` Gregory Farnum
1 sibling, 1 reply; 5+ messages in thread
From: Wido den Hollander @ 2012-07-03 8:07 UTC (permalink / raw)
To: Madhusudhana U; +Cc: ceph-devel
On 03-07-12 09:42, Madhusudhana U wrote:
> Hi all,
> I am trying to increase the throughput in the cluster by enabling
> LACP on both in clients and all ceph cluster nodes. Each client and
> ceph nodes has two 1G Ethernet interface which I want to aggregate
> and make it 2G. LACP has been configured at switch side too. But even after
> the configuration, I am not seeing any through put increase in ceph tell osd
> bench command and also dd. They are taking the same amount as earlier. I am
> constantly seeing around 100MB/sec throughput in both DD and ceph bench
> commands. Can someone suggest me how i can increase the throughput of the
> cluster ? Below are my configurations.
Can you verify if both NIC's are actually doing something? Use bwm-ng
for example?
Wido
>
> No of OSD's : 5
> No of MON's : 3
> No of MDS's : 2
> Linux Kernel : 3.4.4
> Ceph version : 0.47.3
> Hard disks : 2x160G SAS drives (raid 0 configuration)
> CPU : Intel(R) Xeon(R) Quad CPU E5506 @ 2.13GHz
> Memory : 6G
>
> Thanks
> __M
>
> --
> 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] 5+ messages in thread
* Re: Throughput increase by LACP bonding
2012-07-03 8:07 ` Wido den Hollander
@ 2012-07-03 10:56 ` Neil Horman
2012-07-03 11:50 ` Wido den Hollander
0 siblings, 1 reply; 5+ messages in thread
From: Neil Horman @ 2012-07-03 10:56 UTC (permalink / raw)
To: Wido den Hollander; +Cc: Madhusudhana U, ceph-devel
On Tue, Jul 03, 2012 at 10:07:16AM +0200, Wido den Hollander wrote:
>
>
> On 03-07-12 09:42, Madhusudhana U wrote:
> >Hi all,
> >I am trying to increase the throughput in the cluster by enabling
> >LACP on both in clients and all ceph cluster nodes. Each client and
> >ceph nodes has two 1G Ethernet interface which I want to aggregate
> >and make it 2G. LACP has been configured at switch side too. But even after
> >the configuration, I am not seeing any through put increase in ceph tell osd
> >bench command and also dd. They are taking the same amount as earlier. I am
> >constantly seeing around 100MB/sec throughput in both DD and ceph bench
> >commands. Can someone suggest me how i can increase the throughput of the
> >cluster ? Below are my configurations.
>
> Can you verify if both NIC's are actually doing something? Use
> bwm-ng for example?
>
> Wido
>
I would imagine they aren't, as the output hash function for 802.3ad trunking is
based on source and destination address, so if your test just writes from a
single client to a single OSD, it will just use one link.
Neil
> >
> > No of OSD's : 5
> > No of MON's : 3
> > No of MDS's : 2
> > Linux Kernel : 3.4.4
> > Ceph version : 0.47.3
> > Hard disks : 2x160G SAS drives (raid 0 configuration)
> > CPU : Intel(R) Xeon(R) Quad CPU E5506 @ 2.13GHz
> > Memory : 6G
> >
> >Thanks
> >__M
> >
> >--
> >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] 5+ messages in thread
* Re: Throughput increase by LACP bonding
2012-07-03 10:56 ` Neil Horman
@ 2012-07-03 11:50 ` Wido den Hollander
0 siblings, 0 replies; 5+ messages in thread
From: Wido den Hollander @ 2012-07-03 11:50 UTC (permalink / raw)
To: Neil Horman; +Cc: Madhusudhana U, ceph-devel
On 03-07-12 12:56, Neil Horman wrote:
> On Tue, Jul 03, 2012 at 10:07:16AM +0200, Wido den Hollander wrote:
>>
>>
>> On 03-07-12 09:42, Madhusudhana U wrote:
>>> Hi all,
>>> I am trying to increase the throughput in the cluster by enabling
>>> LACP on both in clients and all ceph cluster nodes. Each client and
>>> ceph nodes has two 1G Ethernet interface which I want to aggregate
>>> and make it 2G. LACP has been configured at switch side too. But even after
>>> the configuration, I am not seeing any through put increase in ceph tell osd
>>> bench command and also dd. They are taking the same amount as earlier. I am
>>> constantly seeing around 100MB/sec throughput in both DD and ceph bench
>>> commands. Can someone suggest me how i can increase the throughput of the
>>> cluster ? Below are my configurations.
>>
>> Can you verify if both NIC's are actually doing something? Use
>> bwm-ng for example?
>>
>> Wido
>>
> I would imagine they aren't, as the output hash function for 802.3ad trunking is
> based on source and destination address, so if your test just writes from a
> single client to a single OSD, it will just use one link.
He mentioned "both in clients and ..." So I figured he had multiple clients.
But yes, you are right about the hashing. He should be using multiple
clients to use both NIC's in the Ceph nodes.
Wido
> Neil
>
>>>
>>> No of OSD's : 5
>>> No of MON's : 3
>>> No of MDS's : 2
>>> Linux Kernel : 3.4.4
>>> Ceph version : 0.47.3
>>> Hard disks : 2x160G SAS drives (raid 0 configuration)
>>> CPU : Intel(R) Xeon(R) Quad CPU E5506 @ 2.13GHz
>>> Memory : 6G
>>>
>>> Thanks
>>> __M
>>>
>>> --
>>> 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] 5+ messages in thread
* Re: Throughput increase by LACP bonding
2012-07-03 7:42 Throughput increase by LACP bonding Madhusudhana U
2012-07-03 8:07 ` Wido den Hollander
@ 2012-07-03 15:18 ` Gregory Farnum
1 sibling, 0 replies; 5+ messages in thread
From: Gregory Farnum @ 2012-07-03 15:18 UTC (permalink / raw)
To: Madhusudhana U; +Cc: ceph-devel
On Tuesday, July 3, 2012 at 12:42 AM, Madhusudhana U wrote:
> Hi all,
> I am trying to increase the throughput in the cluster by enabling
> LACP on both in clients and all ceph cluster nodes. Each client and
> ceph nodes has two 1G Ethernet interface which I want to aggregate
> and make it 2G. LACP has been configured at switch side too. But even after
> the configuration, I am not seeing any through put increase in ceph tell osd
> bench command and also dd. They are taking the same amount as earlier. I am
> constantly seeing around 100MB/sec throughput in both DD and ceph bench
> commands. Can someone suggest me how i can increase the throughput of the
> cluster ? Below are my configurations.
>
> No of OSD's : 5
> No of MON's : 3
> No of MDS's : 2
> Linux Kernel : 3.4.4
> Ceph version : 0.47.3
> Hard disks : 2x160G SAS drives (raid 0 configuration)
> CPU : Intel(R) Xeon(R) Quad CPU E5506 @ 2.13GHz
> Memory : 6G
Apart from what's already been mentioned about checking your configuration, keep in mind the osd bench is entirely a local test — if it says 100MB/s, that means your OSD disk can do 100MB/s, and increasing the network connectivity isn't going to change that. :)
--
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] 5+ messages in thread
end of thread, other threads:[~2012-07-03 15:18 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-03 7:42 Throughput increase by LACP bonding Madhusudhana U
2012-07-03 8:07 ` Wido den Hollander
2012-07-03 10:56 ` Neil Horman
2012-07-03 11:50 ` Wido den Hollander
2012-07-03 15:18 ` Gregory Farnum
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.