fd495d010c
The solidfire driver currently has built in template image caching. It is not manageable through the normal OpenStack API's. SolidFires template image caching is the main cause for the exception DuplicateSFVolumeNames when the system is running in an HA A/A configuration. The current implementation has the configuration variable sf_allow_template_caching, the module _create_image_volume, and _verify_image_volume, which will be removed. Cinder has the same functionality which is managed through the OpenStack APIs and will not have the same HA A/A side effect of throwing DuplicateSDuplicateSFVolumeNames exception. Change-Id: I69ce8bda4302bf821739eb7276f2db12b7a259fe
10 lines
322 B
YAML
10 lines
322 B
YAML
---
|
|
prelude: >
|
|
SolidFire cinder driver deprecate sf_allow_template_caching
|
|
deprecations:
|
|
- |
|
|
The configuration option sf_allow_template_caching for the
|
|
SolidFire cinder driver has been removed. Use image_volume_cache_enabled
|
|
equals True for a better template image cache that is managed from
|
|
cinder.
|