From d6d2608a5c0955fe35bce02c3870f60b78709a45 Mon Sep 17 00:00:00 2001 From: yinle Date: Thu, 17 Feb 2011 07:18:41 +0000 Subject: [PATCH] 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 --- perl-xCAT/xCAT/PPCscan.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/PPCscan.pm b/perl-xCAT/xCAT/PPCscan.pm index f6cbd4aad..38f45faa6 100644 --- a/perl-xCAT/xCAT/PPCscan.pm +++ b/perl-xCAT/xCAT/PPCscan.pm @@ -538,7 +538,7 @@ sub format_stanza { if ( /^node$/ ) { next; } elsif ( /^nodetype$/ ) { - $d = $nodetype{$d}; + $d = $type; } elsif ( /^groups$/ ) { $d = "$type,all"; } elsif ( /^mgt$/ ) {