* [Cluster-devel] cluster/fence/agents/wti fence_wti.pl
@ 2006-08-16 19:10 jparsons
0 siblings, 0 replies; 4+ messages in thread
From: jparsons @ 2006-08-16 19:10 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Changes by: jparsons at sourceware.org 2006-08-16 19:10:46
Modified files:
fence/agents/wti: fence_wti.pl
Log message:
Ignore unused args to stdin
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/wti/fence_wti.pl.diff?cvsroot=cluster&r1=1.4&r2=1.5
--- cluster/fence/agents/wti/fence_wti.pl 2005/07/08 20:09:56 1.4
+++ cluster/fence/agents/wti/fence_wti.pl 2006/08/16 19:10:46 1.5
@@ -352,9 +352,5 @@
# FIXME should we do more error checking?
# Excess name/vals will be eaten for now
- else
- {
- fail "parse error: unknown option \"$opt\"\n";
- }
}
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Cluster-devel] cluster/fence/agents/wti fence_wti.pl
@ 2007-01-31 20:00 jparsons
0 siblings, 0 replies; 4+ messages in thread
From: jparsons @ 2007-01-31 20:00 UTC (permalink / raw)
To: cluster-devel.redhat.com
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)\>/');
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Cluster-devel] cluster/fence/agents/wti fence_wti.pl
@ 2007-01-31 20:20 jparsons
0 siblings, 0 replies; 4+ messages in thread
From: jparsons @ 2007-01-31 20:20 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL5
Changes by: jparsons at sourceware.org 2007-01-31 20:20:48
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=RHEL5&r1=1.5&r2=1.5.2.1
--- cluster/fence/agents/wti/fence_wti.pl 2006/08/16 19:10:46 1.5
+++ cluster/fence/agents/wti/fence_wti.pl 2007/01/31 20:20:48 1.5.2.1
@@ -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)\>/');
@@ -352,5 +353,9 @@
# FIXME should we do more error checking?
# Excess name/vals will be eaten for now
+ else
+ {
+ fail "parse error: unknown option \"$opt\"\n";
+ }
}
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Cluster-devel] cluster/fence/agents/wti fence_wti.pl
@ 2007-01-31 20:22 jparsons
0 siblings, 0 replies; 4+ messages in thread
From: jparsons @ 2007-01-31 20:22 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Changes by: jparsons at sourceware.org 2007-01-31 20:22:08
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&r1=1.5&r2=1.6
--- cluster/fence/agents/wti/fence_wti.pl 2006/08/16 19:10:46 1.5
+++ cluster/fence/agents/wti/fence_wti.pl 2007/01/31 20:22:07 1.6
@@ -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)\>/');
@@ -352,5 +353,9 @@
# FIXME should we do more error checking?
# Excess name/vals will be eaten for now
+ else
+ {
+ fail "parse error: unknown option \"$opt\"\n";
+ }
}
}
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-01-31 20:22 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-31 20:20 [Cluster-devel] cluster/fence/agents/wti fence_wti.pl jparsons
-- strict thread matches above, loose matches on Subject: below --
2007-01-31 20:22 jparsons
2007-01-31 20:00 jparsons
2006-08-16 19:10 jparsons
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).