Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

preallocateContents option: disable by default #4094

Merged
merged 1 commit into from Nov 26, 2020

Commits on Nov 26, 2020

  1. archive: disable preallocate-contents by default

    using fallocate() to preallocate files space does more harm than good:
     - breaks compression on btrfs
     - has been called "not the right thing to do" by xfs developers
    (because delayed allocation that most filesystems implement leads to smarter
    allocation than what the filesystem needs to do if we upfront fallocate files)
    martinetd committed Nov 26, 2020
    Copy the full SHA
    1fd13d6 View commit details
    Browse the repository at this point in the history