wido commented on a change in pull request #1707: CLOUDSTACK-9397: Add Watchdog
timer to KVM Instance
URL: https://github.com/apache/cloudstack/pull/1707#discussion_r138305360
##########
File path:
plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java
##########
@@ -2051,6 +2066,8 @@ So if getMinSpeed() returns null we fall back to
getSpeed().
devices.addDevice(new ChannelDef(_qemuGuestAgentSocketName,
ChannelDef.ChannelType.UNIX,
new File(_qemuSocketsPath + "/" + vmTO.getName() +
"." + _qemuGuestAgentSocketName)));
+ devices.addDevice(new WatchDogDef(_watchDogAction, _watchDogModel));
Review comment:
As far as I know that's not pissible @rhtyd
These models are always available in Qemu
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services