Description of problem: When displaying the instance list of a project in the Horizon dashboard((http://public_vip/dashboard/project/instances/)) and sorting the instances by the "Size" column, it won't be sorted the right way. Version-Release number of selected component (if applicable): Juno How reproducible: Always Steps to Reproduce: 1. Create many instances of different sizing 2. Go to (http://public_vip/dashboard/project/instances/) 3. Play with the "Size" column sorting until you notice the sorting failure Actual results: m1.tiny m1.small m1.medium m1.small Expected results: m1.tiny m1.small m1.small m1.medium Additional info: All the other columns sorting funcitonnality seems to be working fine
What would you expect here and why? Ordered by alphabetical order? RAM? CPU? combination of both? disk space? Your expected order lists m1.small twice, what's the difference between?
I can see this issue myself in the lab and I expect to have at least the m1.medium to be at the end or the beginning of the list but not in between two m1.small instances like illustrated below: Actual results: m1.tiny m1.small m1.medium m1.small Expected results: m1.tiny m1.small m1.small m1.medium
Could you please answer the question, how your two m1.small instances differ?
They don't... they are exactly the same. I created 4 instances that uses the same flavor when they are the same. nova boot --flavor m1.small --image rhel6 --nic net-id=b0038c80-8082-4a9c-a556-ef5c9aecb4fa test-dave nova boot --flavor m1.small --image rhel6 --nic net-id=b0038c80-8082-4a9c-a556-ef5c9aecb4fa test-dave2 nova boot --flavor m1.tiny --image rhel6 --nic net-id=b0038c80-8082-4a9c-a556-ef5c9aecb4fa test-dave3 nova boot --flavor m1.medium --image rhel6 --nic net-id=b0038c80-8082-4a9c-a556-ef5c9aecb4fa test-dave4
Fix has been merged, will be available on 9
This bug was accidentally moved from POST to MODIFIED via an error in automation, please see mmccune with any questions
This has been fixed and all the backports merged a long time ago.