<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=us-ascii" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Gordan Bobic wrote:
<blockquote cite="mid:4D5A4DFE.8050101@bobich.net" type="cite">DRBD and
GFS will take care of that for you. DRBD directs reads to nodes that
are up to date until everything is in sync.
  <br>
  <br>
Make sure that in drbd.conf you put in a stonith parameter pointing at
your fencing agent with suitable parameters, and set the timeout to
slightly less than what you have it set in cluster.conf. That will
ensure that you are protected from the race condition where DRBD might
drop out but the node starts heartbeating between then and when the
fencing timeout occurs.
  <br>
  <br>
Oh, and if you are going to use DRBD there is no reason to use LVM.
  <br>
</blockquote>
<br>
  This is interesting approach. I understand that DRBD with GFS2
doesn't require LVM between, but it does bring some inflexibility:<br>
<ul>
  <li>For each logical volume, one has to setup separate DRBD</li>
  <li>Cluster wide logical volume resizing not easy<br>
  </li>
  <li>No snapshot - this is very important to me for MySQL backups.<br>
  </li>
</ul>
  What is main reason for you not to use LVM on top of DRBD? Is it just
that you didn't require benefits it brings? Or, it makes more problems
by your opinion?<br>
<br>
  Best Regards,<br>
  Nikola<br>
</body>
</html>