From mboxrd@z Thu Jan 1 00:00:00 1970 From: jparsons@sourceware.org Date: 31 Jan 2007 20:00:51 -0000 Subject: [Cluster-devel] cluster/fence/agents/wti fence_wti.pl Message-ID: <20070131200051.12204.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: jparsons at sourceware.org 2007-01-31 20:00:50 Modified files: fence/agents/wti: fence_wti.pl Log message: Fix for bz205457 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/wti/fence_wti.pl.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2.2.2&r2=1.2.2.3 --- cluster/fence/agents/wti/fence_wti.pl 2005/07/08 20:09:46 1.2.2.2 +++ cluster/fence/agents/wti/fence_wti.pl 2007/01/31 20:00:50 1.2.2.3 @@ -186,6 +186,7 @@ # at this point, failing to turn the machine back on shouldn't be a failure if (($opt_o eq "on") || ($opt_o eq "reboot")) { + sleep 5; $t->print("/on $opt_n"); ($line, $match) = $t->waitfor('/\(Y\/N\)|(TPS|IPS|RPC|NPS|NBB)\>/');