We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc1f5ed commit 5bc31acCopy full SHA for 5bc31ac
1 file changed
xml/ha_managing_resources.xml
@@ -226,9 +226,9 @@ primitive admin_addr IPaddr2 \
226
<sect2 xml:id="sec-conf-crm-manage-edit">
227
<title>Editing groups with &crmsh;</title>
228
<para>
229
- To change the order of a group member, use the <command>modgroup</command> command
+ To add a resource to the group, use the <command>modgroup</command> command
230
from the <command>configure</command> subcommand. For example, use the following
231
- command to move the primitive <literal>Email</literal> before <literal>Public-IP</literal>:
+ command to add the primitive <literal>Email</literal> before <literal>Public-IP</literal>:
232
</para>
233
<screen>&prompt.crm.conf;<command>modgroup g-mailsvc add Email before Public-IP</command></screen>
234
0 commit comments