mirror of https://dev.ccchb.de/ccchb/ansible.git
Convert cloud VM storage to virtio
This commit is contained in:
parent
c15ca7e8a7
commit
4cc2c52a6e
|
@ -84,11 +84,15 @@ bhyve_guests:
|
|||
- DISKS
|
||||
disks:
|
||||
- name: system
|
||||
virtio: true
|
||||
virtio_slot: 8
|
||||
properties:
|
||||
volsize: 32g
|
||||
volblocksize: 4k
|
||||
primarycache: metadata
|
||||
- name: data
|
||||
virtio: true
|
||||
virtio_slot: 9
|
||||
properties:
|
||||
volsize: 128g
|
||||
volblocksize: 64k
|
||||
|
|
Loading…
Reference in New Issue