resource "r0" {
    options {
        quorum          	majority;
    }
    _this_host {
        node-id			1;
        volume 0 {
            device			minor 10;
            disk			none;
        }
    }
    connection {
        _peer_node_id 2;
        path {
            _this_host ipv4 192.168.122.11:7000;
            _remote_host ipv4 192.168.122.12:7000;
        }
        path {
            _this_host ipv4 192.168.122.11:7001;
            _remote_host ipv4 192.168.122.12:7001;
        }
        net {
            load-balance-paths	yes;
            _name           	"i2";
        }
    }
}

