2020-10-07 14:04:51 +13:00
|
|
|
---
|
|
|
|
features:
|
|
|
|
- |
|
2021-02-11 13:12:04 +01:00
|
|
|
Adds the ``[DEFAULT]raw_image_growth_factor`` configuration option which
|
2020-10-07 14:04:51 +13:00
|
|
|
is a scale factor used for estimating the size of a raw image converted
|
|
|
|
from compact image formats such as QCOW2. By default this is set to 2.0.
|
|
|
|
|
|
|
|
When clearing the cache to make space for a converted raw image, the full
|
|
|
|
virtual size is attempted first, and if not enough space is available a
|
2021-02-11 13:12:04 +01:00
|
|
|
second attempt is made with the (smaller) estimated size.
|