Revision d529599f lib/bdev.py

b/lib/bdev.py
1743 1743
      - if we have a configured device, we try to ensure that it matches
1744 1744
        our config
1745 1745
      - if not, we create it from zero
1746
      - anyway, set the device parameters
1746 1747

  
1747 1748
    """
1748 1749
    super(DRBD8, self).Assemble()
......
1756 1757
      # the device
1757 1758
      self._SlowAssemble()
1758 1759

  
1760
    self.SetSyncSpeed(constants.SYNC_SPEED)
1761

  
1759 1762
  def _SlowAssemble(self):
1760 1763
    """Assembles the DRBD device from a (partially) configured device.
1761 1764

  

Also available in: Unified diff