Cache Management improvements
This release...
- ...changes the way we do cache management (previously called graph cleanup):
- Cache is now considered only the set of image layers that are not currently used.
- Dropped
grootfs.graph_cleanup_threshold_in_mbBOSH property. - Added
grootfs.cache_size_bytesinstead. - If you are currently setting
grootfs.graph_cleanup_threshold_in_mbto any value but 0, we recommend converting that value to bytes and providing it togrootfs.cache_size_bytesinstead.
- ...emits new cache management related metric:
grootfs.UnusedLayersSize.