On Fri, Sep 29, 2023 at 1:36 PM <nico...@devels.es> wrote:

> Hi,
>
> We're running oVirt 4.5. We have a template which we'd like to get rid
> of, there are no VMs based on it. However, trying to remove it oVirt
> states that:
>
>    Cannot remove Template. The following Disk(s) are based on it:
> (b54ee1cb-ed64-4db4-bd3d-eac8b22ea095) .
>
> When opening the 'Disks' subtab in the template, it appears a disk
> (screenshot attached).
>
> However, when opening the oVirt Storage->Disks option, I cannot find the
> disk by the ID, not even ordering the ID column and trying to find it
> visually.


> Can anyone point to the problem and a possible solution/workaround?
>

Can you share the output of the following DB queries:
1. select * from base_disks where
disk_id='b54ee1cb-ed64-4db4-bd3d-eac8b22ea095';
2. select * from images where
image_group_id='b54ee1cb-ed64-4db4-bd3d-eac8b22ea095';
3. select * from disk_vm_element where disk_id
='b54ee1cb-ed64-4db4-bd3d-eac8b22ea095';


>
> Thanks._______________________________________________
> 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/X5DNN4IMTA77RWPLP4KHL62IXYZC23MS/
>
_______________________________________________
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/FXXLI4EDE3UGG5XYHKB5O4OAJ5AWO7WI/

Reply via email to