>-----Original Message----- >From: Anders Widell [mailto:anders.wid...@ericsson.com] >Sent: Wednesday, March 02, 2016 7:24 PM >To: Mathivanan Naickan Palanivelu >Cc: opensaf-devel@lists.sourceforge.net >Subject: [PATCH 1 of 1] fm: Increase the default activation supervision time- >out to five minutes [#79] > > osaf/services/infrastructure/fm/config/fmd.conf | 2 +- > osaf/services/infrastructure/fm/fms/fm_main.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > >The default activation supervision time-out was set too low, which could >cause it to expire e.g. on systems with a large number of objects in the IMM >database. The new default setting of five minutes ought to be sufficient even >for large deployments. > >diff --git a/osaf/services/infrastructure/fm/config/fmd.conf >b/osaf/services/infrastructure/fm/config/fmd.conf >--- a/osaf/services/infrastructure/fm/config/fmd.conf >+++ b/osaf/services/infrastructure/fm/config/fmd.conf >@@ -23,7 +23,7 @@ export FMS_PROMOTE_ACTIVE_TIMER=0 # a non-zero >value. The value is the time in the unit of 10 ms to wait for a # role change >to >ACTIVE to take effect. If AMF has not give FM an active # assignment within >this time, the node will be rebooted. >-#export FMS_ACTIVATION_SUPERVISION_TIMER=1000 >+#export FMS_ACTIVATION_SUPERVISION_TIMER=30000 > > # Uncomment the next line to enable info level logging #args="-- >loglevel=info" >diff --git a/osaf/services/infrastructure/fm/fms/fm_main.c >b/osaf/services/infrastructure/fm/fms/fm_main.c >--- a/osaf/services/infrastructure/fm/fms/fm_main.c >+++ b/osaf/services/infrastructure/fm/fms/fm_main.c >@@ -397,7 +397,7 @@ static uint32_t fm_get_args(FM_CB *fm_cb > fm_cb->activation_supervision_tmr_val = > atoi(activation_supervision_tmr_val); > } else { >- fm_cb->activation_supervision_tmr_val = 1000; >+ fm_cb->activation_supervision_tmr_val = 30000; > } > > /* Set timer variables */
------------------------------------------------------------------------------ Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785471&iu=/4140 _______________________________________________ Opensaf-devel mailing list Opensaf-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/opensaf-devel