Statistics
| Branch: | Tag: | Revision:

root / test / data / bdev-drbd-8.3.txt @ 5030cff3

History | View | Annotate | Download (995 Bytes)

1 01e2ce3a Iustin Pop
disk {
2 01e2ce3a Iustin Pop
	size            	0s _is_default; # bytes
3 01e2ce3a Iustin Pop
	on-io-error     	detach;
4 01e2ce3a Iustin Pop
	fencing         	dont-care _is_default;
5 01e2ce3a Iustin Pop
	max-bio-bvecs   	0 _is_default;
6 01e2ce3a Iustin Pop
}
7 01e2ce3a Iustin Pop
net {
8 01e2ce3a Iustin Pop
	timeout         	60 _is_default; # 1/10 seconds
9 01e2ce3a Iustin Pop
	max-epoch-size  	2048 _is_default;
10 01e2ce3a Iustin Pop
	max-buffers     	2048 _is_default;
11 01e2ce3a Iustin Pop
	unplug-watermark	128 _is_default;
12 01e2ce3a Iustin Pop
	connect-int     	10 _is_default; # seconds
13 01e2ce3a Iustin Pop
	ping-int        	10 _is_default; # seconds
14 01e2ce3a Iustin Pop
	sndbuf-size     	131070 _is_default; # bytes
15 01e2ce3a Iustin Pop
	ko-count        	0 _is_default;
16 01e2ce3a Iustin Pop
	after-sb-0pri   	discard-zero-changes;
17 01e2ce3a Iustin Pop
	after-sb-1pri   	consensus;
18 01e2ce3a Iustin Pop
	after-sb-2pri   	disconnect _is_default;
19 01e2ce3a Iustin Pop
	rr-conflict     	disconnect _is_default;
20 01e2ce3a Iustin Pop
	ping-timeout    	5 _is_default; # 1/10 seconds
21 01e2ce3a Iustin Pop
}
22 01e2ce3a Iustin Pop
syncer {
23 01e2ce3a Iustin Pop
	rate            	61440k; # bytes/second
24 01e2ce3a Iustin Pop
	after           	-1 _is_default;
25 01e2ce3a Iustin Pop
	al-extents      	257;
26 01e2ce3a Iustin Pop
}
27 01e2ce3a Iustin Pop
protocol C;
28 01e2ce3a Iustin Pop
_this_host {
29 01e2ce3a Iustin Pop
	device			minor 0;
30 01e2ce3a Iustin Pop
	disk			"/dev/xenvg/test.data";
31 01e2ce3a Iustin Pop
	meta-disk		"/dev/xenvg/test.meta" [ 0 ];
32 926feaf1 Manuel Franceschini
	address			ipv4 192.0.2.1:11000;
33 01e2ce3a Iustin Pop
}
34 01e2ce3a Iustin Pop
_remote_host {
35 926feaf1 Manuel Franceschini
	address			ipv4 192.0.2.2:11000;
36 01e2ce3a Iustin Pop
}