glance/releasenotes/notes/import-locking-behavior-901c691f3839fe0a.yaml
Abhishek Kekane 213660d8b5 Victoria milestone 3 release notes
Note: Fixed formatting for import-locking-behavior
release note.

Change-Id: I914d5b901483b3f3942ade3e3856a62901592521
2020-09-15 14:09:55 +00:00

14 lines
642 B
YAML

---
fixes:
- |
Bug 1884596_: A change was added to the import API which provides
time-based locking of an image to exclude other import operations
from starting until the lock-holding task completes. The lock is
based on the task that we start to do the work, and the UUID of
that task is stored in the ``os_glance_import_task`` image property,
which indicates who owns the lock. If the task holding the lock fails
to make progress for 60 minutes, another import operation will be
allowed to steal the lock and start another import operation.
.. _1884596: https://bugs.launchpad.net/glance/+bug/1884596