[ovirt-users] Re: Q: How to fix ghost "locked" status of VM

2022-08-04 Thread Andrei Verovski
Hi, Benny, I have sent log on your mailbox, its too big to post here on mailing list. Looks like ghost task is still running, anything else need to be removed from Postgres DB? BTW, frozen dead snapshot is in invalid state, is there any way to get rid of it? I think it's actually exists, but

[ovirt-users]Re: 回复: Host certificate expired

2022-08-04 Thread Rob B via Users
Thanks, i'll give that a try! ___ 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: Single Peer in Gluster Cluster Failure caused Storage Domain outage

2022-08-04 Thread Simon Scott
Typo - the server would only boot into ‘emergency’ mode. ___ 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] Q: "vdsm-client Host getAllTasksInfo" Fails (Removing frozen task)

2022-08-04 Thread Andrei Verovski
Hi, I have frozen task (creating snapshot) on one of my oVirt nodes, and trying to kill it. However, # sudo vdsm-client Host getAllTasksInfo vdsm-client: Command Host.getAllTasksInfo with args {} failed: However, sudo "vdsm-client Host getVMList” and "sudo vdsm-client Host getVMFullList"

[ovirt-users] Re: Single Peer in Gluster Cluster Failure caused Storage Domain outage

2022-08-04 Thread simon
Typo sorry - the server would only boot into 'emergency' mode and not 'maintenance' mode. ___ 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

[ovirt-users] Re: Single Peer in Gluster Cluster Failure caused Storage Domain outage

2022-08-04 Thread simon
Please delete this thread as it was meant to be an update to the original thread which I've updated separately now. ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement:

[ovirt-users] Re: Problem with engine deployment

2022-08-04 Thread Facundo Badaracco
Someone? Any hint? El mar., 2 de agosto de 2022 09:50, Facundo Badaracco escribió: > hi everyone, thanks for ur help. > > i tried what itforums suggested, but nothing worked. > cleaned the log, make a new run, i have found what u say david, > "otopi_net_host" but i cant find something that

[ovirt-users] Re: Q: How to fix ghost "locked" status of VM

2022-08-04 Thread Benny Zlotnik
can you share the logs after restarting ovirt-engine? On Thu, Aug 4, 2022 at 4:58 PM Andrei Verovski wrote: > > Hi, > > > Creating snapshot of one of the VM vailed, and zombie tasks was killed with: > > su postgres > psql -d engine -U postgres > select * from job order by start_time desc; > >

[ovirt-users] Q: How to fix ghost "locked" status of VM

2022-08-04 Thread Andrei Verovski
Hi, Creating snapshot of one of the VM vailed, and zombie tasks was killed with: su postgres psql -d engine -U postgres select * from job order by start_time desc; select DeleteJob('UUID_FROZEN_TASK_ID’); However, VM remains in locked state (with lock sign left-below red “DOWN” arrow in

[ovirt-users] Re: Problem with engine deployment

2022-08-04 Thread Yedidyah Bar David
On Tue, Aug 2, 2022 at 3:51 PM Facundo Badaracco wrote: > hi everyone, thanks for ur help. > > i tried what itforums suggested, but nothing worked. > cleaned the log, make a new run, i have found what u say david, > "otopi_net_host" but i cant find something that helps me to fix it. i have >

[ovirt-users] Re: Q: "vdsm-client Host getAllTasksInfo" Fails (Removing frozen task)

2022-08-04 Thread Andrei Verovski
Hi, I fixed this with: su postgres psql -d engine -U postgres select * from job order by start_time desc; select DeleteJob('UUID_FROZEN_TASK_ID'); UUID_FROZEN_TASK_ID = zombie task ID. Anyway, original question remains about failure: # sudo vdsm-client Host getAllTasksInfo > vdsm-client:

[ovirt-users] Adding a GlusterFS Storage Domain

2022-08-04 Thread simon
This may seem like a simple question but clarification from the experts would be good. When adding a GlusterFS Storage Domain via the engine, do I use the Gluster Storage FQDNs for the Path and backup-volfile-servers mount options Or Do I use the ovirt management network FQDNs. Kind Regards

[ovirt-users] Re: Single Peer in Gluster Cluster Failure caused Storage Domain outage

2022-08-04 Thread Strahil Nikolov via Users
Without the 'gluster volume info' output for each volume and 'gluster pool list' -> nobody can help ;) Are you sure that all volumes had 2 running bricks ? Best Regards,Strahil Nikolov  Typo sorry - the server would only boot into 'emergency' mode and not 'maintenance' mode.

[ovirt-users] Re: gluster service on the cluster is unchecked on hci cluster

2022-08-04 Thread Strahil Nikolov via Users
Go to the host running the HostedEngine VM and dump the xml via virsh.Then power cycle the engine and check if it fixed the issue with the CPU. Best Regards,Strahil Nikolov  On Wed, Aug 3, 2022 at 23:58, Jiří Sléžka wrote: Dne 8/3/22 v 03:06 Strahil Nikolov napsal(a): > I think it's

[ovirt-users] Re: Adding a GlusterFS Storage Domain

2022-08-04 Thread Strahil Nikolov via Users
Using the ovirtmgmt IPs, the client will go over the ovirtmgmt network to reach the volume server (or it's backup systems).Once it obtains the brick list, the client will connect to the fqdn/ip of the brick's host. Overall, it doesn't matter as long as connectivity is possible. Yet, the brick