ack, review only/Thanks HansN

On 1/21/19 04:52, Gary Lee wrote:
> Add parameters FMS_TAKEOVER_PRIORITISE_PARTITION_SIZE and
> FMS_RELAXED_NODE_PROMOTION.
> ---
>   src/fm/fmd/fmd.conf | 17 +++++++++++++++++
>   1 file changed, 17 insertions(+)
>
> diff --git a/src/fm/fmd/fmd.conf b/src/fm/fmd/fmd.conf
> index 9a106bf..209e484 100644
> --- a/src/fm/fmd/fmd.conf
> +++ b/src/fm/fmd/fmd.conf
> @@ -30,6 +30,23 @@ export FMS_TAKEOVER_REQUEST_VALID_TIME=20
>   # Full path to key-value store plugin
>   #export FMS_KEYVALUE_STORE_PLUGIN_CMD=
>   
> +# In the event of SCs being split into network partitions, we can try to make
> +# the active SC reside in the largest network partition. If it is preferable
> +# to keep the current SC active, then set this to 0
> +# Default is 1
> +#export FMS_TAKEOVER_PRIORITISE_PARTITION_SIZE=1
> +
> +# Default behaviour is not to allow promotion of this node to Active
> +# unless a lock can be obtained, if split brain prevention is enabled.
> +# Uncomment the next line to allow promotion of this node at cluster startup,
> +# if a peer SC can be seen and we have a lower node ID, in the event the
> +# consensus service is not available.
> +# Also if the consensus service is down, but a peer SC can be seen,
> +# then an active SC may remain active.
> +# This mode should not be used together with the roaming SC feature
> +# Default is 0
> +#export FMS_RELAXED_NODE_PROMOTION=0
> +
>   # FM will supervise transitions to the ACTIVE role when this variable is 
> set to
>   # 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

_______________________________________________
Opensaf-devel mailing list
Opensaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-devel

Reply via email to