Fix textual errors
Fix 'p_ip_rabbitmp' to 'p_ip_rabbitmq'. Closes-bug: #1329804 Change-Id: Ic378f269f20d96ef620e71f378c200e37fc70f9b
This commit is contained in:
parent
4c3383b192
commit
23561b2240
@ -155,7 +155,7 @@ node1:# umount /mnt</screen>
|
|||||||
<simpara>You may now proceed with adding the Pacemaker configuration for
|
<simpara>You may now proceed with adding the Pacemaker configuration for
|
||||||
RabbitMQ resources. Connect to the Pacemaker cluster with <literal>crm
|
RabbitMQ resources. Connect to the Pacemaker cluster with <literal>crm
|
||||||
configure</literal>, and add the following cluster resources:</simpara>
|
configure</literal>, and add the following cluster resources:</simpara>
|
||||||
<screen>primitive p_ip_rabbitmp ocf:heartbeat:IPaddr2 \
|
<screen>primitive p_ip_rabbitmq ocf:heartbeat:IPaddr2 \
|
||||||
params ip="192.168.42.100" cidr_netmask="24" \
|
params ip="192.168.42.100" cidr_netmask="24" \
|
||||||
op monitor interval="10s"
|
op monitor interval="10s"
|
||||||
primitive p_drbd_rabbitmq ocf:linbit:drbd \
|
primitive p_drbd_rabbitmq ocf:linbit:drbd \
|
||||||
@ -185,7 +185,7 @@ order o_drbd_before_rabbitmq inf: ms_drbd_rabbitmq:promote g_rabbitmq:start</scr
|
|||||||
<simpara>This configuration creates</simpara>
|
<simpara>This configuration creates</simpara>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<simpara><literal>p_ip_rabbitmp</literal>, a virtual IP address for use by RabbitMQ
|
<simpara><literal>p_ip_rabbitmq</literal>, a virtual IP address for use by RabbitMQ
|
||||||
(192.168.42.100),
|
(192.168.42.100),
|
||||||
</simpara>
|
</simpara>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
primitive p_ip_rabbitmp ocf:heartbeat:IPaddr2 \
|
primitive p_ip_rabbitmq ocf:heartbeat:IPaddr2 \
|
||||||
params ip="192.168.42.100" cidr_netmask="24" \
|
params ip="192.168.42.100" cidr_netmask="24" \
|
||||||
op monitor interval="10s"
|
op monitor interval="10s"
|
||||||
primitive p_drbd_rabbitmq ocf:linbit:drbd \
|
primitive p_drbd_rabbitmq ocf:linbit:drbd \
|
||||||
|
Loading…
Reference in New Issue
Block a user