Date: Mon, 6 Dec 2010 12:18:02 +0000 (UTC) From: Ivan Voras <ivoras@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs vdev_geom.c Message-ID: <201012061218.oB6CIQY8066725@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ivoras 2010-12-06 12:18:02 UTC FreeBSD src repository Modified files: sys/cddl/contrib/opensolaris/uts/common/fs/zfs vdev_geom.c Log: SVN rev 216230 on 2010-12-06 12:18:02Z by ivoras Use GEOM stripesize field when calculating ashift. This will enable correct alignment on drives with large sector sizes (e.g. 4 KiB) but the implementation might need to be revisited if devices with large stripesizes appear (e.g. if RAID controllers or flash drives start using the field), probably by introducing a physsectorsize field in GEOM providers. Discussed with: mav, mostly silence on freebsd-geom@ and freebsd-fs@ Revision Changes Path 1.25 +4 -1 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012061218.oB6CIQY8066725>