2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-13 09:50:19 +00:00

energy.pm, remove the stanby fsp/bmc check since CIM interface has problem to do it. So that means if some attributes cannot be supported on stanby fsp, there might be issues. Will fix it when really encounter it.

This commit is contained in:
WangXiaoPeng
2015-04-22 23:43:19 -04:00
parent 6a54cb38f7
commit e215c27a3c

View File

@ -774,12 +774,6 @@ sub run_cim
}
}
delete $http_params->{timeout};
# check whether the primary ip of fsp is the IP we are accessing
if (defined ($value->[0]->{property}->{PrimaryFSP_IP}->{value}) && $value->[0]->{property}->{PrimaryFSP_IP}->{value} ne $http_params->{ip}) {
# run against the standby fsp, do the next one
return 11;
}
# ======start to handle the query and setting======