Hi,
I am migrating some vmware VM's from an NFS Storage via rhv-upload in virt-v2v, what
is working good.
But now I try to move some bigger VM's with several disks and sadly after a while (I
would guess around an hour) the Ovirt-engine shows me "Paused by system" instead
of transfering, so when the next disk should be imported, it will fail
In the ovirt-engine.log I see the following lines for the remaining 4 disks.
2024-03-21 06:14:06,815-04 ERROR
[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
(EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-35)
[f61b3906-804d-470f-8524-6507081fbdec] EVENT_ID:
UPLOAD_IMAGE_PAUSED_BY_SYSTEM_TIMEOUT(1,071), Upload was paused by system. Reason: timeout
due to transfer inactivity.
2024-03-21 06:14:17,915-04 ERROR
[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
(EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-14)
[aef8e312-d811-4a39-b5fb-342157209bce] EVENT_ID:
UPLOAD_IMAGE_PAUSED_BY_SYSTEM_TIMEOUT(1,071), Upload was paused by system. Reason: timeout
due to transfer inactivity.
2024-03-21 06:14:24,959-04 ERROR
[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
(EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-85)
[860b012d-78a4-49f8-a875-52f4299c8298] EVENT_ID:
UPLOAD_IMAGE_PAUSED_BY_SYSTEM_TIMEOUT(1,071), Upload was paused by system. Reason: timeout
due to transfer inactivity.
2024-03-21 06:14:46,099-04 ERROR
[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
(EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-65)
[f93869ee-2ecb-4f54-b3e9-b12259637b0b] EVENT_ID:
UPLOAD_IMAGE_PAUSED_BY_SYSTEM_TIMEOUT(1,071), Upload was paused by system. Reason: timeout
due to transfer inactivity.
There are 2 strange things.
1. When I start virt-v2v it will create all 6 disks and set them to transferring, but
virt-v2v will import one after the other, what leads to kind of unused/timing out
transferring tickets.
2. When I copy the disk images to a local disk before, it works. Maybe just because of
faster transfer speeds.
Is there a possibility to transfer parallel or maybe extend the timeout?
Cause basically everything is working, but it's just timing out
Thanks in advance for any suggestions