trove/releasenotes/notes/add-support-create-instance-with-rootdisk-cinder.yaml
Bo Tran 8b6ff821a1 Cinder Support For Boot Volume
When use cinder to store data dir of database, also create rootdisk in cinder.

Story: #2009245
Task: #43418
Change-Id: Ia5841222c7a70cb0c88078575b4d8b4f7988d5e0
2023-12-13 09:12:18 +00:00

10 lines
392 B
YAML

---
features:
- Implements nova instances with root disk in cinder backend
if the configuration `volume_rootdisk_support` is True
The size of root disk being created is `volume_rootdisk_size`
fixes:
- When creating Nova instances with a root disk in the Cinder
backend, it will allow live migration of Nova instances
and features when using Cinder as the storage backend.