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:
parent
3b4096e196
commit
fa48a097c3
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user