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

Fix install document regarding DRBD usage


This is related to issue 105.

Signed-off-by: default avatarIustin Pop <iustin@google.com>
Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
parent b430a54d
No related merge requests found
......@@ -288,12 +288,16 @@ instances on a node.
configure any drbd devices. You can do this by prefixing all
*resource* lines in the file with the keyword *skip*, like this::
skip resource r0 {
...
skip {
resource r0 {
...
}
}
skip resource "r1" {
...
skip {
resource "r1" {
...
}
}
Other required software
......
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