correct typo issue: s/racl/rack

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14263 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
leiaibj 2012-11-07 07:29:45 +00:00
parent 3b4096e196
commit fa48a097c3

View File

@ -1463,7 +1463,7 @@ sub validate_node_entry{
return "Specified unit $node_entry{$_} is a invalid number";
}
}elsif ($_ eq "height"){
if (! exists $node_entry{"racl"}){
if (! exists $node_entry{"rack"}){
return "Height must be specified together with rack";
}
# Not a valid number.