From fa48a097c3c56b13925f828602cc1576e4a6dd6a Mon Sep 17 00:00:00 2001 From: leiaibj Date: Wed, 7 Nov 2012 07:29:45 +0000 Subject: [PATCH] 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 --- xCAT-server/lib/xcat/plugins/profilednodes.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/profilednodes.pm b/xCAT-server/lib/xcat/plugins/profilednodes.pm index 159260561..d61506aaa 100644 --- a/xCAT-server/lib/xcat/plugins/profilednodes.pm +++ b/xCAT-server/lib/xcat/plugins/profilednodes.pm @@ -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.