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

reconsider the resource cleaning process when a node is deleted #868

Open
4 tasks
llamerada-jp opened this issue Apr 2, 2024 · 1 comment
Open
4 tasks

Comments

@llamerada-jp
Copy link
Contributor

llamerada-jp commented Apr 2, 2024

What

Currently, when a node is deleted (by putting the deletion timestamp), TopoLVM deletes the pvc associated with the pod running on the deleted node. By this process, the unusable PVCs bound to the node are cleaned up.
However, if topolvm-node does not exist in the node before this process is completed, PVC deletion will not be completed and PV and LogicalVolume CR will remain. Therefore, if the node suddenly malfunctions and loses power, garbage cleanup hand operation is necessary. We would like to make these processes automatic.

How

need to consider a new cleanup process.

Checklist

  • Finish implementation of the issue
  • Test all functions
  • Have enough logs to trace activities
  • Notify developers of necessary actions
Copy link
Contributor

github-actions bot commented May 3, 2024

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

@github-actions github-actions bot added the stale label May 3, 2024
@toshipp toshipp added keepalive and removed stale labels May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: To do
Development

No branches or pull requests

2 participants