sureshanaparti commented on code in PR #8628: URL: https://github.com/apache/cloudstack/pull/8628#discussion_r1483923557
########## engine/components-api/src/main/java/com/cloud/resource/ResourceManager.java: ########## @@ -156,6 +156,8 @@ public interface ResourceManager extends ResourceService, Configurable { List<HostVO> findHostByGuid(long dcId, String guid); + List<HostVO> findHostByGuidByStatus(long dcId, String guid, Status status); Review Comment: updated -- 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. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org