Hi Benny
How would I go about removing it from the tables
Roanne Philip
Architect: Virtualization and Storage
______________________________________
D: 087 805 0000 | M: 072 047 5408
A: Suite 302, 3rd Floor, The Waverley Business Park, 27 Kotzee Road, Observatory
roanne.philip(a)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 <bzlotnik(a)redhat.com>
Cc: users(a)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 <bzlotnik(a)redhat.com>
Sent: 19 October 2022 11:57 AM
To: Roanne Philip <Roanne.Philip(a)voxtelecom.co.za>
Cc: users(a)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’;