mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-30 19:02:27 +00:00 
			
		
		
		
	-Avoid confusing perl in rmblade about '@' character in noderange
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5397 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -77,7 +77,8 @@ print "ip: $ip\n"; | ||||
| print "host: $mm\n"; | ||||
| print "slot: $slot\n"; | ||||
| # we now have slot and amm.  Need to now get which blade this is: | ||||
| my $node = `nodels mp.id==$slot@mp.mpa==$mm`; | ||||
| my $nlscmd = "nodels mp.id==$slot".'@'."mp.mpa==$mm" | ||||
| my $node = `$nlscmd`; | ||||
| chomp($node); | ||||
| print "node: $node\n"; | ||||
| if($node ne ''){ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user