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: include details for parent image in the trash #906

Merged
merged 1 commit into from
Aug 2, 2023

Commits on Aug 2, 2023

  1. rbd: include details for parent image in the trash

    When a parent image has been removed, it will linger in the trash until
    all siblings are gone. The image is not accessible through it's name
    anymore, only through its ID.
    
    The ImageSpec that is returned by Image.GetParent() now contains the
    Trash boolean and the ImageID to identify if the image is in the trash,
    and use OpenImageById() to access the removed parent image.
    
    Related-to: ceph/ceph-csi#4013
    Signed-off-by: Niels de Vos <ndevos@ibm.com>
    nixpanic committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    48392a3 View commit details
    Browse the repository at this point in the history