From owner-freebsd-hackers@FreeBSD.ORG Thu Mar 26 22:33:11 2015 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 170B0198 for ; Thu, 26 Mar 2015 22:33:11 +0000 (UTC) Received: from mail-ig0-x235.google.com (mail-ig0-x235.google.com [IPv6:2607:f8b0:4001:c05::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D063C3D2 for ; Thu, 26 Mar 2015 22:33:10 +0000 (UTC) Received: by igbud6 with SMTP id ud6so5394382igb.1 for ; Thu, 26 Mar 2015 15:33:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=RDNmxhVD3MyvjgFZHujkitsyoHyxK2Jkutt9DyisB4o=; b=wDHG5At3Gz4ecizh84s8Fjw2OtYk/47xRd/3Ps8nnW0FJx4HFIMgme2ZAg+hDZvdSW 7X5/lyUakG6mdku0JknIFb+npTT7LJe7OH24xepiV9kVykCAxw/1UKzj8wjnl42kVv49 WjElrVSBZ1X9S280W7o0x0gnx+cimafDTVDsZFUQHi3Q4FFzmOtHDcdD1S2jagFj1xIN gLherP8J7nWkH208DQPongqjFq5rSMiTjOv3mdRr12Yvzum2JTvLG7ZAKUgAIXG1fuwI f93/FCuS2ccTbFuCoSdfDeGb7lupqEKZ8ukRfc3yR3UaNpL6+9NEUIFH+qzNgPf99wir CnPg== MIME-Version: 1.0 X-Received: by 10.42.93.83 with SMTP id w19mr41049045icm.37.1427409190310; Thu, 26 Mar 2015 15:33:10 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.36.17.194 with HTTP; Thu, 26 Mar 2015 15:33:10 -0700 (PDT) In-Reply-To: References: Date: Thu, 26 Mar 2015 15:33:10 -0700 X-Google-Sender-Auth: qtpqxiJoJo635z0XcJK8A6qbg2I Message-ID: Subject: Re: Seagate Archive HDD From: Adrian Chadd To: Wojciech Puchar Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-hackers@freebsd.org" X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Mar 2015 22:33:11 -0000 Hm, what's required to get the stripe size for doing IO or whatever the under-the-hood thing is for the Sharding? -a