core dumps onto ZFS

Warner Losh imp at bsdimp.com
Thu Jul 26 05:23:35 UTC 2018


On Jul 25, 2018 4:56 PM, "Kirk McKusick" <mckusick at mckusick.com> wrote:

Is there any chance that your filesystem was more than 90% full?

Once ZFS gets past 90% full its performance drops precipitously.
As it approaches completely full it locks up for minutes per write
doing huge numbers of writes to its pool in an attempt to consolodate
what little free space it has left into something big enough for
it to use (which it sounds like is happening to you).


Write amplification (the amount of extra writing described here) approaches
1 / free-space as free-space goes to zero... so 1% empty is 10x slower than
10% empty, but that is only 2x slower than 80% full. I say tends because
the more free space you have, the greater the odds you have ready space to
write without GC.

Warner


        Kirk McKusick

_______________________________________________
freebsd-fs at freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-fs
To unsubscribe, send any mail to "freebsd-fs-unsubscribe at freebsd.org"


More information about the freebsd-fs mailing list