cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] cluster/fence/agents/mcdata fence_mcdata.pl
@ 2006-08-16 19:05 teigland
  0 siblings, 0 replies; 2+ messages in thread
From: teigland @ 2006-08-16 19:05 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland at sourceware.org	2006-08-16 19:05:25

Modified files:
	fence/agents/mcdata: fence_mcdata.pl 

Log message:
	don't barf on unknown option arg

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/mcdata/fence_mcdata.pl.diff?cvsroot=cluster&r1=1.1&r2=1.2

--- cluster/fence/agents/mcdata/fence_mcdata.pl	2004/06/24 08:53:14	1.1
+++ cluster/fence/agents/mcdata/fence_mcdata.pl	2006/08/16 19:05:25	1.2
@@ -134,13 +134,6 @@
 	{
             $opt_n = $val;
         } 
-
-        # FIXME should we do more error checking?  
-        # Excess name/vals will be eaten for now
-	else 
-	{
-           fail "parse error: unknown option \"$opt\"";
-        }
     }
 }
 



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Cluster-devel] cluster/fence/agents/mcdata fence_mcdata.pl
@ 2007-09-25 14:23 jparsons
  0 siblings, 0 replies; 2+ messages in thread
From: jparsons @ 2007-09-25 14:23 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4
Changes by:	jparsons at sourceware.org	2007-09-25 14:23:15

Modified files:
	fence/agents/mcdata: fence_mcdata.pl 

Log message:
	fix for bz240115

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/mcdata/fence_mcdata.pl.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.1&r2=1.1.2.2

--- cluster/fence/agents/mcdata/fence_mcdata.pl	2007/02/12 20:33:58	1.1.2.1
+++ cluster/fence/agents/mcdata/fence_mcdata.pl	2007/09/25 14:23:15	1.1.2.2
@@ -277,7 +277,9 @@
    }
    next unless ( $field eq "Blocked" );
    if ( ($block && $b_state eq "true") ||
-        (!$block && $b_state eq "false") )
+        (!$block && $b_state eq "false") ||
+        ($block && $b_state eq "Blocked") ||
+        (!$block && $b_state eq "Unblocked") )
    {
       $fail = 0;
    }



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-09-25 14:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-16 19:05 [Cluster-devel] cluster/fence/agents/mcdata fence_mcdata.pl teigland
  -- strict thread matches above, loose matches on Subject: below --
2007-09-25 14:23 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).