From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 23 Apr 2008 17:23:00 -0000 Subject: [Cluster-devel] conga/luci/cluster validate_fence.js Message-ID: <20080423172300.27635.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: conga Branch: RHEL4 Changes by: rmccabe at sourceware.org 2008-04-23 17:23:00 Modified files: luci/cluster : validate_fence.js Log message: Fix typo Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/validate_fence.js.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.3.2.7&r2=1.3.2.8 --- conga/luci/cluster/validate_fence.js 2008/04/21 18:15:17 1.3.2.7 +++ conga/luci/cluster/validate_fence.js 2008/04/23 17:22:59 1.3.2.8 @@ -13,7 +13,7 @@ fence_inst_validator['brocade'] = [ 'port' ]; fence_inst_validator['bullpap'] = [ 'domain' ]; fence_inst_validator['egenera'] = [ 'lpan', 'pserver' ]; -fence_inst_validator['gndb'] = [ 'ipaddress' ]; +fence_inst_validator['gnbd'] = [ 'ipaddress' ]; fence_inst_validator['mcdata'] = [ 'port' ]; fence_inst_validator['sanbox2'] = [ 'port' ]; fence_inst_validator['scsi'] = [ 'nodename' ];