Bug 1560732

Summary: Commands to enable and disable CTDB scripts are incorrect
Product: [Red Hat Storage] Red Hat Gluster Storage Reporter: Dustin Black <dblack>
Component: doc-Administration_GuideAssignee: Srijita Mukherjee <srmukher>
doc-Administration_Guide sub component: Default QA Contact: Vivek Das <vdas>
Status: CLOSED CURRENTRELEASE Docs Contact: Anjana KD <akrishna>
Severity: unspecified    
Priority: unspecified CC: anoopcs, asriram, madam, nchilaka, nlevinki, rhs-bugs, storage-doc
Version: rhgs-3.3Keywords: ZStream
Target Milestone: ---   
Target Release: RHGS 3.4.z Batch Update 4   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-06-03 05:12:14 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:
Embargoed:
Bug Depends On:    
Bug Blocks: 1672843    

Description Dustin Black 2018-03-26 21:01:58 UTC
In sections 7.2.2 and 7.2.3, the below example commands are given:

# onnode all ctdb disablescript 49.winbind
# onnode all ctdb disablescript 50.samba

# onnode all ctdb enablescript 50.samba
# onnode all ctdb enablescript 49.winbind


The syntax is inaccurate for the shipping CTDB version. These should be:

# onnode all ctdb event script disable 49.winbind
# onnode all ctdb event script disable 50.samba

# onnode all ctdb event script enable 50.samba
# onnode all ctdb event script enable 49.winbind