Statistics
| Branch: | Tag: | Revision:

root / test / data / bdev-drbd-8.4-no-disk-params.txt @ 896cc964

History | View | Annotate | Download (643 Bytes)

1 8520f4b9 Thomas Thrainer
resource resource0 {
2 8520f4b9 Thomas Thrainer
    options {
3 8520f4b9 Thomas Thrainer
    }
4 8520f4b9 Thomas Thrainer
    net {
5 8520f4b9 Thomas Thrainer
        cram-hmac-alg           "md5";
6 8520f4b9 Thomas Thrainer
        shared-secret           "shared_secret_123";
7 8520f4b9 Thomas Thrainer
        after-sb-0pri           discard-zero-changes;
8 8520f4b9 Thomas Thrainer
        after-sb-1pri           consensus;
9 8520f4b9 Thomas Thrainer
    }
10 8520f4b9 Thomas Thrainer
    _remote_host {
11 8520f4b9 Thomas Thrainer
        address                 ipv4 192.0.2.2:11000;
12 8520f4b9 Thomas Thrainer
    }
13 8520f4b9 Thomas Thrainer
    _this_host {
14 8520f4b9 Thomas Thrainer
        address                 ipv4 192.0.2.1:11000;
15 8520f4b9 Thomas Thrainer
        volume 0 {
16 8520f4b9 Thomas Thrainer
            device                      minor 0;
17 8520f4b9 Thomas Thrainer
            disk                        "/dev/xenvg/test.data";
18 8520f4b9 Thomas Thrainer
            meta-disk                   "/dev/xenvg/test.meta";
19 8520f4b9 Thomas Thrainer
            disk {
20 8520f4b9 Thomas Thrainer
            }
21 8520f4b9 Thomas Thrainer
        }
22 8520f4b9 Thomas Thrainer
    }
23 8520f4b9 Thomas Thrainer
}