File: add_max_disk_devices_to_attach-061c48948416d8c5.yaml

package info (click to toggle)
puppet-module-nova 25.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,100 kB
  • sloc: ruby: 11,433; python: 38; sh: 10; makefile: 10
file content (10 lines) | stat: -rw-r--r-- 430 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
---
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.