oVirt / ovirt-web-ui

Modern lightweight UI for standard (non-admin) oVirt users
https://www.ovirt.org
Apache License 2.0
116 stars 72 forks source link

Failed to launch VM - Error unable to get volume size #1651

Closed E02670 closed 1 year ago

E02670 commented 1 year ago

Hi,

We're trying to launch the VM with PosixFS Storage and recently we've experienced an error while launching. We are successfully uploading the image with PosixFS storage in Storage -> Disks. After upload, we get the status of image upload as illegal, then we are executing the below command on management-engine, and the status changes to OK.

/usr/share/ovirt-engine/setup/dbutils/unlock_entity.sh -t all

Now, When we are creating VM with the same image. Then at the launch time, we got the below errors in /var/log/ovirt-engine/engine.log

ERROR [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-32) [539b710] EVENT_ID: VM_DOWN_ERROR(119), VM OS-22Dec is down with error. Exit message: Unable to get volume size for domain <domain_id> volume <volume_id>

All storage domains are PosixFS based.

Thanks

kushagra-e02562 commented 1 year ago

Hi team,

I am also facing the similar issue.

Thanks and Regards Kushagra

sgratch commented 1 year ago

@E02670 @kushagra-e02562 Hi, This seems like an engine storage issue not related specifically to ovirt-web-ui. Please file the issue here: https://github.com/oVirt/ovirt-engine/issues instead.

Thanks