fence_scsi_test: increment error count when reservation fails
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@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 |
| All times are GMT. The time now is 12:13 AM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.