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 2225436: rbd: do not execute rbd sparsify when volume is in use #182

Closed
wants to merge 1 commit into from

Commits on Aug 29, 2023

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

    This is a backport PR.
    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: Yati Padia <[email protected]>
    yati1998 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    3b47be3 View commit details
    Browse the repository at this point in the history