Skip to content

Commit

Permalink
Fix crm configure -> just crm where appropriate (#366)
Browse files Browse the repository at this point in the history
bsc#1218647
jsc#DOCTEAM-1213
  • Loading branch information
tahliar committed Jan 12, 2024
1 parent 80b9f0d commit 7603c6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion xml/ha_configuring_resources.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1216,7 +1216,7 @@
Log in as &rootuser; and start the <command>crm</command>
interactive shell:
</para>
<screen>&prompt.root;<command>crm</command> configure</screen>
<screen>&prompt.root;<command>crm</command></screen>
</step>
<step>
<para>
Expand Down
8 changes: 4 additions & 4 deletions xml/ha_lb_haproxy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -331,13 +331,13 @@ backend LB
<para>
Configure a new CIB:
</para>
<screen>&prompt.root;<command>crm</command> configure
&prompt.crm;<command>cib</command> new haproxy-config
&prompt.crmhp;<command>primitive</command> haproxy systemd:haproxy \
<screen>&prompt.root;<command>crm</command>
&prompt.crm;<command>cib new haproxy-config</command>
&prompt.crmhp;<command>primitive haproxy systemd:haproxy \
op start timeout=120 interval=0 \
op stop timeout=120 interval=0 \
op monitor timeout=100 interval=5s \
meta target-role=Started
meta target-role=Started</command>
&prompt.crmhp;<command>primitive</command> vip IPaddr2 \
params ip=&subnetI;.99 nic=eth0 cidr_netmask=23 broadcast=&subnetI;.255 \
op monitor interval=5s timeout=120 on-fail=restart
Expand Down

0 comments on commit 7603c6d

Please sign in to comment.