
Hi all, I'm trying to upload disk image to ovirt from Events I see next - "Transfer was stopped by system. Reason: failed to add image ticket to ovirt-imageio-proxy." From engine.log 2020-04-10 10:40:39,419-04 INFO [org.ovirt.engine.core.bll.storage.disk.image.TransferDiskImageCommand] (EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-9) [9e43f14b-58a3-429d-a573-0bd8749cb8d8] Transfer was paused by system. Upload disk 'cirros' (disk id: 'bc2e150f-6050-4cb1-9b88-54b077a4df8b', image id: 'bc855d6a-b046-4b93-b78b-7bc44b64987f') I'm new in ovirt world. Can anyone help me with this? Ovirt-engine logs from /var/log/ovirt-engine attached ovirt-Version - 4.4.0-0.5.beta3.20200408120550.gitf94f968ca81.el8

Hi all, I'm trying to upload disk image to ovirt from Events I see next - "Transfer was stopped by system. Reason: failed to add image ticket to ovirt-imageio-proxy."
imageio is still WIP and currently doesn't work in 4.4.0, this is expected result as imageio-proxy was removed
From engine.log 2020-04-10 10:40:39,419-04 INFO [org.ovirt.engine.core.bll.storage.disk.image.TransferDiskImageCommand] (EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-9) [9e43f14b-58a3-429d-a573-0bd8749cb8d8] Transfer was paused by system. Upload disk 'cirros' (disk id: 'bc2e150f-6050-4cb1-9b88-54b077a4df8b', image id: 'bc855d6a-b046-4b93-b78b-7bc44b64987f')
I'm new in ovirt world. Can anyone help me with this? Ovirt-engine logs from /var/log/ovirt-engine attached
ovirt-Version - 4.4.0-0.5.beta3.20200408120550.gitf94f968ca81.el8

On Sun, Apr 12, 2020 at 11:15 AM Artem Hrechanychenko <ahrechan@redhat.com> wrote:
Hi all,
Welcome Artem!
I'm trying to upload disk image to ovirt from Events I see next - "Transfer was stopped by system. Reason: failed to add image ticket to ovirt-imageio-proxy."
ovirt-imageio-proxy is not available yet for 4.4.
ovirt-Version - 4.4.0-0.5.beta3.20200408120550.gitf94f968ca81.el8
Note that you are using a beta version which does not include all features (e.g. imageio proxy), and upgrading from this version to the next version is not supported. If you are new to oVirt you should not run beta versions but the latest stable version (4.3.9). But if you are brave and like to run the latest version with the most exciting features and bugs, you are welcome to test 4.4 beta. To upload and download images you can use upload_disk.py and download_disk.py from ovirt-engine-sdk: https://github.com/oVirt/ovirt-engine-sdk/blob/master/sdk/examples/upload_di... Example usage: $ echo -n secret-password > password $ python3 upload_disk.py \ --engine-url=https://example.com \ --username=admin@internal \ --password-file password \ --sd-name=nfs_2 \ --cafile /etc/pki/vdsm/certs/cacert.pem \ --disk-format raw \ image.qcow2 It is much more powerful compared with the UI. In this example we uploaded a qcow2 (possibly compressed) to a raw preallocated disk. Nir Nir
participants (3)
-
Artem Hrechanychenko
-
Nir Soffer
-
Vojtech Juranek