on 09/04/2010 14:14 Alexey Tarasov said the following: > Hello. > > I see considerably increased performance when creating over gnop -S 4096 virtual disk. Even when I create zpool over raw disks the performance is very bad and concurent writes stalls. When using gnop, zfs works VERY fast! > > Btw, here is another discussion, may be there is a bug in a mav_at_ commit, because he has added support for >512 sector size: > http://lists.freebsd.org/pipermail/freebsd-current/2010-April/016495.html Looks like I was wrong: /* * Determine the device's minimum transfer size. */ *ashift = highbit(MAX(pp->sectorsize, SPA_MINBLOCKSIZE)) - 1; This is in vdev_geom_open and SPA_MINBLOCKSIZE is 512. -- Andriy GaponReceived on Fri Apr 09 2010 - 10:14:42 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:02 UTC