run checkOpendsReplication if more than one instance in the topology
| | |
| | | </function-arg-def> |
| | | <function-arg-def name="instances" type="required"> |
| | | <function-arg-description> |
| | | instances list |
| | | opends instances objects list |
| | | </function-arg-description> |
| | | </function-arg-def> |
| | | <function-arg-def name="suffix" type="required"> |
| | |
| | | |
| | | |
| | | <!--==== Check replication synchronization =========--> |
| | | <call function="'checkOpendsReplication'"> |
| | | { |
| | | 'instance' : instance, |
| | | 'instances' : instances, |
| | | 'suffix' : suffix, |
| | | 'fileFd' : fileFd |
| | | } |
| | | </call> |
| | | <script> _errNum += STAXResult </script> |
| | | <if expr="len(instances) > 1"> |
| | | <sequence> |
| | | <call function="'checkOpendsReplication'"> |
| | | { |
| | | 'instance' : instance, |
| | | 'instances' : instances, |
| | | 'suffix' : suffix, |
| | | 'fileFd' : fileFd |
| | | } |
| | | </call> |
| | | <script> _errNum += STAXResult </script> |
| | | </sequence> |
| | | </if> |
| | | |
| | | |
| | | <!--==== Compare entries =========--> |