From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22158 invoked by alias); 28 Jul 2009 17:37:57 -0000 Received: (qmail 22152 invoked by alias); 28 Jul 2009 17:37:57 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Check-By: sourceware.org X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bastion2.fedora.phx.redhat.com Subject: cluster: STABLE3 - BZ 512998 - Add comment about fence_scsi limitations. To: cluster-cvs-relay@redhat.com X-Project: Cluster Project X-Git-Module: cluster.git X-Git-Refname: refs/heads/STABLE3 X-Git-Reftype: branch X-Git-Oldrev: 9509dcec6bdf1c830ee34edfb0b8b175cdf4dc63 X-Git-Newrev: 0539e2446709463d0b5036f5d6e5d8a87a3dccb5 From: rohara Message-Id: <20090728173548.6E90512022C@lists.fedorahosted.org> Date: Tue, 28 Jul 2009 17:37:00 -0000 X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 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: 2009-q3/txt/msg00115.txt.bz2 Gitweb: http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=0539e2446709463d0b5036f5d6e5d8a87a3dccb5 Commit: 0539e2446709463d0b5036f5d6e5d8a87a3dccb5 Parent: 9509dcec6bdf1c830ee34edfb0b8b175cdf4dc63 Author: Ryan O'Hara AuthorDate: Tue Jul 28 12:34:39 2009 -0500 Committer: Ryan O'Hara CommitterDate: Tue Jul 28 12:34:39 2009 -0500 BZ 512998 - Add comment about fence_scsi limitations. --- fence/man/fence_scsi.8 | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/fence/man/fence_scsi.8 b/fence/man/fence_scsi.8 index c714fc7..39843cd 100644 --- a/fence/man/fence_scsi.8 +++ b/fence/man/fence_scsi.8 @@ -99,5 +99,12 @@ Name of the node that will perform the fencing operation. \fIverbose = < param >\fR Verbose output. +.SH LIMITATIONS +The fence_scsi fencing agent requires a minimum of three nodes in the +cluster to operate. For SAN devices connected via fiber channel, +these must be physical nodes. SAN devices connected via iSCSI may use +virtual or physical nodes. In addition, fence_scsi cannot be used in +conjunction with qdisk. + .SH SEE ALSO fence(8), fence_node(8), sg_persist(8), lvs(8), lvm.conf(5)