resource "r0" {
    _this_host {
        node-id			2;
        volume 0 {
            device			minor 10;
            disk			none;
            disk {
                diskless        	yes;
                block-size      	4096;
            }
        }
    }
    connection {
        _peer_node_id 0;
        path {
            _this_host ipv4 192.168.1.12:7000;
            _remote_host ipv4 192.168.1.10:7000;
        }
        _cstate StandAlone;
        net {
            verify-alg      	"md5";
            _name           	"n1.ryzen9.home";
        }
    }
    connection {
        _peer_node_id 1;
        path {
            _this_host ipv4 192.168.1.12:7000;
            _remote_host ipv4 192.168.1.11:7000;
        }
        _cstate Connected;
        net {
            verify-alg      	"md5";
            _name           	"n2.ryzen9.home";
        }
    }
}
