Github user resmo commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/513#discussion_r33126603 --- Diff: server/src/com/cloud/api/query/QueryManagerImpl.java --- @@ -968,7 +968,11 @@ } if (state != null) { - sc.setParameters("stateEQ", state); + if (state.equalsIgnoreCase("present")) { --- End diff -- Good catch, IMHO `Expunged` is not necessary but `Expunging` like we use for user e.g. https://github.com/resmo/cloudstack/blob/fix/CLOUDSTACK-8578-extend/server/src/com/cloud/api/query/QueryManagerImpl.java#L984
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---