DaanHoogland commented on a change in pull request #2493: CLOUDSTACK-10326:
Prevent hosts fall into Maintenance when there are running VMs on it
URL: https://github.com/apache/cloudstack/pull/2493#discussion_r175018050
##########
File path: engine/schema/src/com/cloud/vm/dao/VMInstanceDao.java
##########
@@ -150,4 +150,9 @@
VMInstanceVO findVMByHostNameInZone(String hostName, long zoneId);
boolean isPowerStateUpToDate(long instanceId);
+
+ /**
+ * List running VMs which host and lastHost id are the same
Review comment:
forgot a 'for' in the sentence
----------------------------------------------------------------
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