InftyAI / Manta

💫 A lightweight P2P-based cache system for model distributions on Kubernetes. 🌟 Star to support our work!
Apache License 2.0
9 stars 2 forks source link

Add finalizer to Torrent to avoid removing chunks still being used #34

Open kerthcet opened 2 days ago

kerthcet commented 2 days ago

Once we delete the Torrent with ReclaimPolicy=Delete, chunks will be deleted directly, however, once the Torrent files are still being used by Pods, we should avoid this.

This can be checked by whether any pods holds the label manta.io/torrent-name=<>.

kerthcet commented 2 days ago

/kind feature