Thanks for the instant answers!<br><br>Well... I'll try to explain myself better. I'm working in a client who have a lot of servers running under VMware. This client have a lot of problems with the storage, because they never have enough space so when they have to allocate disk in servers, they add small virtual hard disks with, for example, 5 or 10GB.<br>
<br>Then for the OS installation, we follow the basic schema based on disk partitions (/dev/sda1 pointing to / with ext3, /dev/sda2 pointing to /home and so on) and for the applications data, we use VG and LV pointing to /opt<br>
<br>The client have some applications who need a lot of mountpoints, so my colleague adds 1-3 LV per VG (aproximated) and I only create only one VG and inside it, different LVs.  With this infrastructure, we have to discard different kinds of hard disk because they're exactly the same... and we have that doubt: what schema is better and why, discarding concept things like a volume group was designed to be a group, because we're looking for good reasons based in performance of future actions, it's not important... or am I mistaken???<br>
<br>I don't know if I explained myself very well, so thanks all anyway!<br><br>Regards,<br>Abraham Pérez<br><br><div class="gmail_quote">2009/10/30  <span dir="ltr"><<a href="mailto:malahal@us.ibm.com">malahal@us.ibm.com</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">Ray Morris [<a href="mailto:support@bettercgi.com">support@bettercgi.com</a>] wrote:<br>

>     I don't know about a whitepaper, but I can address<br>
> your example.<br>
><br>
> > he makes one volume group for each logical volume (more or less)<br>
><br>
>     If each one has one volume, that's not exactly a volume<br>
> GROUP, is it?  If groups and volumes are basically synomous,<br>
> he gives up all the benfits of groups.  In fact, he gives<br>
> up most of the benefits of logical volumes, since each PV<br>
> has to be in one group, and each VG is one LV, you're left<br>
> with one LV per PV - might as well just use partitions<br>
> directly.<br>
<br>
</div>I agree, you lose some flexibility but it has some advantage compared to<br>
plain partitions without LVM. E.g. he can make a file system larger than<br>
any disk with multiple disks in the above LVM (one LV per VG)<br>
configuration.  There are other advantages. I am not sure the reason for<br>
making only one LV per VG though!<br>
<br>
Thanks, Malahal.<br>
<div><div></div><div class="h5"><br>
_______________________________________________<br>
linux-lvm mailing list<br>
<a href="mailto:linux-lvm@redhat.com">linux-lvm@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/linux-lvm" target="_blank">https://www.redhat.com/mailman/listinfo/linux-lvm</a><br>
read the LVM HOW-TO at <a href="http://tldp.org/HOWTO/LVM-HOWTO/" target="_blank">http://tldp.org/HOWTO/LVM-HOWTO/</a><br>
</div></div></blockquote></div><br>