[ovirt-users] Re: unable to put ovirt host in maintenance

2019-02-27 Thread stephane laurencelle
-users] Re: unable to put ovirt host in maintenance Hello Stephane, There might be unfinished jobs in the database. Can you check from the job table and see if there is any unfinished job #Engine > select * from job where status!=‘FINISHED’; If yes, then clear that job and restart ovirt-eng

[ovirt-users] Re: unable to put ovirt host in maintenance

2019-02-26 Thread Vaibhav Pagar
Hello Stephane, There might be unfinished jobs in the database. Can you check from the job table and see if there is any unfinished job #Engine > select * from job where status!=‘FINISHED’; If yes, then clear that job and restart ovirt-engine service. After that try to put host into

[ovirt-users] Re: unable to put ovirt host in maintenance

2019-02-24 Thread slaurencelle
Hello Vaibhav, i check with the vdsm-client and not task seem to be running for him. any other idea ? Stephane ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement:

[ovirt-users] Re: unable to put ovirt host in maintenance

2019-02-24 Thread Vaibhav Pagar
Hello, You can check if there is any task running on SPM host using VDSclient command, if yes then you can stop and clear that task Clear the task from database as well, after that try to put host into maintenance mode. You will find VDSMClients command online somewhere on ovirt.com Thanks,

[ovirt-users] Re: unable to put ovirt host in maintenance

2019-02-24 Thread slaurencelle
Hello Shani, thanks for the quick reply. i did the 2 requests but the error still show in th web gui when i try to put the host in maintenance. Do i need to do anything else to solve this ? I try to restart the ovirt-engine but same thing i even reboot the host completely and same result.

[ovirt-users] Re: unable to put ovirt host in maintenance

2019-02-24 Thread Shani Leviim
Hi Stephane, In order to delete the reference to those tasks you can use: PGPASSWORD=password /usr/share/ovirt-engine/setup/dbutils/unlock_entity.sh and: PGPASSWORD=password /usr/share/ovirt-engine/setup/dbutils/taskcleaner.sh -R You can use -help flag for more options. *Regards,* *Shani