665e01c483
Under certain conditions, the Lightbits api-service will return various status codes (including HTTP status codes 400, 500, and 503) that could indicate a transient error, e.g., because a "create snapshot" operation is already in progress on the source volume. Fix the Cinder Lightbits driver to retry when this happens, since there's a good chance a subsequent "create snapshots" will succeed. Change-Id: I4f3463ef71997fe707800a9df6a239273a0d5c4a
12 lines
500 B
YAML
12 lines
500 B
YAML
---
|
|
features:
|
|
- |
|
|
Lightbits driver: Added support to create multiple snapshots
|
|
from the same volume simultaneously when using the Lightbits
|
|
cinder driver. Under certain conditions, older releases of the
|
|
Lightbits api-service will return various status codes (including
|
|
HTTP status codes 500 and 503) that could indicate transient
|
|
failures. Added retry logic on such errors becuase there's a good
|
|
chance that the error is transient and subsequent calls will
|
|
succeed.
|