[ovirt-users] how does host's status changes ? Especially Unassigned or NonOperational or NonResponsible

2021-01-14 Thread lifuqi...@sunyainfo.com
Hi all, 
I'm confusing in Host's status in Ovirt Eninge.

When will the host's status become Unassigned or NonOperational or 
NonResponsible?  and If the host's status change to  these statuses, What will 
ovirt response to it?


After reading Ovirt Engine's source code, I find Only HostMonitoring.java and 
AutoRecoveryManager.java will change the status of Host.

for example, If the host's status is changed to NonOperational, The 
AutoRecoveryManager will traverse the NonOperational hosts and calling  
ActivateVdsCommand.java, which will only set the Host's status to Unassigned ?  
But I don't know  What's the next step? 

So where I can find the article or manual or other helpful information about 
this question?

Thank you .
Your sincerely
Mark


___
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/OCOUAOQD6MJS5SBEITBA7QCZSOYGXWHG/


[ovirt-users] Host's status how to change to UP when I execute Management--> Active command

2020-11-05 Thread lifuqi...@sunyainfo.com

Hi, 
I checkout ovirt-engine's code with branch 4.2;  When execute Host's 
Management --> Active  command,  ovirt engine just set vds's status to 
"Unassigned" but how the vds's status changed to "UP" in ovirt-engine?  The 
code in ActiveVdsCommand.executeCommand() as follows:
protected void executeCommand() {

final VDS vds = getVds();
try (EngineLock monitoringLock = acquireMonitorLock("Activate host")) {
executionHandler.updateSpecificActionJobCompleted(vds.getId(), 
ActionType.MaintenanceVds, false);
setSucceeded(setVdsStatus(VDSStatus.Unassigned).getSucceeded());

if (getSucceeded()) {
TransactionSupport.executeInNewTransaction(() -> {
// set network to operational / non-operational
List networks = 
networkDao.getAllForCluster(vds.getClusterId());
networkClusterHelper.setStatus(vds.getClusterId(), 
networks);
return null;
});

// Start glusterd service on the node, which would haven been 
stopped due to maintenance
if (vds.getClusterSupportsGlusterService()) {
runVdsCommand(VDSCommandType.ManageGlusterService,
new GlusterServiceVDSParameters(vds.getId(), 
Arrays.asList("glusterd"), "restart"));
// starting vdo service
GlusterStatus isRunning = 
glusterUtil.isVDORunning(vds.getId());
switch (isRunning) {
case DOWN:
log.info("VDO service is down in host : '{}' with id 
'{}', starting VDO service",
vds.getHostName(),
vds.getId());
startVDOService(vds);
break;
case UP:
log.info("VDO service is up in host : '{}' with id 
'{}', skipping starting of VDO service",
vds.getHostName(),
vds.getId());
   break;
case UNKNOWN:
log.info("VDO service is not installed host : '{}' with 
id '{}', ignoring to start VDO service",
vds.getHostName(),
vds.getId());
break;
}

}
}
}
}


Your Sincerely
Mark Lee
___
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/36745S77NLH3KINTB4MQMGTBE5EDWTUW/


[ovirt-users] Re: vdsm with NFS storage reboot or shutdown more than 15 minutes. with error failed to unmount /rhev/data-center/mnt/172.18.81.14:_home_nfs_data: Device or resource busy

2020-10-27 Thread lifuqi...@sunyainfo.com
Hi, Strahil,
Thank you for your reply.
I've try setting host to maintenance and the host reboot immediately, What 
does vdsm do when setting host to maintenance? Thank you
   
Best Regards
Mark Lee

From: Strahil Nikolov via Users
Date: 2020-10-27 23:44
To: users; lifuqi...@sunyainfo.com
Subject: [ovirt-users] Re: vdsm with NFS storage reboot or shutdown more than 
15 minutes. with error failed to unmount 
/rhev/data-center/mnt/172.18.81.14:_home_nfs_data: Device or resource busy
When you set a host to maintenance from oVirt API/UI, one of the tasks is to 
umount any shared storage (incluing the NFS you got). Then rebooting should 
work like a charm.
 
Why did you reboot without putting the node in maintenance ?
 
P.S.: Do not confuse rebooting with fencing - the latter kills the node 
ungracefully in order to safely start HA VMs on another node.
 
Best Regards,
Strahil Nikolov
 
 
 
 
 
 
В вторник, 27 октомври 2020 г., 10:27:01 Гринуич+2, lifuqi...@sunyainfo.com 
 написа: 
 
 
 
 
 
 
 
Hi everyone:
Description of problem:
 
When exec "reboot" or "shutdown -h 0" cmd on vdsm server, the vdsm server 
will reboot or shutdown more than 30 minutes. the screen shows '[FAILED] Failed 
unmouting /rhev/data-center/mnt/172.18.81.41:_home_nfs_data'. 
other messages may be useful: [] watchdog: watchdog0: watchdog did not stop! 
[]systemd-shutdown[5594]: Failed to unmount 
/rhev/data-center/mnt/172.18.81.14:_home_nfs_data: Device or resource busy
[]systemd-shutdown[1]: Failed to wait for process: Protocol error
[]systemd-shutdown[5595]: Failed to remount '/' read-only: Device or resource 
busy
[]systemd-shutdown[1]: Failed to wait for process: Protocol error
dracut Warning: Killing all remaining processes
dracut Warning: Killing all remaining processes
 
Version-Release number of selected component (if applicable):
Software Version:4.2.8.2-1.el7
OS: CentOS Linux release 7.5.1804 (Core)
How reproducible:
100%
Steps to Reproduce:
1. my test enviroment is one Ovirt engine(172.17.81.17) with 4 vdsm servers, 
exec "reboot" cmd in one of the vdsm servers(172.17.99.105), the server will 
reboot more than 30 minutes.ovirt-engine : 172.17.81.17/16
vdsm: 172.17.99.105/16
nfs server: 172.17.81.14/16Actual results:
As above. the server will reboot more than 30 minutes
Expected results:
the server will reboot in a short time.
What I have done:
I have capture packet in nfs server while vdsm is rebooting, I found vdsm is 
always sending nfs packet to nfs server circularly as follows:this is some log 
files while I reboot vdsm 172.17.99.105 in 2020-10-26 22:12:34. Some conclusion 
is:
1. the vdsm.log said the vdsm 2020-10-26 22:12:34,461+0800 ERROR (check/loop) 
[storage.Monitor] Error checking path 
/rhev/data-center/mnt/172.18.81.14:_home_nfs_data/02c4c6ea-7ca9-40f1-a1d0-f1636bc1824e/dom_md/metadata
2. the sanlock.log said 2020-10-26 22:13:05 1454 [3301]: s1 delta_renew read 
timeout 10 sec offset 0 
/rhev/data-center/mnt/172.18.81.14:_home_nfs_data/02c4c6ea-7ca9-40f1-a1d0-f1636bc1824e/dom_md/ids
3. there is nothing message import to this issue.The logs is in the 
attachment.I'm very appreciate if anyone can help me. Thank you.
___
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/C2GATAD35SUVWTIF3W3J3DXC53AANYC7/
___
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/T3ETYUH2QDB7ZVUNWLATSVSPU7TIU76I/
___
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/WFTTU2HBVI3JTNGS6SS77CQITRSHTH3Y/


[ovirt-users] vdsm with NFS storage reboot or shutdown more than 15 minutes. with error failed to unmount /rhev/data-center/mnt/172.18.81.14:_home_nfs_data: Device or resource busy

2020-10-27 Thread lifuqi...@sunyainfo.com

Hi everyone:
I met problem as follows:

Description of problem:

When exec "reboot" or "shutdown -h 0" cmd on vdsm server, the vdsm server 
will reboot or shutdown more than 30 minutes. the screen shows '[FAILED] Failed 
unmouting /rhev/data-center/mnt/172.18.81.41:_home_nfs_data'. 

other messages may be useful:
This message was shown in the screen.
[] watchdog: watchdog0: watchdog did not stop! []systemd-shutdown[5594]: Failed 
to unmount /rhev/data-center/mnt/172.18.81.14:_home_nfs_data: Device or 
resource busy
[]systemd-shutdown[1]: Failed to wait for process: Protocol error
[]systemd-shutdown[5595]: Failed to remount '/' read-only: Device or resource 
busy
[]systemd-shutdown[1]: Failed to wait for process: Protocol error
dracut Warning: Killing all remaining processes
dracut Warning: Killing all remaining processes

Version-Release number of selected component (if applicable):
Software Version:4.2.8.2-1.el7
OS: CentOS Linux release 7.5.1804 (Core)How reproducible:
100%
Steps to Reproduce:
1. my test enviroment is one Ovirt engine(172.17.81.17) with 4 vdsm servers, 
exec "reboot" cmd in one of the vdsm servers(172.17.99.105), the server will 
reboot more than 30 minutes.ovirt-engine : 172.17.81.17/16
vdsm: 172.17.99.105/16
nfs server: 172.17.81.14/16Actual results:
As above. the server will reboot more than 30 minutes

Expected results:
the server will reboot in a short time.
What I have done:
I have capture packet in nfs server while vdsm is rebooting, I found vdsm 
server keeps sending nfs packet to nfs server circularly ;there are some log 
files while I reboot vdsm 172.17.99.105 in 2020-10-26 22:12:34. Some conclusion 
is:
1. the vdsm.log said the vdsm 2020-10-26 22:12:34,461+0800 ERROR (check/loop) 
[storage.Monitor] Error checking path 
/rhev/data-center/mnt/172.18.81.14:_home_nfs_data/02c4c6ea-7ca9-40f1-a1d0-f1636bc1824e/dom_md/metadata
2. the sanlock.log said 2020-10-26 22:13:05 1454 [3301]: s1 delta_renew read 
timeout 10 sec offset 0 
/rhev/data-center/mnt/172.18.81.14:_home_nfs_data/02c4c6ea-7ca9-40f1-a1d0-f1636bc1824e/dom_md/ids
3. there is nothing message import to this issue.The logs is in the 
attachment.I'm very appreciate if anyone can help me. Thank you.Your 
Sincerely,Mark Lee
___
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/42ZSGQSQ55FAIW6D7TMQHIDBBBO4EEK6/


[ovirt-users] What should I do to support DPDK in ovirt, any instruction?

2020-02-16 Thread lifuqi...@sunyainfo.com

Hi All, 
I found that there is rarely topics about supporting dpdk in ovirt 4.2  in 
Internet except 
https://blogs.ovirt.org/2018/07/upgraded-dpdk-support-in-ovirt/; and I can't 
get information such as  whether or not should I install dpdk or ovn manual? 
And I will get an error when I execute such cmds:
ansible-playbook ovirt.dpdk-setup/tasks/main.yml
ansible-playbook oVirt.dpdk-setup


I have some experience about ovn and dpdk, but I can't make ovirt supporting 
dpdk according the instruction in 
https://blogs.ovirt.org/2018/07/upgraded-dpdk-support-in-ovirt/; 

Is there anybody helping me?  Thank you.

Mark 

___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/VVRC6NMM373JZZCYPQLQTOZXEK5NDZ24/


[ovirt-users] Ovirt dpdk

2020-02-05 Thread lifuqi...@sunyainfo.com
Hi all,
I noticed that dpdk is experimental support in ovirt 4.2, is it support 
officially in later version? 
And what's the shortage or insufficient of dpdk in ovirt 4.2? 

Thank you!

___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/VNBMDTCHNJRTJLHO5CTIFPZT3SN2S4SL/