[DRBD-user] windrbd system crash when secondary server fail

Kamal Kishor kamal at maxisinfotech.com
Wed Mar 6 07:58:24 CET 2019


i have two windows 2016 standard server.
when data coming in flow on primary, i failed my secondary server.
result my primary server crash and reboot.
my .res file configuration is

# This is just an example how a drbd.conf for
# WinDRBD could look like. Place it into /etc/drbd.d
# and include it from /etc/drbd.conf
#
# To get professional support for WinDRBD please go
# to www.linbit.com

include "global_common.conf";

resource "foo" {
protocol C;

net {
use-rle no;
}

# Use this for faster sync speed:
disk {
c-max-rate 4048000;
c-fill-target 1048000;
}


on win11 {
address 192.168.55.251:7500;
node-id 1;
volume 1 {
disk "E:";
                device "D:" minor 1;
flexible-meta-disk internal;
}
}

on win12 {
address 192.168.55.252:7500;
node-id 2;
volume 1 {
disk "E:";
# For now this means DRBD device will be H:
device "D:" minor 1;
meta-disk internal;
}
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linbit.com/pipermail/drbd-user/attachments/20190306/20895d2f/attachment.htm>


More information about the drbd-user mailing list