Bug 1481449 - Instance Type on Provision Instances remains empty after adding flavor which has disk size of 0
Summary: Instance Type on Provision Instances remains empty after adding flavor which ...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: Providers
Version: 5.8.0
Hardware: x86_64
OS: Linux
medium
high
Target Milestone: GA
: 5.8.2
Assignee: Tzu-Mainn Chen
QA Contact: Ido Ovadia
URL:
Whiteboard: openstack
Depends On: 1472420
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-08-14 22:12 UTC by Satoe Imaishi
Modified: 2022-07-09 08:51 UTC (History)
8 users (show)

Fixed In Version: 5.8.2.0
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1472420
Environment:
Last Closed: 2017-10-24 00:39:41 UTC
Category: ---
Cloudforms Team: Openstack
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Flavor with disk=0 doesn't available (101.43 KB, image/png)
2017-08-30 12:55 UTC, Ido Ovadia
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2017:3005 0 normal SHIPPED_LIVE Important: Red Hat CloudForms security, bug fix, and enhancement update 2017-10-24 04:15:49 UTC

Comment 2 CFME Bot 2017-08-14 22:16:16 UTC
New commit detected on ManageIQ/manageiq/fine:
https://github.com/ManageIQ/manageiq/commit/b82ee02ee90afa931746acfb7a90251801f82622

commit b82ee02ee90afa931746acfb7a90251801f82622
Author:     Marek Aufart <aufi.cz>
AuthorDate: Mon Aug 14 15:57:44 2017 +0200
Commit:     Satoe Imaishi <simaishi>
CommitDate: Mon Aug 14 18:12:44 2017 -0400

    Merge pull request #72 from tzumainn/provision-check-update
    
    Update provision requirements check to allow exact matches
    (cherry picked from commit 48424c966ddbd2e58b536d4fa239a40466e8280f)
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1481449

 .../manageiq/providers/openstack/cloud_manager/provision_workflow.rb  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comment 3 Ido Ovadia 2017-08-30 12:53:29 UTC
Failed QA
=========
CFME version 5.8.2.0

I created a Flavor1 with Disk = 0 
 
[stack@undercloud-0 ~]$ openstack flavor list
+--------------------------------------+--------+------+------+-----------+-------+-----------+
| ID                                   | Name   |  RAM | Disk | Ephemeral | VCPUs | Is Public |
+--------------------------------------+--------+------+------+-----------+-------+-----------+
| 1                                    | Flavo1 |  512 |    0 |         0 |     1 | True      |
| 2                                    | Flavo2 |  512 |    1 |         0 |     1 | True      |
| 8dcc67ab-6a2f-45f5-be4e-7ca1858579fa | Flavo3 | 1024 |    2 |         0 |     2 | True      |
+--------------------------------------+--------+------+------+-----------+-------+-----------+
[stack@undercloud-0 ~]$ openstack flavor show Flavo1
+----------------------------+--------+
| Field                      | Value  |
+----------------------------+--------+
| OS-FLV-DISABLED:disabled   | False  |
| OS-FLV-EXT-DATA:ephemeral  | 0      |
| access_project_ids         | None   |
| disk                       | 0      |
| id                         | 1      |
| name                       | Flavo1 |
| os-flavor-access:is_public | True   |
| properties                 |        |
| ram                        | 512    |
| rxtx_factor                | 1.0    |
| swap                       |        |
| vcpus                      | 1      |
+----------------------------+--------+

On Provision Instances --> Properties, Flavor1 does not available as instance type.

Sreenshot enclosed

Comment 4 Ido Ovadia 2017-08-30 12:55:35 UTC
Created attachment 1320071 [details]
Flavor with disk=0 doesn't available

Comment 5 Tzu-Mainn Chen 2017-08-30 14:33:45 UTC
Hi! This is actually because the minimum disk check looks at two things. From the ruby code:

    minimum_disk_required   = [source.hardware.size_on_disk.to_i, source.hardware.disk_size_minimum.to_i].max

The disk_size_minimum for the cirros image may be 0, but the actual size of the image is 9761280, so CloudForms will use the size of the image as the minimum_disk_required. This seems like a legit check to me, what do you think?

Comment 6 Ido Ovadia 2017-09-06 14:01:42 UTC
Verified
========

CFME version 5.8.2.0

Comment 8 errata-xmlrpc 2017-10-24 00:39:41 UTC
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-2017:3005


Note You need to log in before you can comment on or make changes to this bug.