- **summary**: AMF: wrong log from amfnd at repair of SU in INST-FAILED state 
--> AMF: wrong log from amfnd at repair of SU
- Description has changed:

Diff:

~~~~

--- old
+++ new
@@ -1,4 +1,4 @@
-When an SU in INSTANTIATION-FAILED state is repaired, amfnd will wrongly 
create the following log:
+When an SU in INSTANTIATION-FAILED state is repaired, amfnd will wrongly log 
the following:
 
 void avnd_failed_state_file_delete(void)
 {
@@ -6,3 +6,5 @@
                 LOG_ER("cannot unlink failed state file %s: %s",
                                 failed_state_file_name, strerror(errno));
 }
+
+The same thing happens in 4.4 when AMF does autoRepair using the same 
mechanism.

~~~~




---

** [tickets:#741] AMF: wrong log from amfnd at repair of SU**

**Status:** unassigned
**Created:** Thu Jan 23, 2014 10:26 AM UTC by Hans Feldt
**Last Updated:** Thu Jan 23, 2014 10:26 AM UTC
**Owner:** Hans Feldt

When an SU in INSTANTIATION-FAILED state is repaired, amfnd will wrongly log 
the following:

void avnd_failed_state_file_delete(void)
{
        if (unlink(failed_state_file_name) == -1)
                LOG_ER("cannot unlink failed state file %s: %s",
                                failed_state_file_name, strerror(errno));
}

The same thing happens in 4.4 when AMF does autoRepair using the same mechanism.


---

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.
------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
Opensaf-tickets mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets

Reply via email to