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.)
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.
I have fixed this typo in the latest working draft of the RHEL 5 document and checked that file into the SVN repository. It is in the "LATEST" repository, as RHEL 5.6 has already been moved to FINAL.
Re-assigning to me for administrative reasons -- I fixed the text and I'll monitor when it next gets build so I can move this to modified. Plus I changed the release to 5.7 since that's the release that will see this correction.