~vcs-imports/mysql-mmm/2.0

« back to all changes in this revision

Viewing changes to lib/Agent/Helpers/Actions.pm

  • Committer: mail at pascalhofmann
  • Date: 2009-02-06 17:46:25 UTC
  • Revision ID: vcs-imports@canonical.com-20090206174625-6xdbldxussq9mx0f
ph:
- illustrations for documentation 
- Documentation update (requirements, logging configuration, ...)
- Log message if check enters unknown state
- change version to 2.0.0 instead of 2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
233
233
 
234
234
=item sync_with_master( )
235
235
 
236
 
Try to sync up a (soon active) master with his peer (old active master) when the I<active_writer_role> is moved. If the peer is reachable it syncs with the master log. If not reachable, syncs with the relay log.
 
236
Try to sync up a (soon active) master with his peer (old active master) when the I<active_master_role> is moved. If the peer is reachable it syncs with the master log. If not reachable, syncs with the relay log.
237
237
 
238
238
=cut
239
239