mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 19:32:31 +00:00 
			
		
		
		
	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:
		| @@ -538,7 +538,7 @@ sub format_stanza { | ||||
|             if ( /^node$/ ) { | ||||
|                 next; | ||||
|             } elsif ( /^nodetype$/ ) { | ||||
|                 $d = $nodetype{$d};  | ||||
|                 $d = $type; | ||||
|             } elsif ( /^groups$/ ) { | ||||
|                 $d = "$type,all"; | ||||
|             } elsif ( /^mgt$/ ) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user