Re: [DRBD-user] drbd local replication with remote replication at the same time

2019-06-24 Thread Lars Ellenberg
On Fri, Jun 14, 2019 at 06:41:59PM +0800, 莊凱傑 wrote: > Hi drbd-user, > > I made some code changes for achieving local and remote replication at the > same time. Any idea is appreciated. > > Previously I sent a local replication problem email, actually I want to > achieve the goal of drbd local re

Re: [DRBD-user] drbd local replication with remote replication at the same time

2019-06-17 Thread 莊凱傑
Hi drbd-user, I have another patch for the same functionality. Please ignore previous patch. diff --git a/user/v9/drbdadm_parser.c b/user/v9/drbdadm_parser.c index 18019c0..c7d3616 100644 --- a/user/v9/drbdadm_parser.c +++ b/user/v9/drbdadm_parser.c @@ -720,7 +720,7 @@ static void __parse_address(

[DRBD-user] drbd local replication with remote replication at the same time

2019-06-16 Thread 莊凱傑
Hi drbd-user, I made some code changes for achieving local and remote replication at the same time. Any idea is appreciated. Previously I sent a local replication problem email, actually I want to achieve the goal of drbd local replication with remote replication at the same time. I look into the