You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upload local image to disk and attach it to a VM does not work.
This is reproducible by using ovirt-engine 4.4.9.1-1.el8 version
COMPONENT NAME
ovirt_disk
STEPS TO REPRODUCE
Create a VM, upload a local image to a disk and attach it to the VM as described at the official documentation:
# Upload local image to disk and attach it to vm:# Since Ansible 2.3
- ovirt.ovirt.ovirt_disk:
auth: "{{ ovirt_auth }}"name: mydiskvm_name: myvminterface: virtiobootable: truesize: 10GiBformat: cowimage_path: /path/to/mydisk.qcow2storage_domain: data
EXPECTED RESULTS
The local image is correctly uploaded to the disk and attached to the VM
ACTUAL RESULTS
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: ovirtsdk4.Error: Fault reason is "Operation Failed". Fault detail is "[Cannot attach Virtual Disk: Disk is locked. Please try again later.]". HTTP response code is 409.
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Fault reason is \"Operation Failed\". Fault detail is \"[Cannot attach Virtual Disk: Disk is locked. Please try again later.]\". HTTP response code is 409."}
The text was updated successfully, but these errors were encountered:
SUMMARY
Upload local image to disk and attach it to a VM does not work.
This is reproducible by using ovirt-engine 4.4.9.1-1.el8 version
COMPONENT NAME
ovirt_disk
STEPS TO REPRODUCE
Create a VM, upload a local image to a disk and attach it to the VM as described at the official documentation:
EXPECTED RESULTS
The local image is correctly uploaded to the disk and attached to the VM
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: