cinder/releasenotes/notes/netapp-solidfire-fix-exceptions-while-eos-upgrade-1e3df89b5fb79165.yaml
Fabio Oliveira b7b830e9ac NetApp SolidFire: Fix request errors while Element OS upgrade
When Element OS is being upgraded, the requests received will
get exceptions as result, but the operation will normally succeed
a few attempts after.

This patch fixes this issue by adding the following exceptions to
our list of retryable exceptions in SolidFire driver:
    - xDBOperationTimeout.
    - xDBConnectionLoss.
    - xNoHandler.
    - xSnapshotFailed.
    - xRecvTimeout.
    - xDBNoSuchPath.
    - xPermissionDenied.

Change-Id: Idef086c55885687684875603481582f763355885
Closes-Bug: #1934435
2021-10-01 15:54:20 -03:00

7 lines
235 B
YAML

---
fixes:
- |
NetApp SolidFire driver `Bug #1934435
<https://bugs.launchpad.net/cinder/+bug/1934435>`_:
Fixed errors that might occur when an operation is made to a volume at the
same time as the Element OS upgrades.