sipb / homeworld

Cluster management system for the SIPB Hyades project
MIT License
21 stars 19 forks source link

Clean up autoinstaller's cluster_*.iso files automatically #519

Open celskeggs opened 4 years ago

celskeggs commented 4 years ago

Currently, the autoinstaller creates a new installer image for each new install, and never cleans it up, so you quickly find yourself with a collection of junk .iso files:

$ ls
[...]
cluster-17081.iso
cluster-24722.iso
cluster-24798.iso
cluster-24946.iso
cluster-25023.iso
[...]

We should automatically delete these files after we're done using them, to keep the working directory clean.