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:
parent
ae310c716e
commit
d6d2608a5c
@ -538,7 +538,7 @@ sub format_stanza {
|
||||
if ( /^node$/ ) {
|
||||
next;
|
||||
} elsif ( /^nodetype$/ ) {
|
||||
$d = $nodetype{$d};
|
||||
$d = $type;
|
||||
} elsif ( /^groups$/ ) {
|
||||
$d = "$type,all";
|
||||
} elsif ( /^mgt$/ ) {
|
||||
|
Loading…
Reference in New Issue
Block a user