From owner-freebsd-hackers@FreeBSD.ORG Thu Mar 18 18:46:52 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFDCD1065678 for ; Thu, 18 Mar 2010 18:46:52 +0000 (UTC) (envelope-from tdamas@gmail.com) Received: from mail-qy0-f198.google.com (mail-qy0-f198.google.com [209.85.221.198]) by mx1.freebsd.org (Postfix) with ESMTP id 62C2F8FC23 for ; Thu, 18 Mar 2010 18:46:52 +0000 (UTC) Received: by qyk36 with SMTP id 36so1176318qyk.30 for ; Thu, 18 Mar 2010 11:46:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=Ps5DqXT0HfmC9mOM3ahcbqOCIemEUBhetn5zDbIvxho=; b=K5dcFInBUexkC4rClvuOb+6VZVLRJyjMZrH0EGsOGPHxmomVKF/uQvjpBJauAf3o33 tlPw4b/EuUSWJFhHG7TmqvVMs07n9oJEnClONbGpDLjYssk2F2UnrqcfdsPBdGQhECsJ JCnK2WE4DLbSen0F9whIfbp9w86VNSBPxUrhg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=JIO9SbsdmCOTuVa3VlSB/AbU++Zpm62aNf1k2f1erEL5QaDpJaz/6m65p/FJGoizcH EXuMDOSgBAJ0icA0ZHX41ULfRaQVYTD1WT0NA8B10YkRZanDdhB2wFGelMHHefHRjPq5 0qNkC7JxCTM7u5nhGfLsCF+8R9PkL8gK7lT0k= MIME-Version: 1.0 Received: by 10.229.184.132 with SMTP id ck4mr1046139qcb.45.1268938011488; Thu, 18 Mar 2010 11:46:51 -0700 (PDT) In-Reply-To: References: <86tysf58a2.fsf@ds4.des.no> <367b2c981003171112n785ea9d4q21d00b533819ca67@mail.gmail.com> <201003172023.o2HKNNbj069321@apollo.backplane.com> <201003172111.o2HLBIgJ069873@apollo.backplane.com> From: Thiago Damas Date: Thu, 18 Mar 2010 15:46:31 -0300 Message-ID: To: Matthew Dillon Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-hackers@freebsd.org Subject: Re: ATA 4K sector issues X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Mar 2010 18:46:52 -0000 I tested now with 1Mb (2048 blocks) at the begining of disk, and same behaviour: slow write speed and high disk latency. On Wed, Mar 17, 2010 at 6:17 PM, Thiago Damas wrote: > I'll try tomorrow more zfs tests, with 1M alignment on begining of disk. > But I also remember that zfs block size its 128k, but metadata can be of > dynamic size. And we can use compressed files too. > There is a sysctl, md_compress, that I turned out in my tests, but not > working as expected. > Why using gnop -S 4096 works well? > > Thiago > >