Bug 2058984
Summary: | The Satellite 7.0 beta offers the download capability of both Host and Full Host image via UI where as the support for Host image was already removed in Satellite 6.10 | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Sayan Das <saydas> |
Component: | Bootdisk Plugin | Assignee: | Lukas Zapletal <lzap> |
Status: | CLOSED ERRATA | QA Contact: | Roman Plevka <rplevka> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 6.11.0 | CC: | egolov, lzap, oezr, pcreech, saydas |
Target Milestone: | 6.11.0 | Keywords: | Regression, Triaged |
Target Release: | Unused | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Fixed In Version: | tfm-rubygem-foreman_theme_satellite-9.0.0.5 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-07-05 14:34:01 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: |
Description
Sayan Das
2022-02-27 13:33:31 UTC
Well if this isn't our wonderful setting framework: irb(main):001:0> Setting.find_by_name("bootdisk_allowed_types") => #<Setting::Bootdisk id: 56, name: "bootdisk_allowed_types", value: nil, description: "List of allowed bootdisk types, remove type to dis...", category: "Setting::Bootdisk", settings_type: "array", default: "---\n- subnet\n- full_host", created_at: "2022-02-16 11:50:42", updated_at: "2022-02-16 11:50:42", full_name: "Allowed bootdisk types", encrypted: false> irb(main):002:0> Setting.find_by_name("bootdisk_allowed_types").default => ["subnet", "full_host"] irb(main):003:0> Setting["bootdisk_allowed_types"] => ["generic", "host", "full_host", "subnet"] I tried to flush Rails cache without luck, I do not understand why this is misbehaving. VERIFIED on sat7.11.0-17.0 only the full host boot disk is visible by default 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 (Moderate: Satellite 6.11 Release), 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-2022:5498 |