Hello, please how to increase extend resize disk of VM?
I can working with ansible or REST API.
Ansible working is here, but i not found manual for update size:
https://docs.ansible.com/ansible/2.3/ovirt_disks_module.html
On official ovirt documentation i cant found how to update. I found only old manual in KB
page, but not working on lastest:
https://www.ovirt.org/develop/release-management/features/storage/online-...
PUT /api/vms/{VM_ID}/disks/{DISK_ID} HTTP/1.1
Accept: application/xml
Content-type: application/xml
<disk>
<size>{NEW_SIZE_IN_BYTES}</size>
</disk>
Thanks for advice.