Merge "[ha-guide] fix resource colocation order"

This commit is contained in:
Jenkins 2016-06-30 06:55:50 +00:00 committed by Gerrit Code Review
commit 1cbdddb9bb

@ -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``