Can we make a redis active/active HA

General support questions
Post Reply
z_haseeb
Posts: 102
Joined: 2009/12/31 07:58:30

Can we make a redis active/active HA

Post by z_haseeb » 2017/11/24 14:05:35

Can we make a redis active/active cluster in pacemaker ?
Means I want to run redis on both nodes. Any way to do it ?

hunter86_bg
Posts: 2019
Joined: 2015/02/17 15:14:33
Location: Bulgaria
Contact:

Re: Can we make a redis active/active HA

Post by hunter86_bg » 2017/11/24 16:17:05

You need to define a clone resource.
Just append '--clone' when you 'pcs resource create' it.

Post Reply