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:
yinle
2011-03-20 10:22:01 +00:00
parent 25a778e399
commit 315cf580e6

View File

@ -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;
###########################################