~y-trudeau/mysql-mmm/mysql-mmm-NoKillPassiveOrNoNet

« back to all changes in this revision

Viewing changes to doc/mmm_control.texi

  • Committer: Pascal Hofmann
  • Date: 2010-05-05 11:41:23 UTC
  • Revision ID: mail@pascalhofmann.de-20100505114123-y39j30i2vrz654ar
Removed checks for incorrect state REPLICATION_BACKLOG (it's called REPLICATION_DELAY...).

Show diffs side-by-side

added added

removed removed

Lines of Context:
190
190
@end smallexample
191
191
 
192
192
@section @code{move_role --force @var{role} @var{host}}
193
 
Can be used to move the @var{active_master_role} to a host with state @code{REPLICATION_FAIL} or @code{REPLICATION_BACKLOG}. Use this with caution! This command is not available in @code{PASSIVE} mode.
 
193
Can be used to move the @var{active_master_role} to a host with state @code{REPLICATION_FAIL} or @code{REPLICATION_DELAY}. Use this with caution! This command is not available in @code{PASSIVE} mode.
194
194
 
195
195
@section @code{set_ip @var{ip} @var{host}}
196
196
@code{set_ip} can be used to manipulate the roles in @code{PASSIVE} mode. The changes won't be applied until the monitor is switched into @code{ACTIVE} or @code{manual} mode via @code{set_active} or @code{set_manual}.