-Negative/zero slot ids have been used by some to indicate a management module, may not be the best way, but provide compatibility for those scenarios
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2140 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -687,7 +687,7 @@ sub vitals { | ||||
|  | ||||
|   my $tmp; | ||||
|  | ||||
|   if ( defined $slot ) {	#-- querying some blade | ||||
|   if ( defined $slot and $slot > 0) {	#-- querying some blade | ||||
|  | ||||
|     if (grep /watt/,@vitems) { | ||||
|        if ($slot < 8) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user