[DRBD-user] Example for DRBD Proxy running on a separate machine

Ioan Indreias indreias at yahoo.com
Mon Jul 3 14:45:49 CEST 2017

Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.


Hello,
Could anybody point to a configuration example where the DRBD Proxy service is running on a separate machine?
For example the DRBD Proxy configuration guide mentions that:
For the examples in this guide, we will install DRBD Proxy on the cluster nodes. This is the most common way to install Proxy, but it should be noted that it is possible to install DRBD Proxy on a separate machine outside of the cluster.
How should the following configuration be changed in order to use 2 non-local proxy servers called p1 and p2?
alice <=== DRBD ==> bob    versus    alice <=DRBD=> p1 <=DRBD PROXY=> p2 <=DRBD=> bob
resource r0 {  protocol A;  device minor 0;  disk /dev/vdb;  meta-disk internal;
  proxy {    memlimit 100M;    plugin {    zlib level 9;    }  }
  on alice {    address 127.0.0.1:7789;    proxy on alice {      inside 127.0.0.1:7788;      outside <alice_IP>:7790;    }  }
  on bob {    address 127.0.0.1:7789;    proxy on bob {      inside 127.0.0.1:7788;      outside <bob_IP>:7790;    }  }
}
Thank you,Ioan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linbit.com/pipermail/drbd-user/attachments/20170703/741abf15/attachment.htm>


More information about the drbd-user mailing list