cinder/releasenotes
Vipin Balachandran 18c8af402b VMware:Config option to disable lazy volume create
Currently the backend volume is created lazily for raw
volume create operations. The backend volume is created
during the initial attach. This is to minimize unnecessary
volume migrations across datastores in the backend which
may be required if the backend volume is not accessible to
instance VM's ESX host. In certain vCenter configurations,
it may be required to disable this lazy creation. This would
reduce the time spent in the backend during volume attach.
Introducing a config option to disable lazy volume create
if necessary.

Change-Id: I3feb6b382ff75eb53d53f145ae3773b6320e703c
Closes-bug: #1739390
2018-01-04 13:27:12 -08:00
..
2017-07-25 14:24:18 -07:00

Release notes

The release notes for a patch should be included in the patch. The intended audience for release notes include deployers, administrators and end-users.

A release note is required if the patch has upgrade or API impact. It is also required if the patch adds a feature or fixes a long-standing or security bug.

Please see https://docs.openstack.org/cinder/latest/contributor/releasenotes.html for more details.