Seagate Archive HDD

Allan Jude allanjude at freebsd.org
Fri Mar 27 03:44:23 UTC 2015


On 2015-03-26 23:38, Xin Li wrote:
> 
> 
> On 3/26/15 17:58, Adrian Chadd wrote:
>> ... all the talk about this stuff, and yet noone's talked about
>> how ZFS is supposed to be append only, and boy wouldn't that be
>> awesome. :)
> 
> It doesn't overwrite existing data with the assumption that a, let's
> say, 4K-native drive doesn't have a 1MB "band" when writing.
> 
> I hope the "journal" would be helpful for this assuming it is on
> non-volatile medium...
> 
> Cheers,
> _______________________________________________
> freebsd-hackers at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe at freebsd.org"
> 

Also, ZFS does write to the vdev label (256kb each, 2x at the front and
2x at the end of the drive) frequently (every transaction group, so at a
minimum, every 5 seconds by default). The vdev label has a ring of
uberblocks, that then point to the most recent metadata. If there was
some special place on disk these could be located to avoid being part of
a large band, and avoid the write amplification, that would likely make
a big difference.

-- 
Allan Jude

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 834 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-hackers/attachments/20150326/e3428c16/attachment.sig>


More information about the freebsd-hackers mailing list