Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Oct 2010 08:43:41 -0700
From:      Freddie Cash <fjwcash@gmail.com>
To:        Adam Nowacki <nowak@xpam.de>
Cc:        freebsd-fs@freebsd.org
Subject:   Re: ZFS and Samsung Spinpoint F4 4K sector drive
Message-ID:  <AANLkTikAU7%2BVGOTdQKfe7MKH2JRjC8u3ciWT0Ub%2B4GD%2B@mail.gmail.com>
In-Reply-To: <4CAE798D.6040905@xpam.de>
References:  <4CAE6C3A.5070509@rcn.com> <4CAE798D.6040905@xpam.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Oct 7, 2010 at 6:53 PM, Adam Nowacki <nowak@xpam.de> wrote:
> Nothing user friendly but if you're willing to modify sources and rebuild
> kernel there is a one line tweak.
>
> /usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c find:
> *ashift = highbit(MAX(pp->sectorsize, SPA_MINBLOCKSIZE)) - 1;
> and modify to something like:
> *ashift = highbit(MAX(MAX(4096, pp->sectorsize), SPA_MINBLOCKSIZE)) - 1;
>
> I'm using this for 3 months with 20 2TB 4kb sector WDC disks (in 2 raidz2
> arrays of 10) without any issues. Writes go at 300MB/s.

Does this patch work the same was as the following:
http://www.solarismen.de/archives/5-Solaris-and-the-new-4K-Sector-Disks-e.g.-WDxxEARS-Part-2.html

They both deal with setting ashift to 4096 bytes, but are in two very
different places in the code.

-- 
Freddie Cash
fjwcash@gmail.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTikAU7%2BVGOTdQKfe7MKH2JRjC8u3ciWT0Ub%2B4GD%2B>