sureshanaparti commented on code in PR #11087: URL: https://github.com/apache/cloudstack/pull/11087#discussion_r2221919235
########## server/src/main/java/com/cloud/api/query/QueryManagerImpl.java: ########## @@ -1685,11 +1631,10 @@ private Pair<List<Long>, Integer> searchForUserVMIdsAndCount(ListVMsCmd cmd) { userVmSearchCriteria.setParameters("hostId", hostId); } - if (storageId != null && pool != null) { + if (storageId != null /* than pool != null as well */) { Review Comment: ```suggestion if (storageId != null) { ``` -- 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