[Cluster-devel] [PATCH] fence_scsi_test: increment error count when reservation fails

Ryan O'Hara rohara at redhat.com
Mon Apr 9 14:34:50 UTC 2012


If the do_action_on subroutine fails to create a reservation, the
error count should be incremented not set to zero.

Resolves: rhbz#809481

Signed-off-by: Ryan O'Hara <rohara at redhat.com>
---
  fence/agents/scsi/fence_scsi_test.pl |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fence/agents/scsi/fence_scsi_test.pl 
b/fence/agents/scsi/fence_scsi_test.pl
index 5c2302c..c012a12 100755
--- a/fence/agents/scsi/fence_scsi_test.pl
+++ b/fence/agents/scsi/fence_scsi_test.pl
@@ -44,7 +44,7 @@ sub do_action_on (\@$$)
       if (scalar (get_keys_reserve ($dev)) == 0) {
  	if (do_reserve ($dev, $node_key) != 0) {
-	    $err = 0;
+	    $err++;
  	}
      }
  -- 1.7.1

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Attached Message Part
URL: <http://listman.redhat.com/archives/cluster-devel/attachments/20120409/aebee3f2/attachment.ksh>


More information about the Cluster-devel mailing list