Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
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 631553

Summary: Installation of cluster packages silently fails when "Enable shared storage support" but the ResilientStorage channel/repo is not available.
Product: Red Hat Enterprise Linux 6 Reporter: Brandon Perkins <bperkins>
Component: luciAssignee: Ryan McCabe <rmccabe>
Status: CLOSED CURRENTRELEASE QA Contact: Brandon Perkins <bperkins>
Severity: medium Docs Contact:
Priority: low    
Version: 6.0CC: cfeist, cluster-maint, tao
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 674855 (view as bug list) Environment:
Last Closed: 2011-06-27 15:55:58 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 674855    
Bug Blocks:    

Description Brandon Perkins 2010-09-07 20:56:41 UTC
Description of problem:
Installation of cluster packages silently fails when "Enable shared storage support" but the ResilientStorage channel/repo is not available. 

Version-Release number of selected component (if applicable):
luci-0.22.2-13.el6.x86_64
ricci-0.16.2-13.el6.x86_64


How reproducible:
Always.

Steps to Reproduce:
1. Install RHEL6.
2. Subscribe or add HighAvailability channel/repo to the system.
3. Install ricci.
4. Create a Cluster.
5. Fill in all the fields and make sure "Download Packages" and "Enable shared storage support" are selected.
6. "Create Cluster" button.
7. Luci interface will show that it is creating the cluster, but it never returns and there are no errors.
  
Actual results:
Interface shows cluster is being created, but it is not and there is no error.

Expected results:
Error indicating that it is unable to install the packages needed (specifically in this case 'lvm2-cluster' because the "ResilientStorage" channel/repo is not available.

Additional info:

Comment 3 Ryan McCabe 2011-03-18 16:57:33 UTC
*** Bug 600473 has been marked as a duplicate of this bug. ***

Comment 5 Chris Feist 2011-05-25 20:26:42 UTC
I looked into this issue and it appears the issue is that luci is never checking for the return code when it issues the install command to ricci.

Ricci attempts to install and then returns the following error:
Packages of set "Clustered Storage" are not present in any available repository

However, because luci never checks the return, this is never seen by luci and it just hangs.

Luci either needs to make a synchronous call to get install rpms and look at the output, or it needs to check on the asynchronous batch after it finishes running.

Comment 6 Ryan McCabe 2011-06-27 15:55:58 UTC
This is fixed in the 6.1 build for luci, which reports the error/status messages from ricci when applicable.