d6895f9d2a
Call the volume's rpcapi remove_export method with a "call" instead of a "cast" when detaching volumes in the backup manager. This prevents _detach_volume() from returning before the remove_export() has completed, which helps prevent problems where remove_export() races against a subsequent operation. Closes-Bug: #1920237 Change-Id: I482c3d5520a7bbb9971942cdb4c4208052106d70
9 lines
329 B
YAML
9 lines
329 B
YAML
---
|
|
fixes:
|
|
- |
|
|
`Bug #1920237 <https://bugs.launchpad.net/cinder/+bug/1920237>`_: The
|
|
backup manager calls volume remove_export() but does not wait for it to
|
|
complete when detaching a volume after backup. This caused problems
|
|
when a subsequent operation started on that volume before it had fully
|
|
detached.
|