Bug 153739

Summary: fence init script needs to wait for the fence join to complete and register
Product: [Retired] Red Hat Cluster Suite Reporter: Corey Marthaler <cmarthal>
Component: fenceAssignee: Adam "mantis" Manthei <amanthei>
Status: CLOSED NEXTRELEASE QA Contact: Cluster QE <mspqa-list>
Severity: medium Docs Contact:
Priority: medium    
Version: 4CC: cluster-maint
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: 2005-04-14 20:23:57 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:
Bug Depends On:    
Bug Blocks: 144795    

Description Corey Marthaler 2005-04-05 15:24:00 UTC
Description of problem:
Not doing so causes the gfs filesystems in /etc/fstab to fail to mount on start up:
.
.
.
Mounting GFS filesystems:  
Lock_Harness 2.6.9-28.3 (built Mar 29 2005 18:33:50) installed
GFS 2.6.9-28.3 (built Mar 29 2005 18:34:10) installed
GFS: Trying to join cluster "lock_dlm", "tank-cluster:gfs0"
Lock_DLM (built Mar 29 2005 18:33:52) installed
lock_dlm: fence domain not found; check fenced
GFS: can't mount proto = lock_dlm, table = tank-cluster:gfs0, hostdata =
GFS: Trying to join cluster "lock_dlm", "tank-cluster:gfs1"
lock_dlm: fence domain not found; check fenced
GFS: can't mount proto = lock_dlm, table = tank-cluster:gfs1, hostdata =
mount: permission denied
mount: permission denied
[FAILED]



Version-Release number of selected component (if applicable):
[root@tank-01 ~]# fence_tool -V
fence_tool 1.26 (built Mar 24 2005 18:12:14)
Copyright (C) Red Hat, Inc.  2004  All rights reserved.


How reproducible:
everytime

Comment 1 Adam "mantis" Manthei 2005-04-13 21:14:30 UTC
added "-w" to fence_tool join

Checking in fence/init.d/fenced;
/cvs/cluster/cluster/fence/init.d/fenced,v  <--  fenced
new revision: 1.1.2.2; previous revision: 1.1.2.1
done


Comment 2 Corey Marthaler 2005-04-14 20:23:57 UTC
fix verified.