On Fri, Feb 8, 2019 at 10:39 PM <[email protected]> wrote: > > On Thu, Feb 7, 2019 at 3:19 PM Hetz Ben Hamo wrote: > > > > > > Where do you see this status? In REST-API? > > What is the status of the disk? ('Disks' tab in the WebAdmin) > > I am also seeing the same thing on a system I just upgraded from 4.2.8 to > 4.3. After the upgrade, I uploaded a qcow2 image and it remains in the > "Completed" state in the Disks tab of the WebAdmin. > > The image itself works fine, I attached it to a new vm and it is running > fine. >
For Hetz it was due to a missing foreign key constraints in image_transfers table. Can you please check if 'fk_image_transfers_command_enitites'[*] exists by executing the following sql command: SELECT COUNT(1) FROM information_schema.table_constraints WHERE constraint_name='fk_image_transfers_command_enitites' AND table_name='image_transfers'; Also, can you please attach 'ovirt-engine-setup' log from after the upgrade to 4.3 [*] The constraint should be added by '04_03_0270_add_foreign_key_to_image_transfers.sql' > _______________________________________________ > Users mailing list -- [email protected] > To unsubscribe send an email to [email protected] > Privacy Statement: https://www.ovirt.org/site/privacy-policy/ > oVirt Code of Conduct: > https://www.ovirt.org/community/about/community-guidelines/ > List Archives: > https://lists.ovirt.org/archives/list/[email protected]/message/L2EKJ6LYFCODW4YP73NNBKNIFWMFXETR/ >
_______________________________________________ Users mailing list -- [email protected] To unsubscribe send an email to [email protected] Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/[email protected]/message/DRULD23ZP5SOCSXIC5LXIVXXONFEVGN2/

