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: optimize deletion by modifying function EnsureImageCleanup() to directly use image ID #4067

Open
Rakshith-R opened this issue Aug 22, 2023 · 7 comments
Assignees
Labels
component/rbd Issues related to RBD enhancement New feature or request wontfix This will not be worked on

Comments

@Rakshith-R
Copy link
Contributor

Describe the enhancement

Currently EnsureImageCleanup() lists and parses images in trash to find image id for
equivalent image name.

We can instead use imgae id directly fetched by the following methods to add a task for removal from trash :

The above implementation will completely avoid expensive operation of list images in trash.

@Rakshith-R Rakshith-R added enhancement New feature or request component/rbd Issues related to RBD labels Aug 22, 2023
@Rakshith-R Rakshith-R added this to the release-v3.10.0 milestone Aug 22, 2023
@iPraveenParihar
Copy link
Contributor

/assign

@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the wontfix This will not be worked on label Oct 20, 2023
@Rakshith-R Rakshith-R removed the wontfix This will not be worked on label Oct 23, 2023
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the wontfix This will not be worked on label Dec 14, 2023
@Rakshith-R Rakshith-R removed the wontfix This will not be worked on label Dec 15, 2023
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the wontfix This will not be worked on label Jan 14, 2024
@iPraveenParihar iPraveenParihar removed the wontfix This will not be worked on label Jan 16, 2024
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the wontfix This will not be worked on label Feb 15, 2024
@Rakshith-R Rakshith-R removed the wontfix This will not be worked on label Feb 16, 2024
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the wontfix This will not be worked on label Mar 17, 2024
@iPraveenParihar iPraveenParihar removed the wontfix This will not be worked on label Mar 18, 2024
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the wontfix This will not be worked on label Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/rbd Issues related to RBD enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants