Bug 1045406

Summary: (Documentation bug) pcs command to create a cluster missing mandatory name parameter
Product: Red Hat Enterprise Linux 6 Reporter: Josep 'Pep' Turro Mauri <pep>
Component: doc-Cluster_AdministrationAssignee: Steven J. Levine <slevine>
Status: CLOSED CURRENTRELEASE QA Contact: ecs-bugs
Severity: medium Docs Contact:
Priority: medium    
Version: 6.5CC: cluster-maint, dvossel, slevine
Target Milestone: rcKeywords: Documentation
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-10-24 21:52:47 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Bug Depends On:    
Bug Blocks: 994246    

Description Josep 'Pep' Turro Mauri 2013-12-20 11:15:27 UTC
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

Comment 1 Steven J. Levine 2014-01-08 22:48:19 UTC
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.