[ovirt-users] Re: ovirt 4.3 - locked image vm - unable to remove a failed deploy of a guest dom

2020-12-09 Thread 3c . monitor
Hi, change that state was unuseful... Cannot remove Template. The following Disk(s) are based on it: (0ae7f8f0-9dff-4649-8009-34191349dcc9) . Of course, in disk list there isn't... Thanks a lot. ___ Users mailing list -- users@ovirt.org To unsubscribe

[ovirt-users] Re: ovirt 4.3 - locked image vm - unable to remove a failed deploy of a guest dom

2020-12-02 Thread 3c . monitor
Hi, ok, I found it, with: SELECT * from images where imagestatus = 2; Now simply update it = 1 ? And then template became removable? Or other steps needed? Thanks a lot. ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-l

[ovirt-users] Re: ovirt 4.3 - locked image vm - unable to remove a failed deploy of a guest dom

2020-12-02 Thread 3c . monitor
Hi, if I can ask some other info, probably I find a "ghost disk" related to previous problem. Infact, I still cannot remove the broken template, because its disk is still registered somewhere; can You please suggest me where to search for it? Thanks a lot. __

[ovirt-users] Re: ovirt 4.3 - locked image vm - unable to remove a failed deploy of a guest dom

2020-12-02 Thread 3c . monitor
Hi. thanks a lot! a simply: update vm_dynamic SET status = '0' where vm_guid = 'a54f4a3d-e7b3-4fc6-9910-fc5b415b99bf' ; has finally changed the VM in a "removable" state. Just deleted it! Thanks again. M. ___ Users mailing list -- users@ovirt.org To

[ovirt-users] Re: ovirt 4.3 - locked image vm - unable to remove a failed deploy of a guest dom

2020-12-02 Thread 3c . monitor
Hi. It's correct. But how unlock / change / remove it? In the same table, a lot of fields are empty, "0" or NULL. Only vm_guid and status have a value. Thanks, M. ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.

[ovirt-users] Re: ovirt 4.3 - locked image vm - unable to remove a failed deploy of a guest dom

2020-12-02 Thread 3c . monitor
Hi, in this table all imagestatus = 1 Any other ideas? Thanks a lot, M. ___ 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:

[ovirt-users] Re: ovirt 4.3 - locked image vm - unable to remove a failed deploy of a guest dom

2020-12-02 Thread 3c . monitor
Hi. I did a full select on "vms" and field "imagestatus" there isn't! May be this the reason for which the tool is unable to manage it? Follows full field list: "vm_name","mem_size_mb","max_memory_size_mb","num_of_io_threads","nice_level","cpu_shares","vmt_guid","os","description","free_text_comme

[ovirt-users] Re: ovirt 4.3 - locked image vm - unable to remove a failed deploy of a guest dom

2020-11-26 Thread 3c . monitor
Hi. Now select suggested works (thanks), but still no results: # su - postgres -c 'scl enable rh-postgresql10 -- psql' psql (10.6) Type "help" for help. postgres=# \c engine You are now connected to database "engine" as user "postgres". engine=# SELECT vm_name from vms where vm_guid = (SELECT vm_

[ovirt-users] Re: ovirt 4.3 - locked image vm - unable to remove a failed deploy of a guest dom

2020-11-25 Thread 3c . monitor
Hi, it seems not work... bash-4.2$ psql psql (10.6) Type "help" for help. postgres=# SELECT vm_name from vms where vm_guid = (SELECT vm_guid FROM vm_images_view where imagestatus = 2); ERROR: relation "vms" does not exist LINE 1: SELECT vm_name from vms where vm_guid = (SELECT vm_guid FROM...

[ovirt-users] Re: ovirt 4.3 - locked image vm - unable to remove a failed deploy of a guest dom

2020-11-24 Thread 3c Monitor
Hi, anyone with an idea on what else I can do? Thanks a lot. ___ 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://ww

[ovirt-users] Re: ovirt 4.3 - locked image vm - unable to remove a failed deploy of a guest dom

2020-11-17 Thread 3c . monitor
Hi. taskcleaner and unlock_entity are just 2 items of reported rhel solution I've used , but didn't worked. Locked Image still there! Thanks. M. ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy State

[ovirt-users] ovirt 4.3 - locked image vm - unable to remove a failed deploy of a guest dom

2020-11-17 Thread 3c . monitor
Hi all. I've deployed a VM from a corrupted template (it's disk is missing, but I've checked it later...). My Software Version is:4.3 Now, I have an unmanaged VM in inventory and unable to remove it too. It's reference is "locked image". I've restarted ovirt-engine many times on self-hosted engine