mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-30 10:52:31 +00:00 
			
		
		
		
	Fix bug 3210530: 'lsslp -m' cannot find HMC, but 'lsslp -s HMC -m"could?
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9109 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -23,6 +23,7 @@ use constant { | ||||
|     SOFTWARE_SERVICE => "service:management-software.IBM", | ||||
|     WILDCARD_SERVICE => "service:management-*", | ||||
|     P6_SERVICE       => "service:management-hardware.IBM", | ||||
|     P7_SERVICE       => "service:management-software.IBM", | ||||
|     SERVICE_FSP      => "cec-service-processor", | ||||
|     SERVICE_BPA      => "bulk-power-controller", | ||||
|     SERVICE_CEC      => "null", | ||||
| @@ -3164,7 +3165,7 @@ sub runcmd { | ||||
|     my $cmd      = shift; | ||||
|     my $services = shift; | ||||
|     my $callback = $request->{callback}; | ||||
|     my @services = ( WILDCARD_SERVICE, P6_SERVICE ); | ||||
|     my @services = ( WILDCARD_SERVICE, P6_SERVICE, P7_SERVICE ); | ||||
|     my $start; | ||||
|  | ||||
|     ########################################### | ||||
|   | ||||
		Reference in New Issue
	
	Block a user