mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 11:22:27 +00:00 
			
		
		
		
	rscan couldn't support for frame
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8723 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -95,8 +95,8 @@ sub enumerate { | ||||
|         for my $node_name ( keys %$node_hash) | ||||
|         { | ||||
|             my $d = $node_hash->{$node_name}; | ||||
| 	    if($$d[4] =~ /^lpar$/ || $$d[4] =~ /^bpa$/) { | ||||
| 	        $data = "please check the $node_name; the noderange of rscan couldn't be LPAR or BPA. "; | ||||
| 	    if($$d[4] =~ /^lpar$/ || $$d[4] =~ /^bpa$/ || $$d[4] =~ /^frame$/ ) { | ||||
| 	        $data = "please check the $node_name; the noderange of rscan couldn't be LPAR or BPA, or frame. "; | ||||
| 		#push @output, [$node_name,$data,$Rc]; | ||||
|                 push @values, $data; | ||||
|                 next; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user