fix bug 3184555:rscan -z return empty nodetype for fsp

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8871 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
yinle 2011-02-17 07:18:41 +00:00
parent ae310c716e
commit d6d2608a5c

View File

@ -538,7 +538,7 @@ sub format_stanza {
if ( /^node$/ ) {
next;
} elsif ( /^nodetype$/ ) {
$d = $nodetype{$d};
$d = $type;
} elsif ( /^groups$/ ) {
$d = "$type,all";
} elsif ( /^mgt$/ ) {