Hide Forgot
Description of problem: In "Configuring the Red Hat High Availability Add-On with Pacemaker", Section "3.2. Configuring and Starting the Cluster Nodes" [*] The '--name' flag is omitted from the pcs command. The document says: pcs cluster setup [--start] cluster_name node1 [node2] [...] When in fact it should say: pcs cluster setup [--start] --name cluster_name node1 [node2] [...] Version-Release number of selected component (if applicable): Revision 1.1-2.404 of the document [*] https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Configuring_the_Red_Hat_High_Availability_Add-On_with_Pacemaker/s2-configurestartnodes-HAAR.html
I have made this fix to the RHEL 6 working draft, and it will be reflected in the next RHEL 6 release. When I next build this document, I will put this BZ in ON_QA. Thanks for the catch.