K 10 svn:author V 7 zeising K 8 svn:date V 27 2020-06-14T15:22:25.108266Z K 7 svn:log V 266 databases/rrdtool: Fix resize on ZFS Add an upstream patch that fixes resize on ZFS. Since ZFS does not support posix_fallocate(), returning EINVAL, the patch simply ignores this error from posix_fallocate(). PR: 245898 Reported by: Tomohiro Hosaka MFH: 2020Q2 END