File: volume-type-validation-check-011a400d7fb3b307.yaml

package info (click to toggle)
python-glance-store 4.9.1-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,804 kB
  • sloc: python: 17,455; sh: 41; makefile: 34
file content (12 lines) | stat: -rw-r--r-- 530 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
---
upgrade:
  - |
    Previously, during service startup, the check to validate volume types
    used to raise ``BackendException`` or ``BadStoreConfiguration`` exceptions
    when an invalid volume type was configured hence failing the service
    startup. It now logs a warning and the glance service starts normally.
fixes:
  - |
    `Bug #1915163 <https://bugs.launchpad.net/glance-store/+bug/1915163>`_:
    Added handling to log and raise proper exception during image create when
    an invalid volume type is configured.