conga/luci/cluster validate_fence.js
CVSROOT: /cvs/cluster
Module name: conga
Branch: RHEL4
Changes by: rmccabe@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_t ag=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' ];
|