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

rbd: do not execute rbd sparsify when volume is in use #3985

Merged
merged 1 commit into from
Jul 11, 2023

Commits on Jul 11, 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]>
    Rakshith-R committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    c479ca7 View commit details
    Browse the repository at this point in the history