[
https://issues.apache.org/jira/browse/CLOUDSTACK-8912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14965618#comment-14965618
]
ASF GitHub Bot commented on CLOUDSTACK-8912:
--------------------------------------------
Github user rafaelweingartner commented on the pull request:
https://github.com/apache/cloudstack/pull/890#issuecomment-149677795
@borisroman,
Is this PR intended to fix the ordering of the response of
listGuestOsMappingCommand?
I did not see where you changed the ordering on the SC used. Looking at the
changed files list, I just see you changing types from Long to String.
I noticed that the order by is done in ascending order, using the field
“hypervisorType”, is “hypervisorType” that same as “ostypeid”? Moreover, I
could not find a field called “ostypeid”.
Interesting that the filtering and the order by was already there, this PR
seems to be related to something else.Is it really a problem to let those field
as they are (Long types)?
> listGuestOsMapping doesn't list by id or ostypeid.
> --------------------------------------------------
>
> Key: CLOUDSTACK-8912
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8912
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Affects Versions: 4.5.2, 4.6.0
> Reporter: Boris Schrijver
> Fix For: 4.5.3, 4.6.0
>
>
> The listGuestOsMapping doesn't list by id (uuid) or ostypeid (uuid).
> The values are both Long instead of String. And the searchCriteria is
> searching for id instead of uuid.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)