Migrated from http://devel.opensaf.org/ticket/2205.
The parameters of the SG
saAmfSGNumPrefStandbySUs, saAmfSGNumPrefAssignedSUs, saAmfSGNumPrefActiveSUs, saAmfSGMaxStandbySIsperSU, saAmfSGMaxActiveSIsperSU
are currently not validated for the invalid configuration values.
Should these be validated as per the description of 2N redundancy model from the AMF specification ? i.e
saAmfSGNumPrefStandbySUs values 0 or 1
saAmfSGNumPrefAssignedSUs values 0 or 1 or 2
saAmfSGNumPrefActiveSUs values 0 or 1
saAmfSGMaxStandbySIsperSU = 1
saAmfSGMaxActiveSIsperSU = 1
These variables are not used in all the redundancy models and hence couldn't be validated for those redundancy models, which don't use them.
The mentioned attributes are not used for 2N as per Amf Specs, so user can configure any values, but they will not be used.
Thanks
-Nagu