File: drbdopts-2.html

package info (click to toggle)
linuxconf 1.26r4-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 56,432 kB
  • ctags: 27,217
  • sloc: cpp: 158,803; perl: 7,484; sh: 4,134; java: 3,105; ansic: 2,492; makefile: 2,216; python: 109
file content (67 lines) | stat: -rw-r--r-- 2,047 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
 <META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
 <TITLE>DRBD options: Other properties</TITLE>
 <LINK HREF="drbdopts-1.html" REL=previous>
 <LINK HREF="drbdopts.html#toc2" REL=contents>
</HEAD>
<BODY>
Next
<A HREF="drbdopts-1.html">Previous</A>
<A HREF="drbdopts.html#toc2">Contents</A>
<HR>
<H2><A NAME="s2">2. Other properties</A></H2>

<H2><A NAME="ss2.1">2.1 Timeout</A>
</H2>

<P>If communication blocks for 'N' * 1/10 seconds, DRBD falls back into unconnected
operation.
<P>If this field is left blank the internal DRBD default will be used instead.
<P>
<H2><A NAME="ss2.2">2.2 Sync rate</A>
</H2>

<P>The synchronisations sends up to 'N' KB per sec.
<P>If this field is left blank the internal DRBD default will be used instead.
<P>
<H2><A NAME="ss2.3">2.3 Transfer log size</A>
</H2>

<P>Sets the size of the transfer log(=TL). The TL is is used for dependency analysis.
For long latency high bandwith links it might be necessary to set the size bigger
than 256. You will see error messages in the system log if the TL is too small.
<P>If this field is left blank the internal DRBD default will be used instead.
<P>
<H2><A NAME="ss2.4">2.4 Disk size</A>
</H2>

<P>Sets drbd's size. When set to 0 drbd negotiates the size with the remote node. A
value different from 0 will allow drbd to operate even without a connection to the
other node. Make sure sizes match!
<P>If this field is left blank the internal DRBD default will be used instead.
<P>
<H2><A NAME="ss2.5">2.5 Skip synchronization</A>
</H2>

<P>Instruct DRBD not to do synchronisation.
<P>
<H2><A NAME="ss2.6">2.6 Enable kernel panic</A>
</H2>

<P>DRBD will trigger a kernel panic if there is an IO error on the lower_device.
<P>May be usefull when DRBD is used in a HA cluster.
<P>
<H2><A NAME="ss2.7">2.7 Use protocol</A>
</H2>

<P>Protocol used for this device
<P>Protocol may be A, B or C.
<P>
<HR>
Next
<A HREF="drbdopts-1.html">Previous</A>
<A HREF="drbdopts.html#toc2">Contents</A>
</BODY>
</HTML>