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
7 lines
235 B
YAML
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. |