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 673217

Summary: Typo in Documentation-cluster
Product: Red Hat Enterprise Linux 6 Reporter: Steven J. Levine <slevine>
Component: doc-Cluster_AdministrationAssignee: Steven J. Levine <slevine>
Status: CLOSED CURRENTRELEASE QA Contact: ecs-bugs
Severity: low Docs Contact:
Priority: low    
Version: 6.1CC: mhideo, slevine, vladimir
Target Milestone: rcKeywords: Documentation
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 595711 Environment:
Last Closed: 2011-05-24 18:30:21 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: 595711    
Bug Blocks:    

Description Steven J. Levine 2011-01-27 18:09:58 UTC
This typo is in the RHEL 6 version as well and should be fixed.

+++ This bug was initially created as a clone of Bug #595711 +++

Description of problem:

Typo in Documentation-cluster
Manual ID: Cluster_Administration(EN)-5 (2009-08-18T16:22)

Document: 
http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5.4/html/Cluster_Administration/s2-clust-rsc-non-typed-resources-CA.html

Section D.2.2. Non-typed Child Resource Start and Stop Ordering
...
1
nontypedresourcetwo:bar — This is a non-typed resource. Because it is a non-typed resource, it is stopped before the typed resources are stopped. In addition, its order in the Service resource is after the other non-typed resource, nontypedresource:foo; therefore, it is stopped before nontypedresource:foo. (Non-typed resources are stopped in the reverse order that they appear in the Service resource.)
2
nontypedresource:foo — This is a non-typed resource. Because it is a non-typed resource, it is stopped before the typed resources are stopped. In addition, its order in the Service resource is before the other non-typed resource, nontypedresourcetwo:bar; therefore, it is stopped before nontypedresourcetwo:bar. (Non-typed resources are stopped in the reverse order that they appear in the Service resource.)
.....


According to this manual both cluster resources stopped before each other.
Change the second resource description to: 
.... 
2
nontypedresource:foo — This is a non-typed resource. Because it is a non-typed resource, it is stopped before the typed resources are stopped. In addition, its order in the Service resource is before the other non-typed resource, nontypedresourcetwo:bar; therefore, it is stopped after nontypedresourcetwo:bar. (Non-typed resources are stopped in the reverse order that they appear in the Service resource.)

--- Additional comment from pm-rhel on 2010-08-09 14:17:05 EDT ---

This request was evaluated by Red Hat Product Management for
inclusion in the current release of Red Hat Enterprise Linux.
Because the affected component is not scheduled to be updated in the
current release, Red Hat is unfortunately unable to address this
request at this time. Red Hat invites you to ask your support
representative to propose this request, if appropriate and relevant,
in the next release of Red Hat Enterprise Linux.

Comment 2 Steven J. Levine 2011-01-27 18:15:26 UTC
I have fixed this typo in the RHEL 6.1 draft of the document and checked it in to the svn repository. This fix should be in the RHEL 6.1 release.

Comment 3 Steven J. Levine 2011-04-14 20:23:51 UTC
Moving the bug to MODIFIED.

Comment 5 Steven J. Levine 2011-05-10 16:36:13 UTC
Red_Hat_Enterprise_Linux-Cluster_Administration-6-web-en-US-0-75.el5

includes the fixed description (replacing "before" with "after" in the second order number of the Non-typed child resource stopping order).

Comment 6 Andrew Ross 2011-05-11 03:58:02 UTC
Verified: Red_Hat_Enterprise_Linux-Cluster_Administration-6-web-en-US-0-75.el5


Non-typed Child Resource Stopping Order contains description from comment#0

Comment 7 Steven J. Levine 2011-05-24 18:30:21 UTC
With the release of RHEL 6.1, I am moving this to closed.