[DRBD-user] SyncingAll at any drbd startup

Paolo Morandi paolo at i-dome.com
Sun May 30 10:03:26 CEST 2004

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


Is my first installation of drbd.
I use the latest stable version of drbd: 0.6.12.
I have followed the howto instruction and drbd work, but have this problem:
at any startup of drbd it go  in SyncingAll status. The filesystem in 
replication is very large (70Gb) and so, for sync, need 20h.
After the sync the filesystem are not mounted.
My drbd.conf is:
resource drbd0 {
  protocol = C
  fsckcmd  = fsck.ext2 -p -y
  disk {
    do-panic
  }
  net {
    sync-min    = 500k
    sync-max    = 1M    # maximal average syncer bandwidth
    tl-size     = 5000  # transfer log size, ensures strict write ordering
    timeout     = 60    # unit: 0.1 seconds
    connect-int = 10    # unit: seconds
    ping-int    = 10    # unit: seconds
    ko-count    = 4     # if some block send times out this many times,
  }

  on elena {
    device  = /dev/nb0
    disk    = /dev/md2
    address = 10.0.0.1
    port    = 7788
  }

  on elisa {
    device  = /dev/nb0
    disk    = /dev/md2
    address = 10.0.0.2
    port    = 7788
  }
}

The filesystem md2 is a software RAID in RAID 1 .
I need drbd because in this machine run a mail server and i want mount 
heartbeat.

Any suggestion?


Paolo




More information about the drbd-user mailing list