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

Ensure that the DF endpoint updated volume refcount #15753

Merged
merged 1 commit into from Sep 13, 2022

Commits on Sep 12, 2022

  1. Ensure that the DF endpoint updated volume refcount

    The field was already exposed already in the `system df` output
    so this just required a bit of plumbing and testing.
    
    As part of this, fix `podman systemd df` volume in-use logic.
    Previously, volumes were only considered to be in use if the
    container using them was running. This does not match Docker's
    behavior, where a volume is considered in use as long as a
    container exists that uses the volume, even if said container is
    not running.
    
    Fixes containers#15720
    
    Signed-off-by: Matthew Heon <matthew.heon@pm.me>
    mheon committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    07a8eb8 View commit details
    Browse the repository at this point in the history