Bug 465850

Summary: /etc/init.d/cman looks for /usr/sbin/cman_tool in start_fence()
Product: [Fedora] Fedora Reporter: John Ruemker <jruemker>
Component: cmanAssignee: Jim Parsons <jparsons>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: agk, ccaulfie, cfeist, fdinitto, jparsons, mbroz, swhiteho
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-10-10 06:50:50 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:

Description John Ruemker 2008-10-06 17:51:20 UTC
Description of problem: The cman init script incorrectly looks for /usr/sbin/cman_tool instead of /sbin/cman_tool.  

# service cman start
Starting cluster: 
   Loading modules... done
   Mounting configfs... done
   Setting network parameters... done
   Starting cman... done
   Starting daemons... done
   Starting fencing... /etc/init.d/cman: line 238: /usr/sbin/cman_tool: No such file or directory
done

Version-Release number of selected component (if applicable): cman-2.99.10-5.fc10.x86_64

How reproducible: Always

Steps to Reproduce:
1. service cman start
  
Actual results: Cman and all related daemons start without error


Expected results: Starting fencing throws an error


Additional info:

Comment 1 Fabio Massimo Di Nitto 2008-10-10 06:50:50 UTC
Ryan did commit a hot fix on both master and stable2 branch.

Change is already propagated into F10 and it has already been pushed for F9 updates.