If the second mount attempt fails, should heartbeat release all the
resources?

Nikhil

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Lars Ellenberg
Sent: Wednesday, July 16, 2008 7:59 AM
To: linux-ha@lists.linux-ha.org
Subject: Re: [Linux-HA] Wierd heartbeat problem.

On Mon, Jul 14, 2008 at 10:13:21AM -0700, Nikhil Kulkarni wrote:
> This is my haresources file:
> 
> watchdog-client1 IPaddr::10.0.38.71/24/eth0 drbddisk::r0 Delay::3::0
> Filesystem::/dev/drbd1:://mnt/data::ext3 kill nfs Delay::3::0 nfs
nfslock
                          ^^

remove that extra slash.

the Filesystem script "status" (monitor) target
does not sufficiently sanitize the mount point path input parameter,
but greps for that exact string.
which is not there.
because mount itself _did_ sanitize that path.

so status (monitor) fails,
and the second mount attempt does fail as well.

provide sane input parameters, and be happy.


-- 
: Lars Ellenberg                           http://www.linbit.com :
: DRBD/HA support and consulting             sales at linbit.com :
: LINBIT Information Technologies GmbH      Tel +43-1-8178292-0  :
: Vivenotgasse 48, A-1120 Vienna/Europe     Fax +43-1-8178292-82 :
__
please don't Cc me, but send to list -- I'm subscribed
_______________________________________________
Linux-HA mailing list
Linux-HA@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems
_______________________________________________
Linux-HA mailing list
Linux-HA@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to