RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 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 "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". 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 "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-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 865631 - Global Resource gets lost in UI when nested in Service Group Resource
Summary: Global Resource gets lost in UI when nested in Service Group Resource
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: luci
Version: 6.3
Hardware: Unspecified
OS: Unspecified
medium
low
Target Milestone: rc
: ---
Assignee: Ryan McCabe
QA Contact: cluster-qe@redhat.com
URL:
Whiteboard:
Depends On:
Blocks: 986467
TreeView+ depends on / blocked
 
Reported: 2012-10-11 23:08 UTC by Christoph Torlinsky
Modified: 2015-10-21 22:29 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 986467 (view as bug list)
Environment:
Last Closed: 2015-10-21 22:29:18 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Screenshot Global Resources (83.02 KB, image/png)
2012-10-11 23:08 UTC, Christoph Torlinsky
no flags Details
Webserver SG view tab (66.74 KB, image/png)
2012-10-11 23:10 UTC, Christoph Torlinsky
no flags Details
Webserver SG view tab "Global Resource" (62.75 KB, image/png)
2012-10-11 23:10 UTC, Christoph Torlinsky
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 877076 1 None None None 2021-01-20 06:05:38 UTC

Internal Links: 877076

Description Christoph Torlinsky 2012-10-11 23:08:11 UTC
Created attachment 625732 [details]
Screenshot Global Resources

Description of problem:

When a "global resource" is assigned to a Service Groups "resource" as a "child
resource" it becomes impossible to tell where that resource has ended
up in other than looking at the actual cluster.conf or looking through
all the Service Groups (does not scale well)
The Global Resource simply gets a checkmark "in use" , but no correlation
where it is belonging too.
Version-Release number of selected component (if applicable):
6.3

How reproducible:


Steps to Reproduce:
1.create a cluster.conf with a nested child resource that is a global resource

<?xml version="1.0"?>
<cluster config_version="49" name="webcluster">
        <fence_daemon post_fail_delay="3" post_join_delay="20"/>
        <clusternodes>
                <clusternode name="hanode1" nodeid="1"/>
                <clusternode name="hanode2" nodeid="2"/>
        </clusternodes>
        <cman expected_votes="1" two_node="1"/>
        <rm>
                <resources>
                        <script file="/etc/init.d/httpd start" name="httpd"/>
                </resources>
                <service autostart="0" name="webserver" recovery="relocate">
                        <apache config_file="/etc/httpd/conf/httpd.conf" name="w
eb" server_root="/etc/httpd" shutdown_wait="0"/>
                        <ip address="10.1.3.100">
                                <script ref="httpd"/>
                        </ip>
                </service>
        </rm>
        <logging debug="on"/>
</cluster>

2.check luci gui tabs "resources" and "service groups" and compare 
3.create many service groups
  
Actual results:

It's impossible to tell where the resources belong to in the luci tab,
other than "in use" checked, we must go through all the service groups manually
or just look at cluster.conf

Expected results:
I would have expected to see "in use" check marked and showing just the name
of the service group for example, where i could drill down to find my resource as a child resource.


Additional info:

Comment 1 Christoph Torlinsky 2012-10-11 23:10:03 UTC
Created attachment 625733 [details]
Webserver SG view tab

Comment 2 Christoph Torlinsky 2012-10-11 23:10:42 UTC
Created attachment 625734 [details]
Webserver SG view tab "Global Resource"

Comment 4 Christoph Torlinsky 2012-10-11 23:20:35 UTC
Probably worth calling for an enhancement here in the UI.

Comment 11 Steven J. Levine 2013-07-19 21:03:43 UTC
Cloning this as a documentation bug just to ensure that when this is resolved the documentation is consistent with the UI.


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