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

Feat/btrfs compression #539

Merged
merged 2 commits into from
Sep 8, 2024
Merged

Feat/btrfs compression #539

merged 2 commits into from
Sep 8, 2024

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    27a97c2 View commit details
    Browse the repository at this point in the history
  2. enable btrfs light zstd:1 compression by default at mount

    this comes free and is handled gracefully by btrfs according to
    pre-compression heuristics, making it an ideal filesystem choice for
    tomb volumes that have compressable contents.
    
    A `compress-force=zstd:1` custom option would deactivate the heuristic
    test and compress everything.
    jaromil committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    e56c103 View commit details
    Browse the repository at this point in the history