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

SUSE config: use Btrfs LZO compression for ResourceDisk #2055

Merged
merged 1 commit into from
Nov 4, 2020

Commits on Nov 4, 2020

  1. SUSE config: use Btrfs LZO compression for ResourceDisk

    Btrfs provides support for transparent compression, which can be
    requested at mount time via the compress=type[:level] mount option.
    
    As demonstrated in [1], transparent LZO compression provides a good
    trade-off between compression ratio and performance, while also being
    supported by legacy SUSE kernels. zstd could be considered for
    modern SLE15-SP1+ / openSUSE Leap 15.1+ kernels.
    
    Amongst other benefits, moving from ext4 to Btrfs allows for ephemeral
    ResourceDisk data to be periodically and incrementally backed-up to
    regular Page Blob backed disks using btrfs send/recv.
    
    1. Btrfs compression benchmarks
       mainline kernel commit: 5c1aab1dd5445ed8bdcdbb575abc1b0d7ee5b2e7
    
    Signed-off-by: David Disseldorp <ddiss@suse.de>
    ddiss committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    655ed08 View commit details
    Browse the repository at this point in the history