Skip to content

Commit

Permalink
Remove directory from csync2 command for DRBD (#258)
Browse files Browse the repository at this point in the history
* Add -r to csync2 command for DRBD

jsc#DOCTEAM-735
bsc#1203168

* Cut command back to just csync2 -xv
  • Loading branch information
tahliar committed Oct 20, 2022
1 parent 837880c commit 8cf6905
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xml/ha_drbd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -250,10 +250,10 @@ NAME SIZELIMIT OFFSET AUTOCLEAR RO BACK-FILE
<step>
<para>
If you have configured &csync; (which should be the default), the
DRBD configuration files are already included in the list of files
need to be synchronized. To synchronize them, use:
DRBD configuration files are already included in the list of files that
need to be synchronized. To synchronize them, run the following command:
</para>
<screen>&prompt.root;<command>csync2</command> -xv /etc/drbd.d/</screen>
<screen>&prompt.root;<command>csync2</command> -xv</screen>
<para>
If you do not have &csync; (or do not want to use it), copy the DRBD
configuration files manually to the other node:
Expand Down

0 comments on commit 8cf6905

Please sign in to comment.