Hello all,

if i try to start a sync from primary to the secondary node. the secondary node crash after any seconds.

How i can do to debug this issu?
In the logfiles i dont can see any information :(


System info:
Debian with Kernel 2.6.32-5-openvz-amd64
Hardware IBM eServer 326M 8GB RAM 2x500GB S-ATA Disks

drbd cofigs:
global_common.conf
global {
        usage-count no;
        # minor-count dialog-refresh disable-ip-verification
        }


common {
        protocol C;

        handlers {
# pri-on-incon-degr "/usr/lib/drbd/notify-pri-on-incon-degr.sh; /usr/lib/drbd/notify-emergency-reboot.sh; echo b > /proc/sysrq-trigger ; reboot -f"; # pri-lost-after-sb "/usr/lib/drbd/notify-pri-lost-after-sb.sh; /usr/lib/drbd/notify-emergency-reboot.sh; echo b > /proc/sysrq-trigger ; reboot -f"; # local-io-error "/usr/lib/drbd/notify-io-error.sh; /usr/lib/drbd/notify-emergency-shutdown.sh; echo o > /proc/sysrq-trigger ; halt -f";
                # fence-peer "/usr/lib/drbd/crm-fence-peer.sh";
                # split-brain "/usr/lib/drbd/notify-split-brain.sh root";
                # out-of-sync "/usr/lib/drbd/notify-out-of-sync.sh root";
# before-resync-target "/usr/lib/drbd/snapshot-resync-target-lvm.sh -p 15 -- -c 16k"; # after-resync-target /usr/lib/drbd/unsnapshot-resync-target-lvm.sh;
        }


        startup {
# wfc-timeout degr-wfc-timeout outdated-wfc-timeout wait-after-sb;
                wfc-timeout 60; # 1 minute.
                degr-wfc-timeout 120; # 2 minuten
                }


        disk    {
                on-io-error detach;
                }

        net     {
# snd-buf-size rcvbuf-size timeout connect-int ping-int ping-timeout max-buffers # max-epoch-size ko-count allow-two-primaries cram-hmac-alg shared-secret # after-sb-0pri after-sb-1pri after-sb-2pri data-integrity-alg no-tcp-cork
                }

        syncer  {
                rate 25M;
                al-extents 250;
                }
}

Resorce:
resource vz0 {
protocol C;

        startup {
                become-primary-on server1;
        }


        on server1 {
            device /dev/drbd0;
            disk /dev/md2;
            meta-disk internal;
            address 10.0.4.101:17610;
        }

        on server2 {
            device /dev/drbd0;
            disk /dev/md2;
            meta-disk internal;
            address 10.0.4.201:17620;
        }
}


_______________________________________________
drbd-user mailing list
[email protected]
http://lists.linbit.com/mailman/listinfo/drbd-user

Reply via email to