Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (351 Bytes)

1 3840729d Iustin Pop
disk {
2 3840729d Iustin Pop
	size            	0s _is_default; # bytes
3 3840729d Iustin Pop
	on-io-error     	detach;
4 3840729d Iustin Pop
	fencing         	dont-care _is_default;
5 3840729d Iustin Pop
}
6 3840729d Iustin Pop
syncer {
7 3840729d Iustin Pop
	rate            	250k _is_default; # bytes/second
8 3840729d Iustin Pop
	after           	-1 _is_default;
9 3840729d Iustin Pop
	al-extents      	257;
10 3840729d Iustin Pop
}
11 3840729d Iustin Pop
_this_host {
12 3840729d Iustin Pop
	device			"/dev/drbd58";
13 3840729d Iustin Pop
	disk			"/dev/xenvg/test.data";
14 3840729d Iustin Pop
	meta-disk		"/dev/xenvg/test.meta" [ 0 ];
15 3840729d Iustin Pop
}