File: add_max_disk_devices_to_attach-061c48948416d8c5.yaml

package info (click to toggle)
puppet-module-nova 21.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,444 kB
  • sloc: ruby: 10,903; python: 38; makefile: 10; sh: 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.