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
_______________________________________________
drbd-user mailing list
[email protected]
http://lists.linbit.com/mailman/listinfo/drbd-user

Reply via email to