<div dir="ltr">Hi to all,<div>This is my first post on this list. Thanks in advance for every answer.<br></div><div><br></div><div>I've already read every guide in this matter, this is the list:</div><div><br></div><div>
<div>Cluster_Administration.pdf</div><div>Cluster_Logical_Volume_Manager.pdf</div><div>Global_Network_Block_Device.pdf</div><div>Cluster_Suite_Overview.pdf</div><div>Global_File_System.pdf</div><div>CLVM.pdf</div><div>RedHatClusterAdminOverview.pdf</div>
<div><br></div><div>The truth is that I've not clear a point about CLVM.</div><div><br></div><div>Let's me make an example:</div><div><br></div><div>In this example CLVM and the Cluster suite are fully running without problems. Let's pose the same configuration of cluster.conf and lvm.conf and the nodes of the cluster are joined and operatives.</div>
<div><br></div><div>NODE1:</div><div><br></div><div>pvcreate /dev/hda3</div><div><br></div><div>NODE2:</div><div><br></div><div>pvcreate /dev/hda2</div><div><br></div><div>Let's pose that CLVM spans LVM metadata across the cluster, if I stroke the command:</div>
<div><br></div><div>pvscan</div><div><br></div><div>I should see /dev/sda2 and /dev/sda3</div><div><br></div><div>and then I can create a vg with </div><div><br></div><div>vgcreate /dev/sda2 /dev/sda3 ...</div><div><br></div>
<div>The question is: How LVM metadata sharing works? I have to use GNBD on the row partion to share a device between nodes? I can create a GFS over a spanned volume group? Are shareable only logical volumes?</div><div><br>
</div><div>Thanks for your answers!!</div></div></div>