On Apr 22, 2013 2:05 AM, "Tanstaafl" <tansta...@libertytrek.org> wrote: > > On 2013-04-21 12:38 PM, Randy Barlow <ra...@electronsweatshop.com> wrote: >> >> I should mention one specific advantage to using LVM over file-based >> images: I believe you will find that LVM performs better. This is due to >> avoiding the duplicated filesystem overhead that would occur in the >> file-based image approach. If the guest wants to fsync(), for example, >> both filesystems need to be involved (the guest's, and the host's). With >> LVM, you still have the host processing the LVM bits of that process, > > > ??? > > This doesn't make sense to me. > > Unless you're talking about using LVM on the HOST. > > I'm not. I didn't specify this in this particular post, but I'm using vmWare ESXi, and installing a gentoo VM to run on it. > > So, I'm asking about using the LVM2 installation manual from Gentoo and using LVM2 for just my gentoo VM... > > So, in this case, is it still recommended/fully supported/safe? > > Thanks >
Honestly, I don't see how LVM can interact with VMware's VMDK... unless one use VMware's thin provisioning over a SAN Storage Thin Provisioning, in which case all hell will break loose once the actual disk size is reached... Stick with VMware Thin Provisioning XOR SAN Storage Thin Provisioning. Never both. One thing you have to think about, is whether to implement LVM/partition-less, or LVM/partitions. Rgds, --