Skip to content

Commit

Permalink
Fix colocation constraint to match naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
tahliar authored May 1, 2024
1 parent 74b63cd commit 3fa24d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml/ha_ocfs2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@
Add a colocation constraint for both &ocfs; resources so that they can only
run on nodes where DLM is also running:
</para>
<screen>&prompt.crm.conf;<command>colocation co-ocfs2-with-dlm inf: ( cl-ocfs2-1 cl-ocfs2-2 ) cl-dlm</command></screen>
<screen>&prompt.crm.conf;<command>colocation col-ocfs2-with-dlm inf: ( cl-ocfs2-1 cl-ocfs2-2 ) cl-dlm</command></screen>
</step>
<step>
<para>
Expand Down

0 comments on commit 3fa24d7

Please sign in to comment.