[ovirt-users] Re: Unable to delete snapshots on vm

2022-10-26 Thread Roanne Philip
Ok that’s what I didn’t do apologies it looks fine  thanks so much for the help


Roanne Philip
Architect: Virtualization and Storage
__
D: 087 805  | M: 072 047 5408
A: Suite 302, 3rd Floor, The Waverley Business Park, 27 Kotzee Road, Observatory
roanne.phi...@voxtelecom.co.za

www.vox.co.za



From: Benny Zlotnik 
Sent: 26 October 2022 1:42 PM
To: Roanne Philip 
Cc: users@ovirt.org
Subject: Re: [ovirt-users] Re: Unable to delete snapshots on vm

Did you restart ovirt-engine after removing?

On Wed, Oct 26, 2022 at 2:17 PM Roanne Philip 
mailto:roanne.phi...@voxtelecom.co.za>> wrote:

Hi Benny

The VM’s sill shows that its locked am I doing something wrong?

engine=# select command_id,root_command_id from command_entities where 
root_command_id = '5de31579-15df-4c61-ac06-2b03a25d5db4';
command_id | root_command_id
+-
(0 rows)

engine=# select command_id,root_command_id from command_entities where 
root_command_id = '5de31579-15df-4c61-ac06-2b03a25d5db4';
command_id | root_command_id
+-
(0 rows)

engine=# delete from command_entities where root_command_id = 
'5de31579-15df-4c61-ac06-2b03a25d5db4';
DELETE 0
engine=# delete from command_entities where root_command_id = 
'a15a8e6b-1624-4082-ac5d-7609626250cf';
DELETE 0
engine=#

[cid:image001.png@01D8E93F.B1C35690]

Roanne Philip
Architect: Virtualization and Storage at Vox

T:  087 805  | D: 087 805 
M: 072 047 5408
E: roanne.phi...@voxtelecom.co.za<mailto:roanne.phi...@voxtelecom.co.za>
A: Suite 302, 3rd Floor, The Waverley Business Park, 27 Kotzee Road, Observatory
www.vox.co.za<http://www.vox.co.za>

[F]<https://www.facebook.com/voxtelecomZA>

[T]<https://www.twitter.com/voxtelecom>

[I]<https://www.instagram.com/voxtelecomza/>

[L]<https://www.linkedin.com/company/voxtelecom>

[Y]<https://www.youtube.com/user/VoxTelecom>


From: Benny Zlotnik mailto:bzlot...@redhat.com>>
Sent: 23 October 2022 1:47 PM
To: Roanne Philip 
mailto:roanne.phi...@voxtelecom.co.za>>
Cc: users@ovirt.org<mailto:users@ovirt.org>
Subject: Re: [ovirt-users] Re: Unable to delete snapshots on vm

you can run:
delete from command_entities where root_command_id = 
'5de31579-15df-4c61-ac06-2b03a25d5db4';
delete from command_entities where root_command_id = 
'a15a8e6b-1624-4082-ac5d-7609626250cf';

(your queries didn't work because the closing apostrophe is different then the 
first for some reason, not sure why it happened, but replace it if happens 
again)

Make sure to have a backup before manually manipulating the database

On Fri, Oct 21, 2022 at 3:03 PM Roanne Philip 
mailto:roanne.phi...@voxtelecom.co.za>> wrote:


Hi Benny
How would I go about removing it from the tables
" If nothing's running the next step would be to remove the commands from the 
command_entities table"
Roanne Philip
Architect: Virtualization and Storage at Vox

T:  087 805  | D: 087 805 
M: 072 047 5408
E: roanne.phi...@voxtelecom.co.za<mailto:roanne.phi...@voxtelecom.co.za>
A: Suite 302, 3rd Floor, The Waverley Business Park, 27 Kotzee Road, Observatory
www.vox.co.za<http://www.vox.co.za>

[F]<https://www.facebook.com/voxtelecomZA>

[T]<https://www.twitter.com/voxtelecom>

[I]<https://www.instagram.com/voxtelecomza/>

[L]<https://www.linkedin.com/company/voxtelecom>

[Y]<https://www.youtube.com/user/VoxTelecom>


[Get Vox Fibre from 
R289pm*]<https://www.vox.co.za/fibre/fibre-to-the-home/?prod=HOME>

Disclaimer

The contents of this email are confidential to the sender and the intended 
recipient. Unless the contents are clearly and entirely of a personal nature, 
they are subject to copyright in favour of the holding company of the Vox group 
of companies. Any recipient who receives this email in error should immediately 
report the error to the sender and permanently delete this email from all 
storage devices.

This email has been scanned for viruses and malware, and may have been 
automatically archived by Mimecast Ltd, an innovator in Software as a Service 
(SaaS) for business. Providing a safer and more useful place for your human 
generated data. Specializing in; Security, archiving and compliance. To find 
out more Click 
Here<https://www.voxtelecom.co.za/security/mimecast/?prod=Enterprise>.



-Original Message-
From: Roanne Philip
Sent: 19 October 2022 12:00 PM
To: Benny Zlotnik mailto:bzlot...@redhat.com>>
Cc: users@ovirt.org<mailto:users@ovirt.org>
Subject: RE: [ovirt-users] Re: Unable to delete snapshots on vm

engine=# select command_id,root_command_id from command_entities where 
root_command_id = '5de31579-15df-4c61-ac06-2b03a25d5db4’;
engine'# select command_id,root_command_id from command_entities where 
root_command_id = 'a15a8e6b-1624-4082-ac5d-7609626250cf’;
ER

[ovirt-users] Re: Unable to delete snapshots on vm

2022-10-26 Thread Roanne Philip
Hi Benny

The VM’s sill shows that its locked am I doing something wrong?

engine=# select command_id,root_command_id from command_entities where 
root_command_id = '5de31579-15df-4c61-ac06-2b03a25d5db4';
command_id | root_command_id
+-
(0 rows)

engine=# select command_id,root_command_id from command_entities where 
root_command_id = '5de31579-15df-4c61-ac06-2b03a25d5db4';
command_id | root_command_id
+-
(0 rows)

engine=# delete from command_entities where root_command_id = 
'5de31579-15df-4c61-ac06-2b03a25d5db4';
DELETE 0
engine=# delete from command_entities where root_command_id = 
'a15a8e6b-1624-4082-ac5d-7609626250cf';
DELETE 0
engine=#


Roanne Philip
Architect: Virtualization and Storage
__
D: 087 805  | M: 072 047 5408
A: Suite 302, 3rd Floor, The Waverley Business Park, 27 Kotzee Road, Observatory
roanne.phi...@voxtelecom.co.za

www.vox.co.za



[cid:image001.png@01D8E93D.2A63A580]
From: Benny Zlotnik 
Sent: 23 October 2022 1:47 PM
To: Roanne Philip 
Cc: users@ovirt.org
Subject: Re: [ovirt-users] Re: Unable to delete snapshots on vm

you can run:
delete from command_entities where root_command_id = 
'5de31579-15df-4c61-ac06-2b03a25d5db4';
delete from command_entities where root_command_id = 
'a15a8e6b-1624-4082-ac5d-7609626250cf';

(your queries didn't work because the closing apostrophe is different then the 
first for some reason, not sure why it happened, but replace it if happens 
again)

Make sure to have a backup before manually manipulating the database

On Fri, Oct 21, 2022 at 3:03 PM Roanne Philip 
mailto:roanne.phi...@voxtelecom.co.za>> wrote:


Hi Benny
How would I go about removing it from the tables
" If nothing's running the next step would be to remove the commands from the 
command_entities table"
Roanne Philip
Architect: Virtualization and Storage at Vox

T:  087 805  | D: 087 805 
M: 072 047 5408
E: roanne.phi...@voxtelecom.co.za<mailto:roanne.phi...@voxtelecom.co.za>
A: Suite 302, 3rd Floor, The Waverley Business Park, 27 Kotzee Road, Observatory
www.vox.co.za<http://www.vox.co.za>

[F]<https://www.facebook.com/voxtelecomZA>

[T]<https://www.twitter.com/voxtelecom>

[I]<https://www.instagram.com/voxtelecomza/>

[L]<https://www.linkedin.com/company/voxtelecom>

[Y]<https://www.youtube.com/user/VoxTelecom>


[Get Vox Fibre from 
R289pm*]<https://www.vox.co.za/fibre/fibre-to-the-home/?prod=HOME>

Disclaimer

The contents of this email are confidential to the sender and the intended 
recipient. Unless the contents are clearly and entirely of a personal nature, 
they are subject to copyright in favour of the holding company of the Vox group 
of companies. Any recipient who receives this email in error should immediately 
report the error to the sender and permanently delete this email from all 
storage devices.

This email has been scanned for viruses and malware, and may have been 
automatically archived by Mimecast Ltd, an innovator in Software as a Service 
(SaaS) for business. Providing a safer and more useful place for your human 
generated data. Specializing in; Security, archiving and compliance. To find 
out more Click 
Here<https://www.voxtelecom.co.za/security/mimecast/?prod=Enterprise>.



-Original Message-
From: Roanne Philip
Sent: 19 October 2022 12:00 PM
To: Benny Zlotnik mailto:bzlot...@redhat.com>>
Cc: users@ovirt.org<mailto:users@ovirt.org>
Subject: RE: [ovirt-users] Re: Unable to delete snapshots on vm

engine=# select command_id,root_command_id from command_entities where 
root_command_id = '5de31579-15df-4c61-ac06-2b03a25d5db4’;
engine'# select command_id,root_command_id from command_entities where 
root_command_id = 'a15a8e6b-1624-4082-ac5d-7609626250cf’;
ERROR: syntax error at or near "a15a8e6b"
LINE 2: ...id from command_entities where root_command_id = 'a15a8e6b-1...
^ engine=#

-Original Message-
From: Benny Zlotnik mailto:bzlot...@redhat.com>>
Sent: 19 October 2022 11:57 AM
To: Roanne Philip 
mailto:roanne.phi...@voxtelecom.co.za>>
Cc: users@ovirt.org<mailto:users@ovirt.org>
Subject: Re: [ovirt-users] Re: Unable to delete snapshots on vm

what's the output of these queries:

select command_id,root_command_id from command_entities where root_command_id = 
'5de31579-15df-4c61-ac06-2b03a25d5db4’;

select command_id,root_command_id from command_entities where root_command_id = 
'a15a8e6b-1624-4082-ac5d-7609626250cf’;



___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/I2HC7I6QPV65QMK4H5HYADSDBZ33T3ES/


[ovirt-users] Re: Unable to delete snapshots on vm

2022-10-21 Thread Roanne Philip
Hi Benny
How would I go about removing it from the tables


Roanne Philip
Architect: Virtualization and Storage
__
D: 087 805  | M: 072 047 5408
A: Suite 302, 3rd Floor, The Waverley Business Park, 27 Kotzee Road, Observatory
roanne.phi...@voxtelecom.co.za

www.vox.co.za



 " If nothing's running the next step would be to remove the commands from the 
command_entities table"

-Original Message-----
From: Roanne Philip 
Sent: 19 October 2022 12:00 PM
To: Benny Zlotnik 
Cc: users@ovirt.org
Subject: RE: [ovirt-users] Re: Unable to delete snapshots on vm

engine=# select command_id,root_command_id from command_entities where 
root_command_id = '5de31579-15df-4c61-ac06-2b03a25d5db4’;
engine'# select command_id,root_command_id from command_entities where 
root_command_id = 'a15a8e6b-1624-4082-ac5d-7609626250cf’;
ERROR:  syntax error at or near "a15a8e6b"
LINE 2: ...id from command_entities where root_command_id = 'a15a8e6b-1...
 ^ engine=#

-Original Message-
From: Benny Zlotnik 
Sent: 19 October 2022 11:57 AM
To: Roanne Philip 
Cc: users@ovirt.org
Subject: Re: [ovirt-users] Re: Unable to delete snapshots on vm

what's the output of these queries:

select command_id,root_command_id from command_entities where root_command_id = 
'5de31579-15df-4c61-ac06-2b03a25d5db4’;

select command_id,root_command_id from command_entities where root_command_id = 
'a15a8e6b-1624-4082-ac5d-7609626250cf’;


___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/WFGC3QGMIFM3FNUBCYRZYPF5XN2ZFJTC/


[ovirt-users] Re: Unable to delete snapshots on vm

2022-10-19 Thread Roanne Philip
engine=# select command_id,root_command_id from command_entities where 
root_command_id = '5de31579-15df-4c61-ac06-2b03a25d5db4’;
engine'# select command_id,root_command_id from command_entities where 
root_command_id = 'a15a8e6b-1624-4082-ac5d-7609626250cf’;
ERROR:  syntax error at or near "a15a8e6b"
LINE 2: ...id from command_entities where root_command_id = 'a15a8e6b-1...
 ^
engine=#


Roanne Philip
Architect: Virtualization and Storage
__
D: 087 805  | M: 072 047 5408
A: Suite 302, 3rd Floor, The Waverley Business Park, 27 Kotzee Road, Observatory
roanne.phi...@voxtelecom.co.za

www.vox.co.za



-Original Message-
From: Benny Zlotnik  
Sent: 19 October 2022 11:57 AM
To: Roanne Philip 
Cc: users@ovirt.org
Subject: Re: [ovirt-users] Re: Unable to delete snapshots on vm

what's the output of these queries:

select command_id,root_command_id from command_entities where root_command_id = 
'5de31579-15df-4c61-ac06-2b03a25d5db4’;

select command_id,root_command_id from command_entities where root_command_id = 
'a15a8e6b-1624-4082-ac5d-7609626250cf’;


___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/UXKT7PSP2OSOJLNGK7U7OOXD5ZKZO2QM/


[ovirt-users] Re: Unable to delete snapshots on vm

2022-10-19 Thread Roanne Philip
Hi Benny
this snapshots was taken before the 10th October
I have run the command below but vms in the same state
[cid:image006.png@01D8E3A7.9A90BCD0]


Roanne Philip
Architect: Virtualization and Storage
__
D: 087 805  | M: 072 047 5408
A: Suite 302, 3rd Floor, The Waverley Business Park, 27 Kotzee Road, Observatory
roanne.phi...@voxtelecom.co.za

www.vox.co.za



From: Benny Zlotnik 
Sent: 19 October 2022 10:37 AM
To: Roanne Philip 
Cc: users@ovirt.org
Subject: Re: [ovirt-users] Re: Unable to delete snapshots on vm

if it's been over 50 hours since the snapshot was taken, it should be possible 
to remove with
$ taskcleaner.sh -z -R -J -A

On Tue, Oct 18, 2022 at 6:32 PM Roanne Philip 
mailto:roanne.phi...@voxtelecom.co.za>> wrote:

The vm is powered down
can find any running tasks on the hosts


Roanne Philip
Architect: Virtualization and Storage at Vox

T:  087 805  | D: 087 805 
M: 072 047 5408
E: roanne.phi...@voxtelecom.co.za<mailto:roanne.phi...@voxtelecom.co.za>
A: Suite 302, 3rd Floor, The Waverley Business Park, 27 Kotzee Road, Observatory
www.vox.co.za<http://www.vox.co.za>

[F]<https://www.facebook.com/voxtelecomZA>

[T]<https://www.twitter.com/voxtelecom>

[I]<https://www.instagram.com/voxtelecomza/>

[L]<https://www.linkedin.com/company/voxtelecom>

[Y]<https://www.youtube.com/user/VoxTelecom>


From: Benny Zlotnik mailto:bzlot...@redhat.com>>
Sent: 18 October 2022 5:00 PM
To: Roanne Philip 
mailto:roanne.phi...@voxtelecom.co.za>>
Cc: users@ovirt.org<mailto:users@ovirt.org>
Subject: Re: [ovirt-users] Re: Unable to delete snapshots on vm

It's possible the operations are stuck, I suggest to search for the correlation 
ids (b86da093-4508-4d8c-9243-7bf53f7d6a73, 
258d5f4e-7693-49f4-9a2b-a18486c0650b) in the vdsm logs on the host which runs 
these VMs
If nothing's running the next step would be to remove the commands from the 
command_entities table

On Tue, Oct 18, 2022 at 5:41 PM Roanne Philip 
mailto:roanne.phi...@voxtelecom.co.za>> wrote:

Hi Benny
Yes I restarted services and rebooted the HE
this is for only 2 vm’s big vm’s where a user took memory consistent snapshots


Roanne Philip
Architect: Virtualization and Storage at Vox

T:  087 805  | D: 087 805 
M: 072 047 5408
E: roanne.phi...@voxtelecom.co.za<mailto:roanne.phi...@voxtelecom.co.za>
A: Suite 302, 3rd Floor, The Waverley Business Park, 27 Kotzee Road, Observatory
www.vox.co.za<http://www.vox.co.za>

[F]<https://www.facebook.com/voxtelecomZA>

[T]<https://www.twitter.com/voxtelecom>

[I]<https://www.instagram.com/voxtelecomza/>

[L]<https://www.linkedin.com/company/voxtelecom>

[Y]<https://www.youtube.com/user/VoxTelecom>


[Get Vox Fibre from 
R289pm*]<https://www.vox.co.za/fibre/fibre-to-the-home/?prod=HOME>

Disclaimer

The contents of this email are confidential to the sender and the intended 
recipient. Unless the contents are clearly and entirely of a personal nature, 
they are subject to copyright in favour of the holding company of the Vox group 
of companies. Any recipient who receives this email in error should immediately 
report the error to the sender and permanently delete this email from all 
storage devices.

This email has been scanned for viruses and malware, and may have been 
automatically archived by Mimecast Ltd, an innovator in Software as a Service 
(SaaS) for business. Providing a safer and more useful place for your human 
generated data. Specializing in; Security, archiving and compliance. To find 
out more Click 
Here<https://www.voxtelecom.co.za/security/mimecast/?prod=Enterprise>.

From: Benny Zlotnik mailto:bzlot...@redhat.com>>
Sent: 18 October 2022 4:35 PM
To: Roanne Philip 
mailto:roanne.phi...@voxtelecom.co.za>>
Cc: users@ovirt.org<mailto:users@ovirt.org>
Subject: Re: [ovirt-users] Re: Unable to delete snapshots on vm

Did you try to restart ovirt-engine?

On Tue, Oct 18, 2022 at 4:52 PM 
mailto:roanne.phi...@voxtelecom.co.za>> wrote:
>
> engine=# SELECT * from job where correlation_id = 
> '258d5f4e-7693-49f4-9a2b-a18486c0650b'
> engine-#
> ___
> Users mailing list -- users@ovirt.org<mailto:users@ovirt.org>
> To unsubscribe send an email to 
> users-le...@ovirt.org<mailto:users-le...@ovirt.org>
> Privacy Statement: 
> https://www.ovirt.org/privacy-policy.html<https://www.ovirt.org/privacy-policy.html>
> oVirt Code of Conduct: 
> https://www.ovirt.org/community/about/community-guidelines/<https://www.ovirt.org/community/about/community-guidelines>
> List Archives: 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/25BNZ2KWJNBB4EDKWX6WIHLMCGKBLN7I/<https://lists.ovirt.org/archives/list/users@

[ovirt-users] Re: Unable to delete snapshots on vm

2022-10-18 Thread Roanne Philip
The vm is powered down
can find any running tasks on the hosts


Roanne Philip
Architect: Virtualization and Storage
__
D: 087 805  | M: 072 047 5408
A: Suite 302, 3rd Floor, The Waverley Business Park, 27 Kotzee Road, Observatory
roanne.phi...@voxtelecom.co.za

www.vox.co.za



From: Benny Zlotnik 
Sent: 18 October 2022 5:00 PM
To: Roanne Philip 
Cc: users@ovirt.org
Subject: Re: [ovirt-users] Re: Unable to delete snapshots on vm

It's possible the operations are stuck, I suggest to search for the correlation 
ids (b86da093-4508-4d8c-9243-7bf53f7d6a73, 
258d5f4e-7693-49f4-9a2b-a18486c0650b) in the vdsm logs on the host which runs 
these VMs
If nothing's running the next step would be to remove the commands from the 
command_entities table

On Tue, Oct 18, 2022 at 5:41 PM Roanne Philip 
mailto:roanne.phi...@voxtelecom.co.za>> wrote:

Hi Benny
Yes I restarted services and rebooted the HE
this is for only 2 vm’s big vm’s where a user took memory consistent snapshots


Roanne Philip
Architect: Virtualization and Storage at Vox

T:  087 805  | D: 087 805 
M: 072 047 5408
E: roanne.phi...@voxtelecom.co.za<mailto:roanne.phi...@voxtelecom.co.za>
A: Suite 302, 3rd Floor, The Waverley Business Park, 27 Kotzee Road, Observatory
www.vox.co.za<http://www.vox.co.za>

[F]<https://www.facebook.com/voxtelecomZA>

[T]<https://www.twitter.com/voxtelecom>

[I]<https://www.instagram.com/voxtelecomza/>

[L]<https://www.linkedin.com/company/voxtelecom>

[Y]<https://www.youtube.com/user/VoxTelecom>


[Get Vox Fibre from 
R289pm*]<https://www.vox.co.za/fibre/fibre-to-the-home/?prod=HOME>

Disclaimer

The contents of this email are confidential to the sender and the intended 
recipient. Unless the contents are clearly and entirely of a personal nature, 
they are subject to copyright in favour of the holding company of the Vox group 
of companies. Any recipient who receives this email in error should immediately 
report the error to the sender and permanently delete this email from all 
storage devices.

This email has been scanned for viruses and malware, and may have been 
automatically archived by Mimecast Ltd, an innovator in Software as a Service 
(SaaS) for business. Providing a safer and more useful place for your human 
generated data. Specializing in; Security, archiving and compliance. To find 
out more Click 
Here<https://www.voxtelecom.co.za/security/mimecast/?prod=Enterprise>.

From: Benny Zlotnik mailto:bzlot...@redhat.com>>
Sent: 18 October 2022 4:35 PM
To: Roanne Philip 
mailto:roanne.phi...@voxtelecom.co.za>>
Cc: users@ovirt.org<mailto:users@ovirt.org>
Subject: Re: [ovirt-users] Re: Unable to delete snapshots on vm

Did you try to restart ovirt-engine?

On Tue, Oct 18, 2022 at 4:52 PM 
mailto:roanne.phi...@voxtelecom.co.za>> wrote:
>
> engine=# SELECT * from job where correlation_id = 
> '258d5f4e-7693-49f4-9a2b-a18486c0650b'
> engine-#
> ___
> Users mailing list -- users@ovirt.org<mailto:users@ovirt.org>
> To unsubscribe send an email to 
> users-le...@ovirt.org<mailto:users-le...@ovirt.org>
> Privacy Statement: 
> https://www.ovirt.org/privacy-policy.html<https://www.ovirt.org/privacy-policy.html>
> oVirt Code of Conduct: 
> https://www.ovirt.org/community/about/community-guidelines/<https://www.ovirt.org/community/about/community-guidelines>
> List Archives: 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/25BNZ2KWJNBB4EDKWX6WIHLMCGKBLN7I/<https://lists.ovirt.org/archives/list/users@ovirt.org/message/25BNZ2KWJNBB4EDKWX6WIHLMCGKBLN7I>



___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/CZ2WEPYDLLLJZEARLPLIVKC3HNNY44GR/


[ovirt-users] Re: Unable to delete snapshots on vm

2022-10-18 Thread Roanne Philip
Hi Benny
Yes I restarted services and rebooted the HE
this is for only 2 vm’s big vm’s where a user took memory consistent snapshots


Roanne Philip
Architect: Virtualization and Storage
__
D: 087 805  | M: 072 047 5408
A: Suite 302, 3rd Floor, The Waverley Business Park, 27 Kotzee Road, Observatory
roanne.phi...@voxtelecom.co.za

www.vox.co.za



From: Benny Zlotnik 
Sent: 18 October 2022 4:35 PM
To: Roanne Philip 
Cc: users@ovirt.org
Subject: Re: [ovirt-users] Re: Unable to delete snapshots on vm

Did you try to restart ovirt-engine?

On Tue, Oct 18, 2022 at 4:52 PM 
mailto:roanne.phi...@voxtelecom.co.za>> wrote:
>
> engine=# SELECT * from job where correlation_id = 
> '258d5f4e-7693-49f4-9a2b-a18486c0650b'
> engine-#
> ___
> Users mailing list -- users@ovirt.org<mailto:users@ovirt.org>
> To unsubscribe send an email to 
> users-le...@ovirt.org<mailto:users-le...@ovirt.org>
> Privacy Statement: 
> https://www.ovirt.org/privacy-policy.html<https://www.ovirt.org/privacy-policy.html>
> oVirt Code of Conduct: 
> https://www.ovirt.org/community/about/community-guidelines/<https://www.ovirt.org/community/about/community-guidelines>
> List Archives: 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/25BNZ2KWJNBB4EDKWX6WIHLMCGKBLN7I/<https://lists.ovirt.org/archives/list/users@ovirt.org/message/25BNZ2KWJNBB4EDKWX6WIHLMCGKBLN7I>


___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/5RHSGUMGZ7GYKCEHW5C2E4CEYMMLSE6J/


[ovirt-users] Re: Unable to delete snapshots on vm

2022-10-18 Thread roanne . philip
engine=# SELECT * from job where correlation_id = 
'258d5f4e-7693-49f4-9a2b-a18486c0650b'
engine-#
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/25BNZ2KWJNBB4EDKWX6WIHLMCGKBLN7I/


[ovirt-users] Re: Unable to delete snapshots on vm

2022-10-18 Thread roanne . philip
Hi Benny

sudo psql -U engine -d engine -c "\x on" -c "select * from job where 
correlation_id = '258d5f4e-7693-49f4-9a2b-a18486c0650b'"
psql: error: FATAL:  Peer authentication failed for user "engine"
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/4JOSCAQISZERGMVN4WMJY4ONRY6Z7Y52/


[ovirt-users] Unable to delete snapshots on vm

2022-10-18 Thread roanne . philip
Hi I am unable to delete snapshots on VM 
The error below 
"Cannot remove Snapshot. Snapshot is currently being created for VM"
I have checked with ./taskcleaner.sh no tasks 
and with ./unlock_entity.sh no locked disks,vm,sanpshots ect
But on ovirt UI there is an lock icon on the vm 

further i have checked the DB 
engine=# select * from job order by start_time desc;
job_id|  action_type   |  
description   | status |   owner_id   | 
visible | start_time |  end_time  |  
last_update_time  |correlation_id
 | is_external | is_auto_cleared | engine_session_seq_id
--++++--+-++++-
-+-+-+---
 9aea9f99-406f-45ab-9fe1-8d861b7b00c3 | RemoveSnapshot | Removing Snapshot 
01/10/2022 of VM QRADAR_SIEM | FAILED | d6720431-c743-41ca-83e7-34901bc0df88 | 
t   | 2022-10-18 14:00:37.295+02 | 2022-10-18 14:00:37.307+02 | 2022-10-18 
14:00:37.307+02 | fb369cc6-8dae-4d57-9017-ae93a0b0237b
 | f   | t   | 60043
(1 row)
no other running tasks
can someone please assist how to get the running snapshot task if there isn't 
any
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/P644CIZILSVRZAOLZSJCNGKBOZBYCQPA/