-
Bug
-
Resolution: Done
-
Major
-
RH436 - RHEL 7.1 2
-
None
-
en-US (English)
URL:
Reporter RHNID:
Section: -
Language: en-US (English)
Workaround: Chapter 2, Section 3
Before:
[root@archer ~]# pcs cluster setup --start \
> --name testcluster --last_man_standing --wait_for_all \ > archer.example.com \
> lana.example.com \
> cyril.example.com
After:
[root@archer ~]# pcs cluster setup --start \
> --name testcluster --last_man_standing=1 --wait_for_all=1 \ > archer.example.com \
> lana.example.com \
> cyril.example.com
Description: Example snippet omits values for --last_man_standing and --wait_for_all