[ha-guide] fix resource colocation order

Change-Id: If0419665725a676f06ee64b59f41e00ed37987fd
Closes-Bug: #1594737
This commit is contained in:
KATO Tomoyuki 2016-06-24 10:13:34 +09:00
parent 22856b7773
commit d436fac702

@ -43,7 +43,7 @@ and ensure the VIPs can only run on machines where HAProxy is active:
$ pcs resource create lb-haproxy systemd:haproxy --clone
$ pcs constraint order start vip then lb-haproxy-clone kind=Optional
$ pcs constraint colocation add vip with lb-haproxy-clone
$ pcs constraint colocation add lb-haproxy-clone with vip
``crmsh``