Corrected $::NODETYPE_LPAR - Line #20

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@482 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
sakolish 2008-02-14 19:44:53 +00:00
parent f69f03f863
commit 6e83969eea

View File

@ -18,7 +18,7 @@ This module contains all the global info for xCAT.
# valid values for nodelist.nodetype column
$::NODETYPE_OSI="osi";
$::NODETYPE_LPA="lpar";
$::NODETYPE_LPAR="lpar";
$::NODETYPE_BPA="bpa";
$::NODETYPE_FSP="fsp";