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 1996490 - Boot disk settings page under Administer -> Settings is blank
Summary: Boot disk settings page under Administer -> Settings is blank
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Settings
Version: 6.10.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: 6.10.0
Assignee: satellite6-bugs
QA Contact: Shweta Singh
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-08-23 01:23 UTC by Krutika Kinge
Modified: 2021-11-16 14:13 UTC (History)
8 users (show)

Fixed In Version: tfm-rubygem-foreman_theme_satellite-8.0.1.6-1
Doc Type: Known Issue
Doc Text:
Cause: The code contains an invalid default value type for the bootdisk_allowed_types setting Consequence: The list of the Bootdisk related settings is not displayed in the UI and therefore can't even be modified. Workaround (if any): Either users can use the hammer CLI, e.g. hammer setting list hammer setting list --search "name ~ bootdisk" hammer setting set --name bootdisk_grub2_dir --value /var/lib/custom Or they can fix the issue by setting some value through the console foreman-rake console Setting::Bootdisk[:bootdisk_allowed_types] = ['generic', 'subnet'] exit Result: The first workaround allows changing bootdisk related settings. The second fixes the UI issue completely until the value for bootdisk_allowed_types is restored to default.
Clone Of:
Environment:
Last Closed: 2021-11-16 14:13:28 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2021:4702 0 None None None 2021-11-16 14:13:35 UTC

Description Krutika Kinge 2021-08-23 01:23:29 UTC
Description of problem:
The Boot disk settings page "Administer -> Settings -> Boot disk" is blank

Version-Release number of selected component (if applicable):
Satellite 6.10

How reproducible:
Always

Steps to Reproduce:
1. Navigate to Satellite WebUI >> Administer >> Settings >> Boot disk

Actual results:
Boot disk settings page does not list the settings and shows a blank page

Expected results:
The Boot disk Settings page should list the Settings.

Additional info:

Comment 1 Dominik Matoulek 2021-08-31 12:24:42 UTC
I tried to reproduce it but I have no luck with that. 

What snap of Satellite 6.10 has occurred?

Comment 2 Evgeni Golov 2021-09-01 11:34:37 UTC
I can repro this on snap 15 (and 13 before that).

The console shows the following errors:



        react-dom.production.min.js:209 TypeError: t.value.join is not a function
            at f (SettingsTableHelpers.js:82)
            at t.defaultToString (SettingsTableHelpers.js:77)
            at SettingsTableHelpers.js:136
            at Array.reduce (<anonymous>)
            at SettingsTableHelpers.js:132
            at l (SettingCell.js:15)
            at Xa (react-dom.production.min.js:153)
            at vs (react-dom.production.min.js:261)
            at vl (react-dom.production.min.js:246)
            at gl (react-dom.production.min.js:246)
        ns @ react-dom.production.min.js:209
        n.callback @ react-dom.production.min.js:226
        fa @ react-dom.production.min.js:131
        ss @ react-dom.production.min.js:212
        (anonymous) @ react-dom.production.min.js:255
        t.unstable_runWithPriority @ scheduler.production.min.js:19
        Vo @ react-dom.production.min.js:122
        wl @ react-dom.production.min.js:248
        ll @ react-dom.production.min.js:239
        (anonymous) @ react-dom.production.min.js:123
        t.unstable_runWithPriority @ scheduler.production.min.js:19
        Vo @ react-dom.production.min.js:122
        Ko @ react-dom.production.min.js:123
        Uo @ react-dom.production.min.js:122
        ol @ react-dom.production.min.js:230
        enqueueSetState @ react-dom.production.min.js:132
        y.setState @ react.production.min.js:12
        (anonymous) @ i18nProviderWrapperFactory.js:19
        Promise.then (async)
        m @ i18nProviderWrapperFactory.js:18
        ba @ react-dom.production.min.js:134
        Ri @ react-dom.production.min.js:176
        vs @ react-dom.production.min.js:263
        vl @ react-dom.production.min.js:246
        gl @ react-dom.production.min.js:246
        ll @ react-dom.production.min.js:239
        ol @ react-dom.production.min.js:230
        Wl @ react-dom.production.min.js:281
        (anonymous) @ react-dom.production.min.js:284
        dl @ react-dom.production.min.js:240
        Xl @ react-dom.production.min.js:284
        t.render @ react-dom.production.min.js:290
        h @ MountingService.js:22
        value @ MountingService.js:86
        value @ MountingService.js:69
        SettingsTableHelpers.js:82 Uncaught (in promise) TypeError: t.value.join is not a function
            at f (SettingsTableHelpers.js:82)
            at t.defaultToString (SettingsTableHelpers.js:77)
            at SettingsTableHelpers.js:136
            at Array.reduce (<anonymous>)
            at SettingsTableHelpers.js:132
            at l (SettingCell.js:15)
            at Xa (react-dom.production.min.js:153)
            at vs (react-dom.production.min.js:261)
            at vl (react-dom.production.min.js:246)
            at gl (react-dom.production.min.js:246)

Comment 3 Tomer Brisker 2021-09-01 11:46:52 UTC
Looks like this was caused by the fix for https://bugzilla.redhat.com/show_bug.cgi?id=1940832

Comment 12 Shweta Singh 2021-10-08 08:01:17 UTC
Verified "Boot disk Settings page" is not blank and displays all boot settings on Satellite 6.10, snap 22.

Steps to test:
- Provision Satellite 6.10 from the latest snap.
- Navigate to Satellite WebUI >> Administer >> Settings >> Boot disk.
- Verify the boot disk page.

Expected Result:
The Boot disk Settings page should list the Settings.

Actual Result:
The Boot disk Settings page should list the Settings.

Comment 15 errata-xmlrpc 2021-11-16 14:13:28 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 (Moderate: Satellite 6.10 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-2021:4702


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