<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<p>On Tue, 15 Feb 2011 12:49:38 +0100, Nikola Savic wrote:</p>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->   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</li>
<li>No snapshot - this is very important to me for MySQL backups.</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?</blockquote>
<p>Just so you realize; If you intend to use clvm (i.e. lvme in a cluster where you expect to be able to write to the volume from more than one node at/around the same time w/o a full-on failover), you will _not_ have snapshot support. And no, this isn't "not supported" as in "nobody to call if you encounter a problem", it's "not supported" as in "the tools will not let you create a snapshot of the LV".</p>
<p>However, you ought to be able to configure one of the DRBD mirror members as part of a split/mount read-only/merge based equivalent and thus get a similar result, I think.</p>
<p>// Thomas</p>
</body></html>