From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21196 invoked by alias); 12 Jul 2006 16:55:28 -0000 Received: (qmail 21134 invoked by uid 9579); 12 Jul 2006 16:55:28 -0000 Date: Wed, 12 Jul 2006 16:55:00 -0000 Message-ID: <20060712165528.21133.qmail@sourceware.org> From: rohara@sourceware.org To: cluster-cvs@sources.redhat.com Subject: cluster/fence/scripts scsi_reserve Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2006-q3/txt/msg00074.txt.bz2 List-Id: CVSROOT: /cvs/cluster Module name: cluster Changes by: rohara@sourceware.org 2006-07-12 16:55:28 Modified files: fence/scripts : scsi_reserve Log message: Added success and failure commands in start/stop. scsi_reserve start - success if we can register with a device. scsi_reserve stop - success if wa can unregister with a device. Note that we always try to create a reservation for a device in start, but we do not care about success/failure. If it fails, it is probably because a reservation already exists. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/scripts/scsi_reserve.diff?cvsroot=cluster&r1=1.2&r2=1.3