From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Priebe Subject: Re: flashcache Date: Thu, 17 Jan 2013 17:20:24 +0100 Message-ID: <50F824C8.3040704@profihost.ag> References: <50F72150.7080002@inktank.com> <50F7FE9B.6050908@inktank.com> <44CC6A16-2ADD-4DBB-8B07-0E16032AEDA2@ornl.gov> <25E46CD3-17AA-4F31-B157-4B3666408C82@ornl.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mail-ph.de-nserver.de ([85.158.179.214]:38543 "EHLO mail-ph.de-nserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757006Ab3AQQUY (ORCPT ); Thu, 17 Jan 2013 11:20:24 -0500 In-Reply-To: Sender: ceph-devel-owner@vger.kernel.org List-ID: To: "Atchley, Scott" Cc: Gandalf Corvotempesta , Mark Nelson , Joseph Glanville , Sage Weil , "ceph-devel@vger.kernel.org" Hi, Am 17.01.2013 17:12, schrieb Atchley, Scott: > On Jan 17, 2013, at 11:01 AM, Gandalf Corvotempesta wrote: > >> 2013/1/17 Atchley, Scott : >>> Yes. It should get close to 1 GB/s where 1GbE is limited to about 125 MB/s. Lower latency? Probably since most Ethernet drivers set interrupt coalescing by default. Intel e1000 driver, for example, have a cluster mode that reduces (or turns off) interrupt coalescing. I don't know if ceph is latency sensitive or not. >> >> Sorry, I meant 10GbE. > > 10GbE should get close to 1.2 GB/s compared to 1 GB/s for IB SDR. Latency again depends on the Ethernet driver. We're using bonded active/active 2x10GbE with Intel ixgbe and i'm able to get 2.3GB/s. Not sure how to measure latency effectively. Stefan