Skip to content
Snippets Groups Projects
Commit 61bf23ec authored by Iustin Pop's avatar Iustin Pop
Browse files

Add note about Debian default dbrd.conf

Debian's default drbd configuration has some enabled directives, which make the
init script throw errors. Document how to disable the defaults and thus get rid
of the errors.

Reviewed-by: imsnah
parent 3571f686
No related branches found
No related tags found
No related merge requests found
......@@ -332,6 +332,25 @@ echo drbd minor_count=64 >> /etc/modules
modprobe drbd minor_count=64
</screen>
<para>
It is also recommended that you comment out the default
resources in the <filename>/etc/dbrd.conf</filename> file, so
that the init script doesn't try to configure any drbd
devices. You can do this by prefixing all
<literal>resource</literal> lines in the file with the keyword
<literal>skip</literal>, like this:
</para>
<screen>
skip resource r0 {
...
}
skip resource "r1" {
...
}
</screen>
</sect2>
<sect2>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment