-
I am trying to get the VM memory resource to display as GB. On PR 6700, issue 6667 was merged for 2.11.8 which was a while back. This allowed such function. On issue 7083, a visual error with the merge was fixed so it displayed the units correctly. As of right now (3.4.1), this looks like it isn't possible. I am trying to find out if this change was rolled back at one point and, if so, why was it rolled back? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Can you be more specific about your problem? Please show an example of what you see, and what you expected to see instead. The code is all still there in v3.4.3:
The logic is that you always enter the VM RAM size in MiB, but:
Note that a value like 1536 will still display as 1536 MB, not as 1.5 GB, by design. (If you want to query that design decision, it will have to go into a feature request with a proposal of exactly how you think it should work instead) Given the logic above, it works fine for me: although in the columnar list of VMs it still displays as MB, which the column heading makes clear: |
Beta Was this translation helpful? Give feedback.
Can you be more specific about your problem? Please show an example of what you see, and what you expected to see instead.
The code is all still there in v3.4.3:
The logic is that you always enter the VM RAM size in MiB, but: