bareos: master 5436ec99

Author Committer Branch Timestamp Parent
Sebastian Sura Sebastian Sura master 2024-01-25 07:09 master f32749d6 Pending
Changeset fvec: remove fallocate

It turns out that posix_fallocate can become very slow on glibc if you
the filesystem does not really support it since the fallback is just
writing a bunch of zeroes into the file. This is not what we want so
we only use ftruncate for now.
mod - core/src/stored/backends/dedup/fvec.h Diff File