98acb82221
There might be a case where the exception raised by `op_features` could be other than AttributeError. When any exception other than AttributeError is raised, we should log and avoid raising an exception. Closes-Bug: #1942210 Co-Authored-By: Gorka Eguileor <geguileo@redhat.com> Change-Id: I513abe980b73d7e7b1a3cd9c7ff89490f7fd6b08
11 lines
363 B
YAML
11 lines
363 B
YAML
---
|
|
fixes:
|
|
- |
|
|
RBD driver `bug #1942210
|
|
<https://bugs.launchpad.net/cinder/+bug/1942210>`_: When
|
|
creating a volume from a snapshot, the operation could
|
|
fail due to an uncaught exception being raised during a
|
|
check to see if the backend Ceph installation supported
|
|
the clone v2 API. The driver now handles this situation
|
|
gracefully.
|