cinder/releasenotes/notes/lightbits-snapshot-timeout-6b25dbd15a650d52.yaml
Rahman Muhammad 665e01c483 Create multiple snapshots from same volume
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
2024-08-28 16:32:35 +03:00

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.