From ce8e4176cc597fa20f3786d9ee060dfb6d0e8b3c Mon Sep 17 00:00:00 2001 From: Jia Zhao Date: Thu, 10 Oct 2013 15:21:41 +0800 Subject: [PATCH] fix nodeimport message problem --- 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 6e70bd1fa..ce03f9436 100644 --- a/xCAT-server/lib/xcat/plugins/profilednodes.pm +++ b/xCAT-server/lib/xcat/plugins/profilednodes.pm @@ -2120,7 +2120,7 @@ sub validate_node_entry{ $errmsg .= "Specified rack cannot be used with chassis.\n"; } elsif (exists $node_entry{"height"} and exists $node_entry{"unit"}){ } else { - $errmsg .= "Specified rack must also specify the chassis or the height and unit.\n"; + $errmsg .= "Specified rack must also specify the height and unit.\n"; } }elsif ($_ eq "chassis"){ if (! exists $allchassis{$node_entry{$_}}){