cinder/releasenotes/notes/vnx-add-async-migrate-option-0734164feeaecadc.yaml
Ryan Liang 3ecdc2bfc8 VNX: add option vnx_async_migrate
Before this fix, customers can disable async migration only by passing
`--metadata async_migrate=False` in volumes metadata. This fix adds an
option named `vnx_async_migrate` which could help set the default value
of async migration for whole backend. If customers don't pass in the
`async_migrate` in metadata, the value of this option will be used.

Change-Id: I8e59039da78ecc9fb5415a10ff2a7c26ee689171
Closes-bug: #1796825
2019-04-10 10:06:40 +08:00

7 lines
214 B
YAML

---
fixes:
- |
Dell EMC VNX Driver: Fix `bug 1796825
<https://bugs.launchpad.net/cinder/+bug/1796825>`__, adding an option named
`vnx_async_migrate` to accept the default setting for async migration.