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

[23.0 backport] Fix pruning anon volume created from image config #45159

Merged

Commits on Mar 14, 2023

  1. Fix pruning anon volume created from image config

    Volumes created from the image config were not being pruned because the
    volume service did not think they were anonymous since the code to
    create passes along a generated name instead of letting the volume
    service generate it.
    
    This changes the code path to have the volume service generate the name
    instead of doing it ahead of time.
    
    Signed-off-by: Brian Goff <cpuguy83@gmail.com>
    (cherry picked from commit 146df5f)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    cpuguy83 authored and thaJeztah committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    fd80ca6 View commit details
    Browse the repository at this point in the history