From 315cf580e6c0072d956bae3ac60860cc0520e333 Mon Sep 17 00:00:00 2001 From: yinle Date: Sun, 20 Mar 2011 10:22:01 +0000 Subject: [PATCH] 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 --- xCAT-server/lib/xcat/plugins/lsslp.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/lsslp.pm b/xCAT-server/lib/xcat/plugins/lsslp.pm index f54207e93..f7ec1ca89 100644 --- a/xCAT-server/lib/xcat/plugins/lsslp.pm +++ b/xCAT-server/lib/xcat/plugins/lsslp.pm @@ -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; ###########################################