cinder/releasenotes/notes/bug-1942210-show-msg-check-clone-v2-api-raise-attribute-error-40efd74bb92b9482.yaml
Sofia Enriquez 98acb82221 RBD: Fix _show_msg_check_clone_v2_api
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
2022-05-16 19:04:23 +00:00

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.