Posts mit dem Label DB werden angezeigt. Alle Posts anzeigen
Posts mit dem Label DB werden angezeigt. Alle Posts anzeigen

Montag, 25. Juni 2018

Ovirt 4.2 clean up the image upload hanging process


After the upgrade, some of the hosts are not going to the maintenance mode.
In our case, it was a hanging process of image upload.
To clean the DB:
su – postgres

psql -d engine

select * from image_transfers;
if not empty
truncate image_transfers;

Now you can proceed w/o problems.