http://forums.fedoraforum.org – Hi, I'm working on running 2 redis nodes as failover cluster. Keepalived migrating VirtualIP successfully, but still not clear how to run command on slave to be a master during failover. Here is a config: Code: ! Configuration File for keepalived global_defs { notification_email { root@example.com } notification_email_from redis1_keepalived@example.com smtp_server 127.0.0.1 smtp_connect_timeout 30 router_id keepalived_on_redis } vrrp_script chk_redis { (HowTos)