From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3797 invoked by alias); 1 Dec 2006 20:24:19 -0000 Received: (qmail 3770 invoked by uid 9579); 1 Dec 2006 20:24:18 -0000 Date: Fri, 01 Dec 2006 20:24:00 -0000 Message-ID: <20061201202418.3769.qmail@sourceware.org> From: rohara@sourceware.org To: cluster-cvs@sources.redhat.com Subject: cluster/fence/agents/scsi fence_scsi.pl Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2006-q4/txt/msg00628.txt.bz2 CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL50 Changes by: rohara@sourceware.org 2006-12-01 20:24:18 Modified files: fence/agents/scsi: fence_scsi.pl Log message: Remove "self" parameter. This was used to specify the name of the node performing the fence operation, and was passed to the agent. This is no longer used. Instead, we get the name of the local node in the agent by parsing the output from 'cman_tool status'. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/scsi/fence_scsi.pl.diff?cvsroot=cluster&only_with_tag=RHEL50&r1=1.5&r2=1.5.4.1