puppet-nova/releasenotes/notes/add_max_disk_devices_to_attach-061c48948416d8c5.yaml
Piotr Kopec c36e1f0519 Add max_disk_devices_to_attach parameter
This adds parameter that controls `compute/max_disk_devices_to_attach`
Nova parameter which sets maximum number of disk devices
allowed to attach to a single server.

Change-Id: I2750f445f420bbee7e905d59efae9c642142b7e0
2020-02-20 17:47:22 +01:00

11 lines
430 B
YAML

---
features:
- |
Add parameter `max_disk_devices_to_attach` that specifies
max number of devices that can be attached to a single server.
Note that the number of disks supported by an server depends
on the bus used. For example, the ide disk bus is limited
to 4 attached devices. The configured maximum is enforced
during server create, rebuild, evacuate, unshelve, live migrate,
and attach volume.