check stanby fsp ip
This commit is contained in:
parent
06f4eca23b
commit
378c162578
@ -486,6 +486,11 @@ sub run_cim
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
# 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======
|
||||
|
Loading…
Reference in New Issue
Block a user