resource "r0" {
    options {
        quorum          	majority;
    }
    _this_host {
        node-id			1;
        volume 0 {
            device			minor 10;
            disk			"/dev/scratch/r0_0";
            meta-disk			internal;
        }
    }
    connection {
        _peer_node_id 0;
        path {
            _this_host ipv4 10.36.50.13:7789;
            _remote_host ipv4 10.36.50.12:7789;
        }
	_cstate Connecting;
        net {
            _name           	"peer0";
        }
    }
    connection {
        _peer_node_id 2;
        path {
            _this_host ipv4 10.36.50.13:7790;
            _remote_host ipv4 10.36.50.10:7790;
        }
	_cstate Connected;
        net {
            _name           	"peer2";
        }
    }
}
