changeset:   4865:1e7f965d8b50
branch:      opensaf-4.4.x
parent:      4863:a9fb3a4aa51a
user:        Nagendra Kumar<[email protected]>
date:        Wed Jan 29 16:49:25 2014 +0530
summary:     amfd: respond to imm for si lock on unassigned su [#660]

changeset:   4866:35bfeb21f172
tag:         tip
parent:      4864:20481c1b0d7f
user:        Nagendra Kumar<[email protected]>
date:        Wed Jan 29 16:49:42 2014 +0530
summary:     amfd: respond to imm for si lock on unassigned su [#660]

[staging:1e7f96]
[staging:35bfeb]



---

** [tickets:#660] Lock of unassigned si times out**

**Status:** review
**Created:** Mon Dec 16, 2013 05:56 AM UTC by Nagendra Kumar
**Last Updated:** Wed Jan 22, 2014 07:44 AM UTC
**Owner:** Nagendra Kumar

Locking of an unassigned SI results in timeout.

The admin result  is missing in the code:
                if (si->list_of_sisu == AVD_SU_SI_REL_NULL) {
                        avd_si_admin_state_set(si, SA_AMF_ADMIN_LOCKED);
                        /* This may happen when SUs are locked before SI is 
locked. */
                        LOG_WA("SI lock of %s, has no assignments", 
objectName->value);
                        rc = SA_AIS_OK;
                        goto done;
                }

At done, the response is not there.
done:
        TRACE_LEAVE();
}

Also, the admin response is missing at below location:

        if (csi_assignment_validate(si->sg_of_si) == true) {
                rc = SA_AIS_ERR_TRY_AGAIN;
                LOG_WA("Single Csi assignment undergoing on (sg'%s')", 
si->sg_of_si->name.value);
                goto done;
        }



---

Sent from sourceforge.net because [email protected] is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.
------------------------------------------------------------------------------
WatchGuard Dimension instantly turns raw network data into actionable 
security intelligence. It gives you real-time visual feedback on key
security issues and trends.  Skip the complicated setup - simply import
a virtual appliance and go from zero to informed in seconds.
http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk
_______________________________________________
Opensaf-tickets mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets

Reply via email to