Bug 1512569
Summary: | Azure - Disk properties missing or incorrect | |||
---|---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Bronagh Sorota <bsorota> | |
Component: | Providers | Assignee: | Daniel Berger <dberger> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Dave Johnson <dajohnso> | |
Severity: | high | Docs Contact: | Steve Bream <sbream> | |
Priority: | unspecified | |||
Version: | 5.8.0 | CC: | cpelland, gblomqui, jfrey, jhardy, obarenbo, simaishi | |
Target Milestone: | GA | Keywords: | TestOnly | |
Target Release: | 5.10.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | 5.10.0.0 | Doc Type: | Enhancement | |
Doc Text: |
Previously, CloudForms did not display operating system disk type and tier information for instances on Azure providers. This release adds the `get_unmanaged_disk_space` setting for use with Azure providers, which is enabled by default. When enabled, the `get_unmanaged_disk_space` setting gathers the disk size and tier for unmanaged disks by logging into the Azure storage account. Note, this setting can slow down provider refresh time due to the multiple requests needed for to collect this information, and can be disabled if desired.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1512727 1512728 (view as bug list) | Environment: | ||
Last Closed: | 2018-06-21 21:12:35 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: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1512727, 1512728 |
Description
Bronagh Sorota
2017-11-13 14:39:24 UTC
Note that we've made getting unmanaged disk space a configuration setting called 'get_unmanaged_disk_space'. By default this is true. Users may want to disable this because it does slow down refresh a bit. This is because in order to get disk information for unmanaged VM's, it requires two additional requests behind the scenes per unmanaged VM - one to get its storage account key and one to get the blob properties. |