GutoVeronezi commented on a change in pull request #4704:
URL: https://github.com/apache/cloudstack/pull/4704#discussion_r590519769
##########
File path: scripts/vm/hypervisor/kvm/kvmvmactivity.sh
##########
@@ -93,7 +93,7 @@ fi
if [ -z "$UUIDList" ]
then
- echo "=====> DEAD <======"
+ echo "=====> Considering host as DEAD due to empty UUIDList <======"
Review comment:
On KVMHAVMActivityChecker.java we verify if the stdout `contains`
`DEAD`. As the keyword `DEAD` still exists in the stdout, it will keep the same
behavior.
https://github.com/apache/cloudstack/blob/59fba4916b5c52ca5b3101faaa0f43498201644b/plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/KVMHAVMActivityChecker.java#L59
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]