Ticket #301 (closed defect: wontfix)
avm_rda_cb() fails when standby controller is shutdown
| Reported by: | mibis | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | AvM | Version: | 2.0.0 |
| Keywords: | avm avm_rda_cb avm_find_ent_info | Cc: | |
| patch waiting for maintainer: | no |
Description
Running two controllers with HISv turned on. Shutdown standby controller (nis_scxb stop) and the active controller calls avm_rda_cb(). This code calls avm_find_ent_info() which fails resulting in an error message appearing in the scap log:
PCS_RDA_NODE_RESET_CMD recvd, slot 2, shelf 2
Error in avm_rda_cb : ent_info is NULL
It appears that the avm_rda_cb() is not able to complete its function of resetting the standby controller due to the failure of being able to lookup the node_name for the failed node using the avm_find_ent_info() call.
Change History
Note: See
TracTickets for help on using
tickets.
