[ovirt-users] Re: How to clean stale engine from "hosted-engine unknow stale-data"

2022-02-03 Thread Ayansh Rocks
I restarted the host and it seems like it's running fine...However do it need to reboot other hosts or restart some services on other hosts as well clean this up. Because they still can see the Host ID=3 [root@iondelsvr10 vdsm]# hosted-engine --vm-status --== Host iondelsvr10.iontrading.com (id:

[ovirt-users] Re: How to clean stale engine from "hosted-engine unknow stale-data"

2022-02-03 Thread Ayansh Rocks
VDSM Logs - ual': True}} from=internal, task_id=b017c5d2-a941-4ccd-af02-3fac0a767df5 (api:54) 2022-02-03 18:53:53,368+0530 ERROR (periodic/3) [ovirt_hosted_engine_ha.client.client.HAClient] Malformed metadata for host 3: received 0 of 512 expected bytes (client:137) 2022-02-03 18:53:54,529+0530

[ovirt-users] Re: How to clean stale engine from "hosted-engine unknow stale-data"

2022-02-03 Thread Martin Sivak
On Thu, Feb 3, 2022 at 1:50 PM Ayansh Rocks wrote: > Do I need to clean it from every host which has the hosted engine ? Sinc > the other host still can see it. > No, the metadata "whiteboard" is shared. Just one copy that you removed. Once node 3 start reporting again, it will simply put new

[ovirt-users] Re: How to clean stale engine from "hosted-engine unknow stale-data"

2022-02-03 Thread Yedidyah Bar David
On Thu, Feb 3, 2022 at 2:48 PM Ayansh Rocks wrote: > > Do I need to clean it from every host which has the hosted engine ? Sinc the > other host still can see it. Are you sure it's reading the same space? Perhaps there is some misconfiguration or something? Caching? > > On Thu, Feb 3, 2022 at

[ovirt-users] Re: How to clean stale engine from "hosted-engine unknow stale-data"

2022-02-03 Thread Ayansh Rocks
Do I need to clean it from every host which has the hosted engine ? Sinc the other host still can see it. On Thu, Feb 3, 2022 at 6:02 PM Ayansh Rocks wrote: > Hi Yedidyah, > > Thanks, After cleaning it from one host i am getting below error messages > on /var/log/messages > > Feb 3 18:01:02

[ovirt-users] Re: How to clean stale engine from "hosted-engine unknow stale-data"

2022-02-03 Thread Ayansh Rocks
Hi Yedidyah, Thanks, After cleaning it from one host i am getting below error messages on /var/log/messages Feb 3 18:01:02 iondelsvr14 vdsm[11893]: ERROR Malformed metadata for host 3: received 0 of 512 expected bytes Feb 3 18:01:03 iondelsvr14 vdsm[11893]: ERROR Malformed metadata for host 3:

[ovirt-users] Re: How to clean stale engine from "hosted-engine unknow stale-data"

2022-02-02 Thread Yedidyah Bar David
On Thu, Feb 3, 2022 at 9:11 AM Ayansh Rocks wrote: > > Hi Yedidyah, > > I am thinking to do below - > > # hosted-engine --set-maintenance --mode=global > # hosted-engine --clean-metadata --host-id= --force-clean" > > I hope it is safe and tested ? It is tested, and it's "safe" as in "Does what

[ovirt-users] Re: How to clean stale engine from "hosted-engine unknow stale-data"

2022-02-02 Thread Ayansh Rocks
Hi Yedidyah, I am thinking to do below - # hosted-engine --set-maintenance --mode=global # hosted-engine --clean-metadata --host-id= --force-clean" I hope it is safe and tested ? Thanks On Thu, Feb 3, 2022 at 12:17 PM Yedidyah Bar David wrote: > On Thu, Feb 3, 2022 at 5:53 AM Ayansh Rocks >

[ovirt-users] Re: How to clean stale engine from "hosted-engine unknow stale-data"

2022-02-02 Thread Yedidyah Bar David
On Thu, Feb 3, 2022 at 5:53 AM Ayansh Rocks wrote: > > Hi All, > > How to clean stale hosted engine from the database. I want to remove host id=3 Perhaps by using the options '--clean_metadata' and '--host-id' of the command 'hosted-engine'. You can check documentation, list archives, etc. for