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

BUG 2225431: rbd: do not execute rbd sparsify when volume is in use #171

Merged

Commits on Jul 25, 2023

  1. rbd: do not execute rbd sparsify when volume is in use

    This commit makes sure sparsify() is not run when rbd
    image is in use.
    Running rbd sparsify with workload doing io and too
    frequently is not desirable.
    When a image is in use fstrim is run and sparsify will
    be run only when image is not mapped.
    
    Signed-off-by: Rakshith R <[email protected]>
    (cherry picked from commit 98fdadf)
    (cherry picked from commit 60a86ab)
    Rakshith-R committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    e0c3583 View commit details
    Browse the repository at this point in the history