Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1757114 - [RFE] - Storage domain from External provider not available when creating new host on Satellite
Summary: [RFE] - Storage domain from External provider not available when creating new...
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Compute Resources - RHEV
Version: 6.5.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: 6.10.0
Assignee: satellite6-bugs
QA Contact: Lukáš Hellebrandt
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-09-30 15:11 UTC by Joniel Pasqualetto
Modified: 2024-12-20 18:54 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-09-16 16:18:14 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Foreman Issue Tracker 30835 0 Normal Closed - Storage domain from External provider not available when creating new host on Satellite 2021-01-26 14:13:22 UTC
Red Hat Knowledge Base (Solution) 4455231 0 None None None 2019-09-30 19:45:00 UTC

Description Joniel Pasqualetto 2019-09-30 15:11:56 UTC
Description of problem:
RHV using an external provider as storage domain (Cinder). However, the Cinder storage domain is not available on Satellite when creating a new VM.


How reproducible:

Steps to Reproduce:
1. Configure a Cinder external provider on RHV
2. Configure RHV as a compute resource on Satellite
3. Try creating a new VM on RHV using Satellite, with a disk on the Cinder storage domain.

Actual results:
- Cinder storage domain is not listed in the list of available storage domains

Expected results:
- all storage domains available on the RHV should be available in Satellite when creating VMs.

Additional info:

Issue seems to be on ovirt model, which filters the storage domain by type, bringing only the ones of type "data", while cinder storage domain are of the type "volume".

See here: 

~~~
    def storage_domains(opts = {})
      client.storage_domains({:role => 'data'}.merge(opts))
    end
~~~

source: https://github.com/theforeman/foreman/blob/develop/app/models/compute_resources/foreman/model/ovirt.rb#L234

Comment 4 Shira Maximov 2020-09-14 11:35:10 UTC
Created redmine issue https://projects.theforeman.org/issues/30835 from this bug

Comment 7 Bryan Kearney 2020-09-17 16:01:13 UTC
Upstream bug assigned to mshira

Comment 8 Bryan Kearney 2020-09-17 16:01:16 UTC
Upstream bug assigned to mshira

Comment 11 Sudhir Mallamprabhakara 2020-11-09 15:07:37 UTC
@Dana - As Matt said, infrastructure to test this is going to be a challenge for QE. However, we can test this scenario as a one-off if there is an environment that we can use to test.

Comment 12 Bryan Kearney 2021-01-22 05:22:10 UTC
Moving this bug to POST for triage into Satellite since the upstream issue https://projects.theforeman.org/issues/30835 has been resolved.


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