Stein Serie Releasenotes¶
0.28.0¶
Einleitung¶
This was a quiet development cycle for the glance_store library. One new feature was added to the Filesystem store driver. Several bugs were fixed and some code changes were committed to increase stability.
Neue Funktionen¶
A chunk size config option was added to the filesystem driver to allow some performance tweaking. The former hardcoded 64 KB is the current default value.
Aktualisierungsnotizen¶
Removal of the
storesanddefault_storeconfiguration options, which were deprecated in Rocky, has been postponed until during the Train development cycle.
Ablaufwarnungen¶
Removal of
storesanddefault_storehas been postponed until Train cycle to allow time to move multiple backends stores from being EXPERIMENTAL due to some unresolved issues with the feature.
Fehlerkorrekturen¶
The filesystem driver is now using a configurable chunk size. Increasing it may avoid bottlenecks.