Statistics
| Branch: | Tag: | Revision:

root / test / data / bdev-drbd-8.4.txt @ 09a78e1c

History | View | Annotate | Download (770 Bytes)

1 09a78e1c Thomas Thrainer
resource resource0 {
2 5520d04d Thomas Thrainer
    options {
3 5520d04d Thomas Thrainer
    }
4 5520d04d Thomas Thrainer
    net {
5 09a78e1c Thomas Thrainer
        cram-hmac-alg           "md5";
6 09a78e1c Thomas Thrainer
        shared-secret           "shared_secret_123";
7 09a78e1c Thomas Thrainer
        after-sb-0pri           discard-zero-changes;
8 09a78e1c Thomas Thrainer
        after-sb-1pri           consensus;
9 5520d04d Thomas Thrainer
    }
10 5520d04d Thomas Thrainer
    _remote_host {
11 5520d04d Thomas Thrainer
        address                 ipv4 192.0.2.2:11000;
12 5520d04d Thomas Thrainer
    }
13 5520d04d Thomas Thrainer
    _this_host {
14 5520d04d Thomas Thrainer
        address                 ipv4 192.0.2.1:11000;
15 5520d04d Thomas Thrainer
        volume 0 {
16 5520d04d Thomas Thrainer
            device                      minor 0;
17 5520d04d Thomas Thrainer
            disk                        "/dev/xenvg/test.data";
18 5520d04d Thomas Thrainer
            meta-disk                   "/dev/xenvg/test.meta" [ 0 ];
19 5520d04d Thomas Thrainer
            disk {
20 09a78e1c Thomas Thrainer
                size                    2097152s; # bytes
21 09a78e1c Thomas Thrainer
                resync-rate             61440k; # bytes/second
22 5520d04d Thomas Thrainer
            }
23 5520d04d Thomas Thrainer
        }
24 5520d04d Thomas Thrainer
    }
25 5520d04d Thomas Thrainer
}