Bug 1536711
Summary: | Inconsistent units for disk size for Azure instances | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Nandini Chandra <nachandr> | ||||||
Component: | UI - OPS | Assignee: | Harpreet Kataria <hkataria> | ||||||
Status: | CLOSED ERRATA | QA Contact: | Ievgen Zapolskyi <izapolsk> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | medium | ||||||||
Version: | 5.8.0 | CC: | cpelland, gblomqui, hkataria, izapolsk, jfrey, jhardy, lavenel, mpovolny, obarenbo, simaishi, smallamp | ||||||
Target Milestone: | GA | ||||||||
Target Release: | 5.10.0 | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | 5.10.0.11 | Doc Type: | If docs needed, set a value | ||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2019-02-07 23:01:05 UTC | Type: | Bug | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | Azure | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Attachments: |
|
Description
Nandini Chandra
2018-01-20 02:05:24 UTC
Created attachment 1383644 [details]
screen shot of Azure instance disk info from 59
Created attachment 1383645 [details]
screen shot of Azure instance disk info from 58
The screen shot from 58 shows that the disk size is 29.3 GB and the screen shot from 59 shows that the disk size is 31457280512 bytes. Hi Dan, Looks like it's just a matter of converting the unmanaged data disk capacity from bytes to GB. Thanks Bronagh New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/6e59632e048520826e46f9f1fa622645d8ff6374 commit 6e59632e048520826e46f9f1fa622645d8ff6374 Author: Harpreet Kataria <hkataria> AuthorDate: Tue Aug 7 16:57:03 2018 -0400 Commit: Harpreet Kataria <hkataria> CommitDate: Tue Aug 7 16:57:03 2018 -0400 Fixed format of Disk size for a VM Disk size formatting was lost in https://github.com/ManageIQ/manageiq-ui-classic/pull/752. Code was changed from https://github.com/ManageIQ/manageiq-ui-classic/pull/752/files#diff-55c5b7aecfb519d0e4880eaf2788eb6eL1243 to https://github.com/ManageIQ/manageiq-ui-classic/pull/752/files#diff-0477435a7227f32a30f48f81a7b52afcR43 Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1536711 app/helpers/textual_mixins/textual_devices.rb | 2 +- spec/helpers/textual_mixins/textual_devices_spec.rb | 4 +- 2 files changed, 3 insertions(+), 3 deletions(-) Verified in 5.10.0.18 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2019:0212 |