nodepool/releasenotes/notes/delete-after-upload-0d6ec8691437ce9f.yaml
James E. Blair fd454706ca Add delete-after-upload option
This allows operators to delete large diskimage files after uploads
are complete, in order to save space.

A setting is also provided to keep certain formats, so that if
operators would like to delete large formats such as "raw" while
retaining a qcow2 copy (which, in an emergency, could be used to
inspect the image, or manually converted and uploaded for use),
that is possible.

Change-Id: I97ca3422044174f956d6c5c3c35c2dbba9b4cadf
2024-03-09 06:51:56 -08:00

9 lines
333 B
YAML

---
features:
- |
Nodepool-builder may now be configured to delete disk image files
after uploads are complete, but while the corresponding images are
still in service. The :attr:`diskimages.delete-after-upload` and
:attr:`diskimages.keep-formats` configuration options may be used
to configure this behavior.