Hello,

A bit more

I deleted the job from the database but the event still is reoccurring , the snapshot disk is still there and is still locked.

Help with this would be appreciated.

Thank You
> On the ovirt-engine server, get a psql shell, e.g.,
>
>   psql -d engine -U postgres
>
> Data about running tasks are stored in the job table. You might find this
> query interesting:
>
>   select * from job order by start_time desc;
>
> Grab the job_id for the task you want to delete, then use the DeleteJob
> procedure, e.g.,
>
>   select DeleteJob('8424f7a9-2a4c-4567-b528-45bbc1c2534f');
>
> Give the web GUI a minute or so to catch up with you. The tasks should be
> gone.
>
---------- Forwarded message ----------
From: C Williams <cwilliams3320@gmail.com>
Date: Wed, Oct 12, 2016 at 2:15 AM
Subject: Fwd: Hung Snapshot
To: Users@ovirt.org


Hello,

More on this

The message that I keep getting over and over is

"Failed to complete snapshot .....

Hope that helps

Thank You All For Your Help !
---------- Forwarded message ----------
From: C Williams <cwilliams3320@gmail.com>
Date: Wed, Oct 12, 2016 at 2:01 AM
Subject: Hung Snapshot
To: Users@ovirt.org


Hello,

I am using the oVirtBackup utility and one of the snapshot jobs has hung. I am onĀ 3.6.6.2-1.el7.centos.

How can I stop this hung snapshot ?

This is filling my engine logs.

Thanks