Bug 1472972
| Summary: | [RFE] The azure image as built cannot be used in azure. | |||
|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Jeff Teehan <jteehan> | |
| Component: | Build | Assignee: | Satoe Imaishi <simaishi> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Leo Khomenko <lkhomenk> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 5.7.0 | CC: | bascar, jhardy, lkhomenk, mdahlgre, miked, mpfuetzn, obarenbo, rcyriac, sgirijan, ssainkar, tdrake | |
| Target Milestone: | GA | Keywords: | FutureFeature, RFE, TestOnly, ZStream | |
| Target Release: | 5.9.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | provider:azure:image | |||
| Fixed In Version: | 5.9.0.1 | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1484984 1487297 (view as bug list) | Environment: | ||
| Last Closed: | 2018-03-06 15:07:49 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1484984, 1487297 | |||
|
Description
Jeff Teehan
2017-07-19 17:20:53 UTC
I show that a gzipped aligned vdf file is 1/10th the size of the standard download and should be the default offering.
qemu-img info --output=json -f vpc cfme-azure-5.8.0.17-1.x86_64_fixed.vhd
{
"virtual-size": 34361835520,
"filename": "cfme-azure-5.8.0.17-1.x86_64_fixed.vhd",
"format": "vpc",
"actual-size": 3158839296,
"dirty-flag": false
}
33G - cfme-azure-5.8.0.17-1.x86_64_fixed.vhd
317M - cfme-azure-5.8.0.17-1.x86_64_fixed.vhd.gz
New commit detected on ManageIQ/manageiq-appliance-build/master: https://github.com/ManageIQ/manageiq-appliance-build/commit/0c44a47808a06e70261de00165e9159302376618 commit 0c44a47808a06e70261de00165e9159302376618 Author: Satoe Imaishi <simaishi> AuthorDate: Thu Aug 17 13:14:13 2017 -0400 Commit: Satoe Imaishi <simaishi> CommitDate: Wed Aug 23 17:29:01 2017 -0400 Azure now requires .vhd image to be in fixed format and aligned to nearest 1MB https://bugzilla.redhat.com/show_bug.cgi?id=1472972 scripts/fix_azure_disk.rb | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 scripts/fix_azure_disk.rb New commit detected on cfme_productization/master: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme_productization.git;a=commit;h=3590cf9bd8fea2f41f2a672e0fdfb61f1f2fb676 commit 3590cf9bd8fea2f41f2a672e0fdfb61f1f2fb676 Author: Satoe Imaishi <simaishi> AuthorDate: Wed Aug 23 18:25:59 2017 -0400 Commit: Satoe Imaishi <simaishi> CommitDate: Wed Aug 23 18:25:59 2017 -0400 Azure .vhd disk needs to be resized/converted https://bugzilla.redhat.com/show_bug.cgi?id=1472972 manageiq-appliance-build/lib/tasks/image_build.rake | 15 +++++++++++++++ 1 file changed, 15 insertions(+) |